P, Q, P - Q, P + Q --- are all prime numbers.
Inference 1: Q = 2.Because:- If P and Q were odd prime numbers, then P+Q would be odd + odd = even number greater than 2. In other words, there is no way P + Q will be prime in such a case.
- Therefore, among P and Q, one of them is THE even prime number i.e., 2.
- P - Q is also prime. If P = 2, then P - Q would be a negative number. Prime numbers are not negative. Therefore, P is not = 2.
- Hence, Q = 2.
P - Q, P, and P + Q are prime.
So, knowing that Q = 2,
P - 2, P, and P + 2 are prime. Also, remember that P is an odd prime number.(P - 2, P, P + 2)
(1,3,5) - not valid. Because 1 is not prime.
(3,5,7) - valid. (5,7,9) - not valid. Because 9 is a multiple of 3.
(9,11,13) - not valid. because 9 is a multiple of 3.
(11,13,15) - not valid. because 15 is a multiple of 3.
And so on.
Inference: Barring (3,5,7), no other set of (P-2, P, P+2) works.
It is actually easy to see why.
Think: (P - 2, P, P + 2) is essentially 3 consecutive odd numbers.
In any 3 consecutive odd numbers, one number will be a multiple of 3.
This is also true for (3,5,7) but here, given that 3 is a prime number, this was not an issue.
For any other set, any 3 consecutive odd numbers (P-2, P, P+2) cannot all be prime numbers, because in any 3 consecutive odd numbers, one number will be a multiple of 3. So, here, even if P is prime, either P+2 or P-2 will be a multiple of 3, and therefore, not prime.Bottom Line: We have a unique answer set.
Q = 2. P = 5. P - 2 = 3. P + 2 = 7.
(I) Q + 1 = 2 +1 = 3. Must be prime.
(II) P + 2Q = 5 + 2(2) = 9. Not prime.
(III) 3P + 2Q = 15 + 4 = 19. Definitely Prime.
Answer: I and III only. Choice D.
---
Harsha