hareesh860 wrote:If x and y are distinct integers, is x + y a prime number?
(1) x and y are prime numbers.
(2) x × y is odd.
(1) If x = 2, y = 3, then x + y = 2 + 3 = 5, a prime number.
If x = 3, y = 5, then x + y = 3 + 5 = 8, not a prime number.
No definite answer; NOT sufficient.
(2) x × y is odd implies that x and y both should be odd integers.
If x = 1, y = 3, then x + y = 4, not a prime number.
If x = -1, y = 3, then x + y = 2, a prime number.
No definite answer; NOT sufficient.
Combining (1) and (2), x and y are prime numbers, where x and y cannot be equal to 2 (as they are odd integers). So, x and y will be positive odd integers, as a prime number is a natural number greater than 1. Hence, x and y will be positive odd integers, so x + y will always be even integer greater than 2, which will not result in a prime number. So, x + y will not be a prime number; SUFFICIENT.
The correct answer is
C.