AMC 10 · 2020 · #24
Grade 7 countingPick an answer.
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.
Describe by prime exponents
Each factor is two exponents.
Track the 2's and the single 3 separately.
Tracking the twos and the single three separately describes every divisor completely.
▸ Why?
Every number has exactly one prime recipe, so a divisor is nothing but a choice of exponents.
▸ Why?
Those choices are made independently for each prime, so the counts multiply.
Place the three
The three goes in one slot.
The single 3 has k slots to live in.
7.SP.C.8Identify SubproblemsDistribute the twos
No other slot may be left empty.
Force each non-3 slot to take a 2 first, then distribute leftover 2's freely.
7.SP.C.8Convert To AlgebraCount by the number of factors
Count each factor-count case.
Six small cases, each is one row of Pascal scaled by k.
7.SP.C.8Make A Systematic ListAdd them up
Adding gives 112.
Straight addition of six counts gives 112.
5.OA.A.1Identify SubproblemsSanity-check on a small number
Check the method on a small number.
The same formula on the toy case 96 → 6 recovers the given D(6) = 3.
3.OA.B.5Guess And CheckThis AMC 12 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.