The positive integers and are all prime numbers. The sum of these four primes is
- A)
- B)
- C)
- D)
- E)
Answer
E
Key insight
A-B and A+B differ by 2B, so both are odd, forcing B = 2; then A-2, A, A+2 include a multiple of 3, so A = 5.
Solution
The primes and differ by , an even number, so they have the same parity. They cannot both be (they are different), so both are odd. An odd difference means and have opposite parity, so one of them is the even prime . Since , we have , hence .
Now , , are three primes, and among any three consecutive odd numbers one is a multiple of . A prime multiple of is itself, and would make (not prime), so and . The four primes are , all valid.
Their sum is , a prime.
The answer is .
Why this works
Two standard filters do all the work: parity (any set of primes with an odd sum or difference must include ) and residues mod (three primes spaced by must include ). Together they force a unique configuration, and only then is the sum computed. When primes appear in arithmetic patterns, check and first.
Alternative approach
Search directly: is forced by parity, and trying finds almost immediately ( all prime). The sum is odd, not divisible by , or , and prime, so (E) is the only fitting choice.
The trap
Concluding B = 2 and then assuming A can be any odd prime, without using the mod 3 argument that pins A = 5 (and the sum 17).
Common mistakes
- Concluding B = 2 and then assuming A can be any odd prime, without using the mod 3 argument that pins A = 5 (and the sum 17).
- Trying , which makes nonpositive for every prime , and wasting time on that dead end.
Techniques
Use an invariant, parity, or coloring argument · Test small/specific values or special cases to find or verify the answer