AMC 10 · 2016 · #19
Grade 7 probabilityPick an answer.
The obvious way to organize 256 coin sequences is by where Jerry finishes. That organization is fatally lossy here: "reaches 4" is a fact about the whole journey, not about the finish line, and two sequences with the same finish can disagree about it. Tool #15 (Organize Information in More Ways) fixes exactly that — re-tally the sequences by two pieces of data instead of one, the current position and a flag for whether 4 has already been touched, and no information is lost. Tool #1 (Draw a Diagram) supplies the picture that makes the flag meaningful: the flips trace a walk on the number line, so "touched 4" is a property of the whole track. Tool #7 (Identify Subproblems) splits each new row of the tally into two independent pieces — old successes carried forward, plus brand-new first arrivals. Tool #2 (Make a Systematic List) then just runs the sweep flip by flip, which is pure addition and misses nothing.
Turn the flips into a walk
Each flip moves the walker one step.
A run of coin flips is a walk, and "reaches 4" asks about the track it leaves behind, not about where it stops.
7.NS.A.1Draw A DiagramThe finish line is not enough
The finish line alone is not enough.
Adding one yes-or-no column to the table is what turns an impossible question about whole journeys into a row-by-row count.
7.SP.C.8Organize Information In More WaysSweep the first four flips
Sweeping step by step tracks each position.
Each row is built from the row above by simple addition, exactly like Pascal's triangle with one entry pulled out as soon as it succeeds.
Each row of the table is built from the row above by simple addition, with successes pulled out as soon as they occur.
▸ Why?
Each position is reached from one of two places below it, and never from both at once.
▸ Why?
Every flip is chosen without regard to the others, so all sequences of a given length are equally many.
Carry successes, add new ones
Successes are carried forward once reached.
A success stays a success, so the only thing worth watching is who is standing on 3 and about to step up.
7.SP.C.8Identify SubproblemsFinish flips seven and eight
The last steps finish the tally.
The last row only needs one number from the row above — the count of walks poised at 3.
7.SP.C.8Make A Systematic ListDivide by all 256 sequences
Dividing by all the walks gives a fraction.
When every outcome is equally likely, probability is nothing more than good count over total count.
7.SP.C.7Identify SubproblemsReduce to lowest terms
Reducing gives 151, choice (B).
Reducing is not optional here — the question asks for a + b, which changes if the fraction is left unreduced.
6.NS.B.4Identify SubproblemsReaching a number is about the whole journey, not the finish line, so add one yes-or-no column to your table for "already got there" and sweep it forward one flip at a time.
- Turn the flips into a walk
- The finish line is not enough
- Sweep the first four flips
- Carry successes, add new ones
- Finish flips seven and eight
- Divide by all 256 sequences
- Reduce to lowest terms