Date: Fri, 1 Jul 2005 01:44:53 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.3.11p1)
Content-Type: application/x-phpwiki;
  pagename=Three%20Ants;
  flags="";
  author=chris;
  version=1;
  lastmodified=1120182293;
  author_id=chris;
  hits=552;
  charset=iso-8859-1
Content-Transfer-Encoding: binary

Q: Three ants are at different corners of a triangle.  They start walking
down an edge at the same time.  What are the odds they will not run into
each other before they reach the next corner?

A: Each ant has two ways to go, so there are 2^3 = 8 possible ways they
can walk.  They will not run into one another if they all go clockwise
or counterclockwise, so there are two ways they can avoid each other.
The odds are 2 : 8 or 1 : 4.
