Difference between revisions of "1985 AIME Problems/Problem 12"

(See also)
(problem and solution)
Line 1: Line 1:
 
== Problem ==
 
== Problem ==
 +
Let <math>A</math>, <math>B</math>, <math>C</math> and <math>D</math> be the [[vertex | vertices]] of a regular [[tetrahedron]] each of whose [[edge]]s measures 1 meter. A bug, starting from vertex <math>A</math>, observes the following rule: at each vertex it chooses one of the three edges meeting at that vertex, each edge being equally likely to be chosen, and crawls along that edge to the vertex at its opposite end. Let <math>p = \frac n{729}</math> be the [[probability]] that the bug is at vertex <math>A</math> when it has crawled exactly 7 meters. Find the value of <math>n</math>.
  
 
== Solution ==
 
== Solution ==
 +
Let <math>P(n)</math> denote the probability that the bug is at <math>A</math> after it has crawled <math>n</math> meters.  Since the bug can only be at vertex <math>A</math> if it just left a vertex which is not <math>A</math>, we have <math>P(n + 1) = \frac13 (1 - P(n))</math>.  We also know <math>P(0) = 1</math>, so we can quickly compute <math>P(1)=0</math>, <math>P(2) = \frac 13</math>, <math>P(3) = \frac29</math>, <math>P(4) = \frac7{27}</math>, <math>P(5) = \frac{20}{81}</math>, <math>P(6) = \frac{61}{243}</math> and <math>P(7) = \frac{182}{729}</math>, so the answer is <math>182</math>.  One can solve this [[recursion]] fairly easily to determine a closed-form expression for <math>P(n)</math>.
 +
 +
There also exists a simple heuristic method to arrive at the answer to this question, due to [[User:ComplexZeta | Simon Rubinstein-Salzedo]], as follows: after a couple of moves, the randomness of movement of the bug and smallness of the system ensures that we should expect its [[probability distribution]] to be very close to [[uniform distribution | uniform]].  In particular, we would expect <math>P(n)</math> to be very close to <math>\frac 14</math> for decently-sized <math>n</math>, for example <math>n = 7</math>.  (In fact, from looking at the previous solution we can see that it is already close when <math>n = 3</math>, and in fact the earlier values are also the best possible approximations given the restraints on where the bug can be.)  Since we know the answer is of the form <math>\frac n{729}</math>, we realize that <math>n</math> must be very close to <math>\frac{729}{4} = 182.25</math>, as indeed it is.
  
 
== See also ==
 
== See also ==
 +
* [[1985 AIME Problems/Problem 11 | Previous problem]]
 +
* [[1985 AIME Problems/Problem 13 | Next problem]]
 
* [[1985 AIME Problems]]
 
* [[1985 AIME Problems]]
 +
 +
[[Category:Intermediate Combinatorics Problems]]

Revision as of 20:02, 1 December 2006

Problem

Let $A$, $B$, $C$ and $D$ be the vertices of a regular tetrahedron each of whose edges measures 1 meter. A bug, starting from vertex $A$, observes the following rule: at each vertex it chooses one of the three edges meeting at that vertex, each edge being equally likely to be chosen, and crawls along that edge to the vertex at its opposite end. Let $p = \frac n{729}$ be the probability that the bug is at vertex $A$ when it has crawled exactly 7 meters. Find the value of $n$.

Solution

Let $P(n)$ denote the probability that the bug is at $A$ after it has crawled $n$ meters. Since the bug can only be at vertex $A$ if it just left a vertex which is not $A$, we have $P(n + 1) = \frac13 (1 - P(n))$. We also know $P(0) = 1$, so we can quickly compute $P(1)=0$, $P(2) = \frac 13$, $P(3) = \frac29$, $P(4) = \frac7{27}$, $P(5) = \frac{20}{81}$, $P(6) = \frac{61}{243}$ and $P(7) = \frac{182}{729}$, so the answer is $182$. One can solve this recursion fairly easily to determine a closed-form expression for $P(n)$.

There also exists a simple heuristic method to arrive at the answer to this question, due to Simon Rubinstein-Salzedo, as follows: after a couple of moves, the randomness of movement of the bug and smallness of the system ensures that we should expect its probability distribution to be very close to uniform. In particular, we would expect $P(n)$ to be very close to $\frac 14$ for decently-sized $n$, for example $n = 7$. (In fact, from looking at the previous solution we can see that it is already close when $n = 3$, and in fact the earlier values are also the best possible approximations given the restraints on where the bug can be.) Since we know the answer is of the form $\frac n{729}$, we realize that $n$ must be very close to $\frac{729}{4} = 182.25$, as indeed it is.

See also