AMC 8 · 2014 · #4

Grade 4 number-theory
prime-numbersparityprimality-test systematic-enumeration ↑ Prerequisites: prime-numbersparity
📏 Short solution 💡 2 insights
📘 View easy version →
Problem
Two prime numbers add to 85. Find the product of those two primes.

Pick an answer.

(A)
85
(B)
91
(C)
115
(D)
133
(E)
166

AMC 8 2014 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Eliminate Possibilities

The sum 85 is odd, and odd + odd = even while even + even = even. So one of the two primes must be even and the other odd — that is a powerful elimination (Tool #3). The only even prime is 2, so one prime is forced to be 2 and the other is 85 - 2 = 83. Tool #2 (Systematic List) is the backup: we can also list small primes 2, 3, 5, 7, 11, …, pair each with 85 - p, and check primality — both routes land on the same pair.

1STEP 1

The sum 85 is odd, but odd+odd and even+even are both even — so one prime is even and the other odd.

odd + odd = even, even + even = even, odd + even = odd = 85
2STEP 2

The only even prime is 2 — every even number past 2 is divisible by 2 — so one prime must be 2.

even primes = {2}
3STEP 3

Subtract to get the other prime: 85 - 2 = 83.

85 - 2 = 83
4STEP 4

Check 83 is prime: √83 < 10, so test 2, 3, 5, 7 — none divide it, so 83 is prime.

83 ÷ 2, 3, 5, 7 → no clean divide → 83 is prime
5STEP 5

Multiply the two primes: 2 × 83 = 166, choice (E).

2 × 83 = 166 → (E)
Answer
166
Quick sanity check: 2 + 83 = 85 ✓ (sum condition holds) and 2 × 83 = 166 ✓ (matches choice E). The other choices fail the sum test — for example, 85 = 5 × 17 has 5 + 17 = 22, 91 = 7 × 13 has 7 + 13 = 20, 115 = 5 × 23 has 5 + 23 = 28, 133 = 7 × 19 has 7 + 19 = 26. None of those equal 85, but 166 = 2 × 83 does. So (E) is the only consistent answer.
💡Key takeaway

Whenever two primes add to an odd number, one of them has to be 2 — that single Grade 4 parity trick cracks the whole problem.