AMC 10 · 2018 · #22
Grade 6 number-theoryPick an answer.
AMC 10 2018 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
A gcd works one prime at a time: it keeps the smaller exponent of that prime found in the two numbers. So Tool #4 (Introduce a Variable): let e_p(x) stand for the exponent of prime p in x, turning every gcd fact into a plain statement about smaller-of-two exponents. Tool #7 (Identify Subproblems): handle the prime 2 and the prime 3 separately, since they never interact, and pin down the exact powers of 2 and 3 in a. That fixes gcd(d,a) to be 6 times a number sharing no factor of 2 or 3. Tool #3 (Eliminate Possibilities): only one multiple of 6 in the window 70 < x < 100 survives that restriction, which reveals the prime forced into a.
Factor and name the exponents
Only the primes 2 and 3 appear. Introduce e_p(x) for p's exponent, since the key rule is that gcd keeps each prime's smaller exponent.
A gcd only cares about each prime by itself, so split the problem prime by prime.
4.OA.B.4Use Matrix LogicWrite the smaller-exponent rules
The smaller exponent turns four gcds into six min-equations: for prime 2 the mins are 3, 2, 1, for prime 3 they are 1, 2, 3.
Each gcd number tells you the smaller of the two exponents that meet there.
6.NS.B.4Use Matrix LogicTrack the powers of 2
With e₂(b) ≥ 3 we get e₂(c)=2, then e₂(d)=1, while a keeps e₂(a) ≥ 3.
When one number already has plenty of a prime, the gcd pins the exponent of its partner.
6.NS.B.4Identify SubproblemsTrack the powers of 3
Symmetrically, e₃(b) ≥ 2 forces e₃(a)=1, while min(e₃(c),e₃(d))=3 gives e₃(d) ≥ 3: a holds exactly one 3.
Pairing a high exponent against a low gcd pins the partner's exponent exactly.
6.NS.B.4Identify SubproblemsBuild gcd(d, a)
Comparing d and a: min for 2 is min(1, ≥ 3)=1, for 3 is min( ≥ 3,1)=1, so gcd(d,a)=6m where m shares no factor of 2 or 3.
The gcd of d and a takes one 2 and one 3 for sure, and any extra must come from new primes.
6.NS.B.4Use Matrix LogicUse the window to pin the value
70 < 6m < 100 leaves m∈{12,…,16}; dropping even and multiples of 3 gives m=13, so gcd(d,a)=78 divides a: 13 ∣ a, choice (D).
Only one multiple of 6 between 70 and 100 avoids both 2 and 3, so its extra prime is forced.
6.EE.B.8Eliminate PossibilitiesA gcd keeps the smaller power of each prime, so track 2s and 3s separately: that forces gcd(d,a)=6m, and 78=6·13 is the only fit between 70 and 100, so 13 must divide a — choice (D).
- Factor and name the exponents
- Write the smaller-exponent rules
- Track the powers of 2
- Track the powers of 3
- Build gcd(d, a)
- Use the window to pin the value