AMC 10 · 2022 · #15
Grade 8 number-theoryPick an answer.
Tool #3 (Eliminate): the five candidates are the universe; knock out any whose divisibility by 2, 3, 5, or 7 is easy to spot. Tool #9 (Easier Problem): replace the exponent 607 with 7 first to see how 2ⁿ + 1 and 2ⁿ - 1 behave mod each small prime — the cycle pattern transfers. Tool #5 (Pattern): once we know 2 mod p cycles, the answer to "2⁶⁰⁷ mod p" is just "607 mod (cycle length)" with table lookup. Four candidates fall to a one-line argument; verifying the survivor is the final step.
Kill the first with three
It is zero modulo three.
2 ≡ -1 (mod 3) turns the question into "is the exponent even?" — and 606 is.
6.NS.B.4Eliminate PossibilitiesKill the second with three
The second is also divisible by three.
Odd exponent flips -1 back to -1; adding 1 kills it mod 3.
8.EE.A.1Eliminate PossibilitiesKill the third with five
The third is divisible by five.
Sum of two odd-power expressions is divisible by the sum of the bases.
A sum of two like odd powers is always divisible by the sum of the bases.
▸ Why?
Such a sum always carries the sum of the bases as a factor, the same way a difference carries their difference.
▸ Why?
So the leftover after dividing is zero, which is exactly what divisibility means.
Kill the fourth with five
The fourth is also divisible by five.
Group the exponent into pairs so the base becomes 4; then 4 + 1 = 5 does the work.
8.EE.A.1Eliminate PossibilitiesThe survivor is odd
The survivor is odd.
Even minus 1 is odd.
4.OA.B.4Eliminate PossibilitiesCheck it against three
It is not divisible by three either.
Same 2 ≡ -1 trick, but now the odd exponent leaves -1 behind, and -1 - 1 = -2 ≠ 0 mod 3.
6.NS.B.4Look For A PatternCheck it against five
Use the cycle to check five.
2 mod 5 cycles every 4 steps; line up 607 with the cycle position.
6.NS.B.4Look For A PatternCheck it against seven
Seven passes too, so it is two to the six hundred seventh minus one.
Same cycle move, length 3 this time.
6.NS.B.4Look For A PatternFour of the five expressions are easy to kill: aⁿ + bⁿ is divisible by a + b when n is odd, and 2 ≡ -1 (mod 3) handles the rest. The one survivor 2⁶⁰⁷ - 1 avoids 2, 3, 5, and 7 — choice (C).