🇺🇸 AMC 8 ⇄ switch contest
2026 AMC 8

Problem 21

Problem 21 · 2026 AMC 8 Stretch
Counting & Probability markov-chaincasework
Figure for AMC 8 2026 Problem 21
Show answer
Answer: B — 1/4.
Show hints
Hint 1 of 2
Ten points is too many to track one by one — but notice every point is one of just two types. An outer tip touches only 2 inner points (degree 2); an inner point touches 2 outer tips and 2 inner points (degree 4). So collapse the whole web into ‘outer vs. inner’.
Still stuck? Show hint 2 →
Hint 2 of 2
Now it's a 2-state chain. From outer you always step inner; from inner you step outer with probability 2/4 = ½. Track just ‘chance of being outer’ move by move.
Show solution
Approach: collapse 10 points to two states (outer/inner) and track the probability
  1. The 10 points come in only two kinds, so lump them: an outer tip has both edges going inward (so outer → inner for sure), while an inner point has 4 edges, 2 to outer tips and 2 to inner points (so inner → outer with probability 2/4 = ½). By symmetry it doesn't matter which tip we start at.
  2. Start outer. Move 1: forced inward, so the spider is surely inner.
  3. Move 2: from inner it goes outer with probability ½, inner with probability ½.
  4. Move 3: to finish on an outer tip, the only route is to have stayed inner on move 2 (½), then step outward on move 3 (½). (Being outer after move 2 forces it back inner on move 3 — a dead end.) So the chance is ½ × ½ = 1/4.
  5. Why this transfers: when a random walk lives on a symmetric graph, group the vertices into a few ‘types’ that behave alike — the problem shrinks from many points to a tiny state machine you can track by hand.
Mark: · log in to save