AMC 10 · 2024 · #20
Grade 7 countingPick an answer.
AMC 10 2024 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
The shoes look complicated, but the only thing the rule cares about is boundaries between L's and R's in the row. Tool #2 (Make a Systematic List) gives a clean two-layer plan: layer one — list every L/R type-string of three L's and three R's that has no forbidden boundary; layer two — for each surviving type-string, count how many ways to label the L's as L₁, L₂, L₃ and the R's as R₁, R₂, R₃ so each L-R boundary is a matched pair. Tool #7 (Identify Subproblems) splits the type-strings into four block-shape cases. Tool #9 (Solve an Easier Related Problem) reduces the labeling layer to a small permutation count per case.
Read only the L/R skeleton: every L-R boundary must be a matched pair, so no LRL or RLR can appear as a type-substring.
Strip the names off the shoes and look only at the L/R skeleton — the forbidden adjacency becomes a clean rule on a short string.
5.OA.A.2Identify SubproblemsList the type-strings of three L's and three R's with no LRL or RLR — exactly 8 survive, in three groups by boundary count.
Listing block-shapes systematically prevents both missing strings and double-counting; the four shapes are the only ones consistent with the LRL/RLR ban.
7.SP.C.8Make A Systematic ListGroup A (1 boundary: LLLRRR, RRRLLL): fix the boundary pair (3 ways), order the free shoes each side — 12 per string, subtotal 24.
Once you fix which matched pair sits at the boundary, the rest is two independent small orderings — Tool #9's "reduce to smaller pieces" move.
4.OA.A.3Solve An Easier Related ProblemGroup B (2 boundaries: 4 strings): pick an ordered pair of distinct matched pairs, P(3,2)=6, rest forced — 6 per string, subtotal 24.
Two boundaries each "lock" one matched pair in place; the leftover positions for the third pair are then forced.
7.SP.C.8Solve An Easier Related ProblemGroup C (3 boundaries: LRRLLR, RLLRRL): the three boundaries use the three pairs in some order, 3!=6 per string, subtotal 12.
Three boundaries means each boundary uses one pair, and the three pairs are just permuted — 3! = 6.
4.OA.A.3Solve An Easier Related ProblemAdd the three disjoint subtotals — 24 + 24 + 12 gives 60, choice (A).
Adding three disjoint subtotals is Grade 4 multi-digit addition — and the cases are guaranteed disjoint because each shoe ordering has one and only one L/R type-string.
4.NBT.B.4Make A Systematic ListThis AMC 10 problem only needs Grade 7 organized counting — list every valid L/R skeleton, then count name choices at each boundary — and the answer drops out as 60!