AMC 10 · 2021 · #23
Grade 7 geometry-2d
Pick an answer.
AMC 10 2021 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
Tool #1 (Diagram) — draw the 3 × 3 grid, color-code C/E/V, and sketch the wrap-around to understand each move type. Tool #9 (Easier Problem) — reduce from "track 9 positions" to "track 3 cell types" via the grid's symmetry; this collapses the state space dramatically. Tool #7 (Subproblems) — compute hop-by-hop: the probability of (not stopped yet, currently at C) and (not stopped yet, currently at E), since V means stopped. Tool #5 (Pattern) — the recursion is short (4 hops), so iterating gives the answer directly. Tool #3 (Eliminate) — answer choices all have denominator dividing 32, so we expect a denominator of 32.
By symmetry, 3 cell types — Center C, Edge E, Corner V. C always hops to E; from an E, P(E → V) = , P(E → C) = P(E → E) = .
Reduce from 9 cells to 3 types — each type behaves the same by symmetry.
7.SP.C.7Solve An Easier Related ProblemTrack C_n, E_n = chance she's un-stopped at center/edge after n hops. First-stop chance p_n = E_n-1, and the total is p₁+p₂+p₃+p₄.
Sum of disjoint "first stop at hop n" probabilities = total stopping probability.
7.SP.C.8Identify SubproblemsHop 1: from C she must land on an E, so p₁ = 0 and after one hop E₁ = 1 (C₁ = 0) — a corner is impossible on hop 1.
Center hop goes to E with certainty — no corner reachable on hop 1.
7.SP.C.5Look For A PatternHop 2: p₂ = E₁ = . Survivors split evenly — C₂ = and E₂ = .
From E with probability 1, half the time we land on V (stop), the rest splits evenly into C and E.
7.SP.C.7Look For A PatternHop 3: p₃ = E₂ = . Survivors: C₃ = and E₃ = (center mass flowed back into E).
Same recursion — only E-cells can stop next hop, so we track E_n carefully.
7.SP.C.7Look For A PatternHop 4: p₄ = E₃ = — only E₃ matters, since we stop counting after hop 4.
Only need the E₃ value; C₄, E₄ don't matter past hop 4.
7.SP.C.7Look For A PatternSum the disjoint stops: p₁ + p₂ + p₃ + p₄ = 0 + + + = .
Add disjoint stopping events with a common denominator — the answer drops out directly.
5.NF.A.1Eliminate PossibilitiesThis AMC 10 problem only needs Grade 7 probability you already know — collapse the 3 × 3 grid to three cell types (Center, Edge, Corner) by symmetry, work out the transition probabilities P(E → V) = , P(E → C) = P(E → E) = , and add the four hop-by-hop stopping probabilities 0 + + + = .