AMC 8 · 2000 · #11
Grade 4 number-theoryPick an answer.
AMC 8 2000 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
There are only 39 numbers in the range, so a brute-force check is plausible — but smarter is Tool #2 (Make a Systematic List) grouped by the units digit u. Each u from 1 to 9 gives at most 4 candidates (1u, 2u, 3u, 4u), and the question "is N divisible by u?" is identical for the whole group. Tool #3 (Eliminate Possibilities) then knocks out non-multiples within each group with a single divisibility rule. Splitting by units digit turns one 39-item check into nine tiny checks of at most 4 each — much easier to count without errors.
Fix the units digit u (skip 0). For each u the candidates are always 1u, 2u, 3u, 4u — four numbers — and we ask which are multiples of u.
Grade 4 place value: a two-digit number is (tens digit) × 10 + (units digit). Fixing u leaves only the tens digit to vary.
4.NBT.A.2Make A Systematic ListEasy digits pass all four: u=1 (every number is divisible by 1), u=2 (ends in 2, even), u=5 (ends in 5) — that is 12 winners.
Three digits (1, 2, 5) come free because divisibility by them is built into how the number ends — Grade 4 divisibility rules.
4.OA.B.4Eliminate PossibilitiesMedium cases: u=4 keeps 24 and 44; u=3 only 33; u=6 only 36; u=8 only 48 — that adds 5 more.
Just multiplication-table recall: scan the multiples of u up to about 50 and keep the ones whose units digit really is u.
3.OA.C.7Eliminate PossibilitiesHard but empty: multiples of 7 and of 9 never end in 7 or 9 in range — the next would be 77 and 99 — so both give 0.
A multiple of u that also ends in u must come from u · k where k ≡ 1 (mod ). For u = 7, 9 the next such k after 1 is 11, giving 77, 99 — both outside [11, 49].
4.OA.B.4Eliminate PossibilitiesAdd every case: 4+4+1+2+4+1+0+1+0 = 17, choice (C).
The systematic list is exhaustive and non-overlapping (every number has exactly one units digit), so adding the case counts gives the total without double-counting.
3.NBT.A.2Make A Systematic ListSort the 39 numbers by their last digit and check each group with one divisibility rule. Three easy digits (1, 2, 5) give 12 winners on their own, and the rest contribute 5 more — total 17, answer (C).