AMC 10 · 2024 · #9
Grade 7 countingPick an answer.
AMC 10 2024 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
The setup mixes two independent choices (juniors, seniors) with three teams, so it screams for Tool #7 (Identify Subproblems). Pick the first team's 2 juniors and 2 seniors, then the second team's, then the third — each subproblem is a clean C(n, 2) count, and multiplying gives the number of labeled lineups (Team A, Team B, Team C). Tool #16 (Change Focus) then handles the wording "3 disjoint teams": because the teams have no labels, every unordered partition has been counted 3! times. Dividing by 3! converts the labeled count into the unlabeled one — the answer the problem wants.
Subproblem 1 (Team A): pick 2 of 6 juniors and 2 of 6 seniors — independent choices, so multiply for 225 ways.
C(6, 2)=15 is just "pick 2 from 6". Pairing every junior choice with every senior choice is the Grade 7 fundamental counting principle.
7.SP.C.8Identify SubproblemsSubproblem 2 (Team B): same recipe on the leftover 4 juniors and 4 seniors — 36 ways.
After taking 2 from each group, 4 juniors and 4 seniors remain. The structure repeats — only the pool size shrinks.
7.SP.C.8Identify SubproblemsSubproblem 3 (Team C): only 2 juniors and 2 seniors remain — forced, exactly 1 way.
When the pool size matches the choice size, C(n, n)=1 — the leftover is the team.
7.SP.C.8Identify SubproblemsMultiply the three stages for the labeled lineups (Team A, B, C in order): 225 × 36 × 1 = 8100.
Multiplication chains the three independent stages into one count of ordered team tuples.
7.SP.C.8Identify SubproblemsTeams are unlabeled, so each partition was counted 3! = 6 times; divide: 8100 ÷ 6 = 1350 → (B).
Switching from "ordered teams" to "unordered teams" is the classic Tool #16 move: count the easier (labeled) version, then divide by the number of relabelings (3!).
7.SP.C.8Count The ComplementPick the teams one at a time, then divide by 3! to forget the labels — that's how an AMC 10 counting problem collapses into Grade 7 "compound event" arithmetic.