2021 AMC 12A Spring Problem 23

Below is the professionally curated solution for Problem 23 of the 2021 AMC 12A Spring, from LIVE by Po-Shen Loh. You can also try the full timed exam, view all 2021 AMC 12A Spring 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:recursive probabilityrandom walk

Difficulty rating: 2520

23.

Frieda the frog begins a sequence of hops on a 3×33\times 3 grid of squares, moving one square on each hop and choosing at random the direction of each hop: up, down, left, or right. She does not hop diagonally. When the direction of a hop would take Frieda off the grid, she "wraps around" and jumps to the opposite edge. For example, if Frieda begins in the center square and makes two hops "up," the first hop places her in the top row middle square, and the second hop causes her to jump to the opposite edge, landing in the bottom row middle square. Suppose Frieda starts from the center square, makes at most four hops at random, and stops hopping if she lands on a corner square. What is the probability that she reaches a corner square on one of the four hops?

916\dfrac{9}{16}

58\dfrac{5}{8}

34\dfrac{3}{4}

2532\dfrac{25}{32}

1316\dfrac{13}{16}

Solution:

Classify squares as center C,C, edge-middle E,E, or corner (absorbing). From C,C, every hop lands on an EE square. From an EE square, two of the four neighbors are corners, one is the center, and one is another EE square, so P(corner)=12,P(\text{corner}) = \tfrac12, P(center)=14,P(\text{center}) = \tfrac14, P(E)=14.P(E) = \tfrac14.

Let ana_n be the probability of reaching a corner within nn hops starting from an edge square, and cn=an1c_n = a_{n-1} the probability starting from the center (the first hop always goes to an edge). Then a1=12a_1 = \tfrac12 and an=12+14cn1+14an1.a_n = \tfrac12 + \tfrac14 c_{n-1} + \tfrac14 a_{n-1}. Computing: a2=12+1412=58,a_2 = \tfrac12 + \tfrac14\cdot\tfrac12 = \tfrac58, and a3=12+1412+1458=2532. a_3 = \tfrac12 + \tfrac14\cdot\tfrac12 + \tfrac14\cdot\tfrac58 = \tfrac{25}{32}.

Starting from the center with four hops available, the probability equals a3=2532a_3 = \tfrac{25}{32} (the first hop reaches an edge, leaving three hops).

Thus, the correct answer is D.

Problem 23 in Other Years