2023 AMC 10B Problem 18

Below is the professionally curated solution for Problem 18 of the 2023 AMC 10B, from LIVE by Po-Shen Loh. You can also try the full timed exam, view all 2023 AMC 10B solutions, or check the answer key.

All of the real AMC 8, AMC 10, AMC 12, and AIME problems in our complete solution collection are used with official legal permission of the Mathematical Association of America (MAA).

Concepts:greatest common divisormodular arithmeticlogical deduction

Difficulty rating: 1910

18.

Suppose a,a, b,b, and cc are positive integers such that a14+b15=c210.\frac{a}{14} + \frac{b}{15} = \frac{c}{210}. Which of the following statements are necessarily true?

I. If gcd(a,14)=1\gcd(a, 14) = 1 or gcd(b,15)=1\gcd(b, 15) = 1 or both, then gcd(c,210)=1.\gcd(c, 210) = 1.

II. If gcd(c,210)=1,\gcd(c, 210) = 1, then gcd(a,14)=1\gcd(a, 14) = 1 or gcd(b,15)=1\gcd(b, 15) = 1 or both.

III. gcd(c,210)=1\gcd(c, 210) = 1 if and only if gcd(a,14)=gcd(b,15)=1.\gcd(a, 14) = \gcd(b, 15) = 1.

I, II, and III

I only

I and II only

III only

II and III only

Solution:

Clear denominators to get c=15a+14b.c = 15a + 14b. Reduce modulo the primes of 210=2357:210 = 2 \cdot 3 \cdot 5 \cdot 7: ca(mod2),c \equiv a \pmod 2, c2b(mod3),c \equiv 2b \pmod 3, c4b(mod5),c \equiv 4b \pmod 5, and ca(mod7).c \equiv a \pmod 7. So gcd(c,210)=1\gcd(c, 210) = 1 iff 2a,2 \nmid a, 7a,7 \nmid a, 3b,3 \nmid b, 5b,5 \nmid b, which is exactly gcd(a,14)=1\gcd(a, 14) = 1 and gcd(b,15)=1.\gcd(b, 15) = 1. That settles III, and it makes II true since the "and" implies the "or." Statement I fails, though: take a=1,b=3.a = 1, b = 3. Then gcd(a,14)=1,\gcd(a, 14) = 1, yet c=57c = 57 is divisible by 3.3. So only II and III hold. Therefore, the answer is E.

Problem 18 in Other Years