AMC 10 · 2023 · #18
Grade 8 number-theoryPick an answer.
AMC 10 2023 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
Three independent yes/no questions live in one problem — perfect setup for Tool #7 (Identify Subproblems). Clear denominators first: multiplying by 210 gives c = 15a + 14b. Then test each statement separately. Tool #3 (Eliminate Possibilities) supplies a single counterexample to kill Statement I. Tool #13 (Convert to Algebra) — specifically modular reduction mod 2, 3, 5, 7 — settles Statement III, and Statement II follows immediately because "and" implies "or".
Clear denominators: the LCM of 14, 15, 210 is 210, so multiplying through gives c = 15a + 14b.
Working with c = 15a + 14b is much easier than fractions — and the coprime split 15 = 3· 5, 14 = 2· 7 already hints that the primes will separate cleanly.
6.NS.B.4Convert To AlgebraCounterexample to I: a=1 (so gcd(a,14)=1), b=3 gives c=57=3·19, so gcd(57,210)=3≠1 — Statement I is false.
One counterexample is enough to kill a universal claim — choose a to satisfy the hypothesis, then b to sneak a forbidden prime into c.
6.NS.B.4Eliminate PossibilitiesForward III: if gcd(a,14)=1 and gcd(b,15)=1, then mod 2,7 give c≡a, mod 3,5 give c≡2b,4b — never 0, so gcd(c,210)=1.
Reducing c = 15a + 14b mod each prime kills one of the two terms, so divisibility of c by that prime is forced by just one variable — making each case a one-line check.
8.EE.C.7Identify SubproblemsReverse III: using gcd(x+ky,y)=gcd(x,y), gcd(c,14)=gcd(a,14) and gcd(c,15)=gcd(b,15), so gcd(c,210)=1 forces both to be 1.
Modding out the 14b piece leaves 15a mod 14, and since 15 ≡ 1 mod 14 the gcd with 14 is just gcd(a,14) — same trick the other way.
6.NS.B.4Identify SubproblemsStatement II wants only the weaker 'or', which III's reverse 'and' already gives — so II is true; with I false, II and III are the answer.
A logical "and" is stronger than "or" — once we proved the harder "and" claim of III, the weaker "or" claim of II rides along for free.
6.NS.B.4Eliminate PossibilitiesMultiplying through by 210 turns the equation into c = 15a + 14b. Mod each prime in {2, 3, 5, 7}, one of the two terms vanishes, so gcd(c, 210) = 1 is equivalent to gcd(a, 14) = gcd(b, 15) = 1 (Statement III). That "and" automatically implies the "or" in Statement II, but Statement I fails because a = 1, b = 3 gives c = 57 — divisible by 3. Answer: (E) II and III only.