AMC 10 · 2019 · #25
Grade 7 countingPick an answer.
AMC 10 2019 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
Tool #15 (Reorganize): instead of working flip-by-flip, restructure the string as alternating 0s and 1-blocks of size 1 or 2 — the constraints make this re-organization clean. Tool #7 (Subproblems): split into (a) parametrize by the number of 0s, (b) for each parametrization count arrangements via binomial. Tool #9 (Easier Problem): turn the original sequence-counting question into a simple Diophantine 2k + s = 20 in nonneg integers, easier to enumerate. Tool #2 (Systematic List): list each valid (k, s) pair and use C(k - 1, s) for arrangements.
Starts and ends with 0 and no 00, so write the string as 0s separated by blocks B_i ∈ {1, 11}, where k counts the 0s.
The 'no 00' and 'no 111' rules turn the string into an alternation of 0s and 1-blocks of size 1 or 2.
4.OA.C.5Organize Information In More WaysLet s count the '11'-blocks among the k - 1 separators; total length k + 2s + (k - 1 - s) = 19 gives 2k + s = 20.
One linear equation in two nonneg integers — a Diophantine sub-problem.
6.EE.B.7Identify SubproblemsWith s = 20 - 2k, the bounds s ≥ 0 and s ≤ k - 1 force k ∈ {7, 8, 9, 10}.
Two linear inequalities pin down k between 7 and 10.
6.EE.B.8Make A Systematic ListFor each k, choosing which separators are '11' gives C(k-1, s): counts 1, 35, 28, 1 for k = 7, 8, 9, 10.
Choose the positions of the '11' blocks among the k - 1 separator slots.
7.SP.C.8Make A Systematic ListAdd the four cases: 1 + 35 + 28 + 1 = 65 — matching choice (C).
Sum the four cases.
4.NBT.B.4Solve An Easier Related ProblemThe answer is (C) 65.
Match the total to the answer choices.
4.NBT.B.4Solve An Easier Related ProblemThis AMC 10 problem only needs Grade 7 combinations — think of each valid string as zeros separated by blocks of 1 or 11, set up 2k + s = 20, enumerate k = 7, 8, 9, 10, and sum C(k-1, s) to get 1 + 35 + 28 + 1 = 65.