AMC 10 · 2020 · #24
Grade 6 number-theoryPick an answer.
AMC 10 2020 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
Tool #7 (Subproblems): each GCD condition unpacks into a divisibility AND a non-divisibility — handle them one prime at a time. Tool #5 (Pattern): each condition gives an arithmetic progression {base + (period) k}; intersect the two progressions. Tool #6 (Guess and Check): once we know the candidates form an arithmetic sequence 237, 657, 1077, 1497, 1917, … with period 420, check each n > 1000 in order against the non-divisibility filters. Tool #3 (Eliminate): cleanly rules out j = 2 (fails 9 ∤ ) and j = 3 (fails odd-multiplier).
Unpack condition 1: gcd(63, n+120) = 21 means 21 ∣ (n+120) yet 9 ∤ (n+120), else the gcd would jump to 63.
gcd = 21 packs a YES (divisible by 21) and a NO (not divisible by 63, i.e. extra 3 missing).
6.NS.B.4Identify SubproblemsUnpack condition 2: gcd(n+63, 120) = 60 means 60 ∣ (n+63) but is odd, since the only gap up to 120 is one more factor of 2.
gcd = 60 vs. 120 hinges on a single factor of 2 — easy to track.
6.NS.B.4Identify SubproblemsTranslate to congruences: n + 120 ≡ 0 (mod 21) gives n ≡ 6 (mod 21), and 60 ∣ (n+63) gives n ≡ 57 (mod 60).
Two clean congruences capture the divisibility conditions.
6.EE.B.7Look For A PatternSubstitute n = 60k + 57 into the first congruence and solve: k ≡ 3 (mod 7), so n = 420j + 237 (period 420 = lcm(21, 60)).
Substituting one congruence into the other reveals the period 420 = lcm(21, 60).
6.EE.B.7Look For A PatternFrom 420j + 237 > 1000 (so j ≥ 2), the ordered candidates are n = 1077, 1497, 1917, …; apply the two 'no extra factor' filters in turn.
List the small candidates in order and test the side conditions one by one.
4.OA.A.3Guess And CheckTest n = 1077: n + 120 = 1197 = 9 · 133, so 9 ∣ 1197 — condition (i) fails (gcd becomes 63). Reject.
1+1+9+7 = 18 is a multiple of 9 — fast digit-sum check rules n=1077 out.
6.NS.B.2Eliminate PossibilitiesTest n = 1497: 9 ∤ 1617 passes, but n + 63 = 1560 and = 26 is even — condition (ii) fails (gcd becomes 120). Reject.
60 divides 1560 "once too many" — the quotient is even, so 120 divides too.
6.NS.B.2Eliminate PossibilitiesTest n = 1917: 9 ∤ 2037 passes and n + 63 = 1980 with = 33 odd passes — so n = 1917 clears both gcd conditions.
The first candidate that passes both side conditions — minimum found.
6.NS.B.2Guess And CheckThe digit sum of 1917 is 1 + 9 + 1 + 7 = 18, choice (C).
Simple addition of the four digits.
4.OA.A.3Guess And CheckThis AMC 10 problem only needs Grade 6 GCD and divisibility you already know — each GCD condition splits into "divides exactly" plus "no extra factor", giving candidates 1077, 1497, 1917, … in steps of 420; the first two fail one side condition each, so n = 1917 and the digit sum is 1+9+1+7=18.