1985 AIME Problem 12

Attempt Problem 12 of the 1985 AIME below, then check your answer against the professionally curated solution from LIVE by Po-Shen Loh. You can also try the full timed exam, view all 1985 AIME solutions, or check the answer key.

All problems are used with official legal permission of the Mathematical Association of America (MAA).

12.

Let A,A, B,B, C,C, and DD be the vertices of a regular tetrahedron, each of whose edges measures 11 meter. A bug, starting from vertex A,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=n729p=\frac{n}{729} be the probability that the bug is at vertex AA when it has crawled exactly 77 meters. Find the value of n.n.

Answer: 182
Concepts:random walkrecursionbasic probability
Difficulty rating: 2260
Small Hint:

Let pkp_k be the probability of being at AA after kk steps

Big Hint:

From any vertex other than A,A, the probability of moving to AA is 13\frac{1}{3}

Solution:

Let pkp_k be the probability that the bug is at AA after kk steps. It cannot stay at A,A, while from any other vertex it moves to AA with probability 13.\frac{1}{3}. Hence pk+1=1pk3,p0=1. p_{k+1}=\frac{1-p_k}{3},\qquad p_0=1. Solving this recurrence gives pk=14+34(13)k. p_k=\frac14+\frac34\left(-\frac13\right)^k. Thus p7=143437=182729,p_7=\frac14-\frac{3}{4\cdot3^7}=\frac{182}{729}, so n=182.n=182.

← Problem 11#11
Full Exam

Problem 12 in Other Years