AMC 10 · 2020 · #25
Grade 7 arithmeticPick an answer.
AMC 10 2020 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
Tool #9 (Easier Problem): the verifier D(6) = 3 is given — anchor on this small case. Tool #2 (Systematic List): casework on k = number of factors (k = 1, 2, 3, 4, 5, 6) — at most 6 factors since the smallest factor is 2 and 2⁶ = 64 < 96 < 128 = 2⁷. Tool #7 (Subproblems): for each k, separately count (a) where to place the single 3 and (b) how to distribute the remaining powers of 2 among the factors. Tool #5 (Pattern): the per-k count factors into k · C(5, k-1) via stars-and-bars. Tool #13 (Algebra): sum the closed form using Σ k C(n, k-1) = (n+2) 2ⁿ⁻¹ — actually here a clean direct sum. Tool #6 (Guess and Check) cross-verifies via D(6) = 3.
Write 96 = 2⁵ · 3, so an ordered list f₁…f_k needs a_i + b_i ≥ 1 with Σ a_i = 5 and Σ b_i = 1.
Track the 2's and the single 3 separately.
6.NS.B.4Solve An Easier Related ProblemSince Σ b_i = 1, exactly one slot carries the 3 and the rest carry none — that gives k choices for where the 3 lives.
The single 3 has k slots to live in.
7.SP.C.8Identify SubproblemsEach non-3 slot needs a 2 first (else it equals 1); distributing the leftover 2's by stars and bars gives C(5, k - 1) ways.
Force each non-3 slot to take a 2 first, then distribute leftover 2's freely.
7.SP.C.8Convert To AlgebraSo N_k = k · C(5, k - 1), and since 2^k ≤ 96 means k ≤ 6, over k = 1…6 this gives 1, 10, 30, 40, 25, 6.
Six small cases, each is one row of Pascal scaled by k.
7.SP.C.8Make A Systematic ListAdding them: 1 + 10 + 30 + 40 + 25 + 6 = 112, which is choice (A).
Straight addition of six counts gives 112.
5.OA.A.1Identify SubproblemsSanity check: for 6 = 2¹ · 3¹ the same rule gives 1 + 2 = 3, matching the given D(6) = 3.
The same formula on the toy case 96 → 6 recovers the given D(6) = 3.
3.OA.B.5Guess And CheckThis AMC 10 problem only needs Grade 7 counting: 96 = 2⁵ · 3, so for each number of factors k pick where the 3 lives (k ways) and distribute the 5 twos among the k slots (C(5, k-1) ways via stars and bars) — sum k C(5, k-1) from k = 1 to 6: 1 + 10 + 30 + 40 + 25 + 6 = 112.