Skip to main content

2021 AMC 10A Problem 23

Problem 23 of 25HarderCounting & Probability

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 would place her in the top row middle square, and the second hop would cause Frieda 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?

Answer choices

Show solution

Solution

Classify a square as MM for the center, EE for a non-corner edge square, and CC for a corner. Frieda starts at M,M, and the first hop always takes her to an E.E. From an edge square, the probabilities of moving to C,E,MC,E,M are 12,14,14,\frac12,\frac14,\frac14, respectively. From M,M, the next hop always goes to an E.E. Now count the possible first-hit patterns within four hops: EC:112=12,EC:\quad 1\cdot\frac12=\frac12, EEC:11412=18,EEC:\quad 1\cdot\frac14\cdot\frac12=\frac18, EEEC:1141412=132,EEEC:\quad 1\cdot\frac14\cdot\frac14\cdot\frac12=\frac1{32}, EMEC:114112=18.EMEC:\quad 1\cdot\frac14\cdot1\cdot\frac12=\frac18. Adding gives 12+18+132+18=2532.\frac12+\frac18+\frac1{32}+\frac18=\frac{25}{32}. Thus, D is the correct answer.

More practice

Concepts: random walk · casework

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.