Bunuel
If w, x, y and z are integers and w + x = y, is y divisible by z?
(1) w and x each have a remainder of 1 when divided by z
(2) z = 2
Evaluting statement 1:Case 1: Let's take z=3, w=4, x=7 . These 3 numbers satisfy statement 1 .
After plugging in the values we get y=11, which is not divisible by 3.
Case 2: Let's take z=2, w=3, x=5. These 3 numbers satisfy statement 1.
After plugging in the values we get y=8, which is divisible by 2.
Statement 1 is not suffiecient.Evaluting statement 2: Statement 2 provides us only with the values of z .
Statement 2 is clearly insufficient.Evaluting both statements together : The numbers(x,w) that satisfy both statements can be (3,5) , (11,19) , (-9,-21) ....
All of these pair sum up to an even number, which is always divisible by 2.
Therefore, C is sufficient.Methinks its C
Do correct me if i am wrong.