AMC 10 · 2021 · #17
Grade 8 probabilityPick an answer.
Listing 6⁵ = 7776 direction sequences is out of the question, and tracking the bug's exact position is barely better. The saving observation is that only seven grid points are ever legal: the start and the six points at distance 1. Those six ring points are interchangeable under rotation, so the bug's exact position never matters, only whether it is at the centre or on the ring. Collapsing seven positions into two states turns the walk into a two-number update rule that can be run by hand five times. The counting version gives the numerator directly; running the same rule a second time with fractions instead of tallies is an independent check that has to agree.
Map the safe zone
Map the safe zone.
The rule is a fence checked after every step, not a finish line checked at the end, so the whole problem lives inside seven points.
4.G.A.1Draw A DiagramCount the safe moves from each spot
Count the safe moves from each spot.
The centre is open ground where every direction works, while a ring point is already on the fence, so half its directions throw the bug outside.
8.G.B.8Visualize Spatial RelationshipsCollapse seven points into two states
Collapse seven points into two states.
Six points that behave identically deserve one shared name, which shrinks a seven-point walk to a pair of numbers.
Six points that behave identically deserve one shared name, shrinking the walk to a pair of numbers.
▸ Why?
A symmetry of the figure carries one such point to another, so the rules look the same from each.
▸ Why?
Each point belongs to exactly one state, so the states cover everything without overlapping.
Run the table out to five steps
Run the table out to five steps.
Each row needs only the row above it, so five lines of arithmetic replace an inspection of 7776 paths.
4.OA.C.5Look For A PatternTurn the count into a probability
Turn the count into a probability.
When every path is equally likely, the probability is nothing more than the safe count divided by the total count.
7.SP.C.8Identify SubproblemsRe-run the walk with fractions
Re-running with fractions confirms thirteen over one hundred eight.
Carrying fractions instead of tallies through the same two-state rule is an independent computation that must land on the same number.
5.NF.A.1Organize Information In More WaysOnly seven spots are ever legal, and the six outer ones all behave the same, so track just "centre or ring": the centre offers 6 safe moves and a ring spot offers 3, and five rounds of that bookkeeping cut 7776 paths down to 936.
- Map the safe zone
- Count the safe moves from each spot
- Collapse seven points into two states
- Run the table out to five steps
- Turn the count into a probability
- Re-run the walk with fractions