AMC 10 · 2024 · #12
Grade 8 arithmeticPick an answer.
AMC 10 2024 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
The condition "each speaks something the other does not" sounds verbal, but it has a clean set-theoretic meaning: if both students speak exactly k languages and neither set is a subset of the other, then the two sets must be different. Tool #9 (Easier Related Problem) handles the abstraction — drop the problem to small cases: with n=2 languages and k=1 per student, you can have at most C(2, 1) = 2 distinct students; with n=3, at most C(3, 1) = 3 or C(3, 2) = 3. The pattern is "max students = C(n, k)". Tool #6 (Guess and Check) then walks n = 7, 8, 9 to find where C(n, k) first reaches 100 — pick k near to maximize. Tool #16 (Complement) reframes the awkward "each speaks something the other doesn't" as the simpler "the two sets are not nested," which is automatic once the sets are equal-sized and distinct.
Turn words into sets: with equal size k, "neither list inside the other" just means the two language sets are different.
If two equal-sized sets are nested, they are equal. So "not nested" simplifies to "not equal" — a single check, not two.
7.SP.C.8Count The ComplementShrink to tiny cases: n languages give exactly C(n, k) distinct k-subsets, so the group size can be at most C(n, k).
Reduce 100 students to 3 or 4, watch how the counts work, and the general bound C(n, k) jumps out — Polya's principle of analogy.
7.SP.C.8Solve An Easier Related ProblemAim the search: want the smallest n with C(n, k) ≥ 100; since C(n, k) peaks at k near , only the middle value matters.
The central binomial coefficient C(n, ⌊ ⌋) is the largest entry in row n of Pascal's triangle, so checking only that one decides the row.
8.EE.A.1Solve An Easier Related ProblemGuess and check: C(7, 3) = 35 and C(8, 4) = 70 fall short, but C(9, 4) = 126 ≥ 100 clears it — first at n = 9, k = 4.
Try the next n each time — Pascal's triangle roughly doubles per row, so we cross 100 fast and predictably.
7.SP.C.8Guess And CheckBuild it: assign each student a distinct 4-set from 9 languages — 126 exist, all same size, so none nest and condition holds. Least is 9.
A construction beats a bound. Showing 9 works and 8 doesn't pins the minimum exactly at 9.
7.SP.C.8Solve An Easier Related ProblemThis AMC 10 problem only needs Grade 7 "counting subsets" combinatorics — C(n, k) — that you already know!