2021 AMC 12B Fall Problem 17

Below is the professionally curated solution for Problem 17 of the 2021 AMC 12B Fall, from LIVE by Po-Shen Loh. You can also try the full timed exam, view all 2021 AMC 12B Fall solutions, or check the answer key.

All of the real AMC 8, AMC 10, AMC 12, and AIME problems in our complete solution collection are used with official legal permission of the Mathematical Association of America (MAA).

Concepts:random walkrecursive probability

Difficulty rating: 2230

17.

A bug starts at a vertex of a grid made of equilateral triangles of side length 1.1. At each step the bug moves in one of the 66 possible directions along the grid lines randomly and independently with equal probability. What is the probability that after 55 moves the bug never will have been more than 11 unit away from the starting position?

13108\dfrac{13}{108}

754\dfrac{7}{54}

29216\dfrac{29}{216}

427\dfrac{4}{27}

116\dfrac{1}{16}

Solution:

Staying within distance 11 means the bug is always at the origin or one of its 66 neighbors. From the origin, all 66 moves are allowed. From a neighbor, only 33 moves keep it in range: back to the origin, or to either of the two adjacent neighbors.

Let aka_k and bkb_k count valid kk-step paths ending at the origin and at a neighbor. Then ak+1=bka_{k+1} = b_k and bk+1=6ak+2bk,b_{k+1} = 6a_k + 2b_k, starting from a0=1,a_0 = 1, b0=0.b_0 = 0.

Iterating gives b1=6,b_1 = 6, then (a2,b2)=(6,12),(a_2, b_2) = (6, 12), (a3,b3)=(12,60),(a_3, b_3) = (12, 60), (a4,b4)=(60,192),(a_4, b_4) = (60, 192), (a5,b5)=(192,744).(a_5, b_5) = (192, 744). The total number of valid paths is 192+744=936.192 + 744 = 936.

The probability is 93665=9367776=13108.\dfrac{936}{6^5} = \dfrac{936}{7776} = \dfrac{13}{108}.

Thus, the correct answer is A.

Problem 17 in Other Years