AMC 10 · 2024 · #17
Grade 7 arithmeticPick an answer.
AMC 10 2024 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
"At most one tie" is the big switch — it splits the problem into five clean cases by tie size k ∈ {0, 2, 3, 4, 5} (tie size 1 is just "no tie"). That fits Tool #7 (Identify Subproblems) perfectly: solve each case, then add. Tool #2 (Make a Systematic List) gives the case ordering and prevents double-counting. Inside each case we use Tool #9 (Solve an Easier Related Problem): tie k snails, treat them as one block, and the leftover problem is just "line up 6 - k blocks in a strict order" — a tiny factorial. The factor C(5, k) picks which snails are in the tie.
Split by tie size k: cases are k = 0 (no tie) and k ∈ {2, 3, 4, 5}; each count is (who ties) × (how the blocks rank).
Casework with a small finite tag — here k — is the cleanest Grade 5 "write the expression" setup.
5.OA.A.2Make A Systematic ListCase k = 0: all 5 finish in distinct places, so 5! = 120 orderings.
Grade 4 multi-step arithmetic: 5 × 4 × 3 × 2 × 1 = 120, the count of ways to put 5 different things in a row.
4.OA.A.3Solve An Easier Related ProblemCase k = 2: choose the tied pair C(5,2) = 10, then rank 4 blocks 4! = 24, giving 240.
Group the tied snails together, count what's left as a smaller list-ordering problem — the Tool #9 "easier subproblem" move.
7.SP.C.8Solve An Easier Related ProblemCase k = 3: choose 3 tied C(5,3) = 10, then rank 3 blocks 3! = 6, giving 60.
Same recipe, smaller: choose the 3 tied, then line up 3 blocks.
7.SP.C.8Solve An Easier Related ProblemCase k = 4: choose 4 tied C(5,4) = 5, then rank 2 blocks 2! = 2, giving 10.
Two blocks left, so the only choice is which block goes first.
7.SP.C.8Solve An Easier Related ProblemCase k = 5: all tie, C(5,5) = 1 and 1! = 1, giving 1 outcome.
Total tie: one giant block, one possible outcome.
7.SP.C.8Solve An Easier Related ProblemAdd the five disjoint case counts: 120 + 240 + 60 + 10 + 1 = 431.
Adding the five disjoint case counts is Grade 4 multi-digit addition, with no overlap to worry about.
4.NBT.B.4Identify SubproblemsThis AMC 10 problem only needs Grade 7 organized counting — list each tie-size case, multiply (who ties) by (how the blocks line up), and add — that you already know!