Bunuel
Is the product of positive integers x and y a prime number?
(1) x/y = prime
(2) x and y are consecutive integers
Question: Is the product of x and y a prime number.
Constraint: x and y are positive integers i.e x,y ≠ 0
This is a Yes/No type of DS question, and we should try to put in values to get to the answer.
Statement 1: x/y = prime
If x = 2 and y = 1, then x/y = 2/1 = 2 which is prime and x * y = 2 * 1 = 2, which is a prime number.
If x = 4 and y = 2, then x/y = 4/2 = 2 which is prime and x * y = 4 * 2 = 8, which is not a prime number.
Therefore Statement 1 Alone is Insufficient. Answer options could be B, C or E.
Statement 2: x and y are consecutive integers
if x = 1 and y = 2, then x * y = 2 which is a prime number.
if x = 2 and y = 3, then x * y = 6 which is not a prime number.
Therefore Statement 2 Alone is Insufficient. Answer options could be C or E
Combining Both Statements:x and y are consecutive integers and x/y is prime.
This is satisfied only when x = 1 and y = 2 as for all other consecutive numbers, we will not get integer values.
Therefore x * y = 1 * 2 = 2 which is a prime number
Therefore Both Statements together are Sufficient.
Option CArun Kumar