Hoehenheim
The positive integers A, B, A - B, and A + B are all prime numbers. The sum of these four primes is
(A) even
(B) divisible by 3
(C) divisible by 5
(D) divisible by 7
(E) prime
Bunuel Got this using trial and error. But, how to do this algebraically?
Got down to: sum = 6(3N + n) + (number). where A= 6N +/- 1, B = 6n +/- 1.
When trying to sort out A-B and A+B, I hit a wall, as to make both of those expressions prime, I could not decide on the value of +1 or -1 to be assigned to the variables A and B.
For both A - B and A + B to be primes, B must be 2. This is because both A and B cannot be odd, and both cannot be even (so one must be odd and the other must be the only even prime, which is 2). A cannot be 2 because 2 minus any prime cannot result in another prime.
Thus, we have that B = 2, and A - 2, A, and A + 2 must all be primes.
Now, A - 2, A, and A + 2 are three consecutive odd integers. The only case where three consecutive odd integers are all prime is with 3, 5, and 7 (since one of the three consecutive odd integers must be a multiple of 3, and if they are all primes, that multiple must be 3 itself, resulting in 3, 5, and 7).
A - 2 = 3 implies that A = 5.
The sum of A, B, A - B, and A + B is 3A + B = 17, which is a prime number.
Answer: E.