2021 AMC 12A Spring Problem 23

Attempt Problem 23 of the 2021 AMC 12A Spring 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 2021 AMC 12A Spring solutions, or check the answer key.

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

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}

Answer: D
Concepts:recursive probabilityrandom walk
Difficulty rating: 2520
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 let cnc_n be the corresponding probability from the center. Set a0=c0=0.a_0=c_0=0. Then cn=an1c_n=a_{n-1} and an=12+14cn1+14an1.a_n=\tfrac12+\tfrac14c_{n-1}+\tfrac14a_{n-1}. Thus a1=12,a_1=\tfrac12, 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 22#22
Full Exam

Problem 23 in Other Years