Skip to main content

2023 AMC 10B Problem 18

Problem 18 of 25IntermediateNumber Theory

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.

Answer choices

Show solution

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 aa is divisible by neither 22 nor 77 and bb is divisible by neither 33 nor 5,5, 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.

More practice

Concepts: greatest common divisor · modular arithmetic · logical deduction

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.