AMC 10 · 2020 · #17
Grade 8 arithmeticPick an answer.
AMC 10 2020 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
Tool #9 (Easier Problem): 100 factors are too many to track at once — replace 100 with a tiny number like 4 and look at Q(x) = (x-1)(x-4)(x-9)(x-16). Map out which integers make Q(n) ≤ 0. Tool #5 (Pattern): the signs of P(n) alternate +,-,+,-,… between consecutive square-roots, so the negative-or-zero intervals are exactly [1², 2²], [3², 4²], …, [99², 100²] — 50 intervals. Tool #7 (Subproblems): count integers in one general interval [(2k-1)², (2k)²], then sum over k = 1, …, 50.
Shrink 100 factors to a 4-root toy Q: as n passes each root one factor changes sign, so Q's sign flips at every root.
Use a tiny version with 4 roots to see how signs flip.
6.NS.C.7Solve An Easier Related ProblemThe sign of P alternates, so P(n) ≤ 0 exactly on the closed intervals [1²,2²], [3²,4²], …, [99²,100²] — 50 intervals in all.
Sign flips at every root — half the gaps between consecutive squares are "bad" zones.
8.F.B.5Look For A PatternIn a general interval [(2k-1)²,(2k)²], the integer count is (2k)²-(2k-1)²+1 = (4k-1)+1 = 4k.
The interval [(2k-1)², (2k)²] has length 4k - 1, so 4k integer endpoints inside it.
7.EE.A.1Identify SubproblemsSanity check: [1,4] holds 1,2,3,4 = 4·1, and [9,16] holds 8 integers = 4·2 — the 4k formula matches.
Quick check on tiny cases confirms the 4k count.
5.OA.B.3Look For A PatternSum over k=1…50: Σ4k = 4· = 4·1275 = 5100, choice (E).
Add 4 + 8 + 12 + … + 200 using the triangle-number trick.
6.EE.A.2Identify SubproblemsThis AMC 10 problem only needs Grade 8 sign-pattern reasoning you already know — every time n crosses a perfect square the sign flips, so the bad zones [1², 2²], [3², 4²], …, [99², 100²] hold 4 + 8 + 12 + … + 200 = 5100 integers. The answer is (E).