AMC 10 · 2019 · #23
Grade 7 countingPick an answer.
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.
See the structure
Each block is one or two ones.
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 WaysWrite the length equation
The total length becomes one equation.
One linear equation in two nonneg integers — a Diophantine sub-problem.
6.EE.B.7Identify SubproblemsFind the possible block counts
Only four counts work.
Two linear inequalities pin down k between 7 and 10.
6.EE.B.8Make A Systematic ListCount each case
Choose which blocks are the long ones.
Choose the positions of the '11' blocks among the k - 1 separator slots.
Choosing which separator slots hold the double blocks counts every legal string exactly once.
▸ Why?
Each string is built from exactly one such choice and each choice builds exactly one string.
▸ Why?
The slots are chosen together out of one row of places, so the count is a plain combination.
Add them up
Add the four values.
Sum the four cases.
4.NBT.B.4Solve An Easier Related ProblemRead the answer
The total is 65.
Match the total to the answer choices.
4.NBT.B.4Solve An Easier Related ProblemThis AMC 12 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.