Bunuel
If x, y and z are positive integers, is xz even?
(1) (2xy − x) is even
(2) (x^2 + xz) is even
This looks like a "GMAT code" sort of question, since they're asking me (and telling me) fairly complicated things about even/odd. Usually with these questions, they're actually communicating something much simpler, but they've dressed it up a bit to make the problem look harder than it really is.
Question stem: Is xz even? xz will be even if either x or z is even, or both. So really, the answer would be "yes" if x or z is even, and "no" if they're both odd.
(1) (2xy − x) is evenWhat is this actually saying? First, 2xy will
always be an even number no matter what the values of x and y are. So, it doesn't really factor into the statement here. It's basically saying "Even - x = even".
When we subtract x from some even value, we get another even value. The only way this will happen is if
x itself is even.
Therefore, this statement really says "x is even." So, the answer to the question is "yes," and the statement is
sufficient.
(2) (x^2 + xz) is evenI don't see anything here that I already know is even or odd, unlike the previous statement. Instead of approaching it that way, I'll see if I can factor it to simplify things. x^2 + xz factors to x(x + z). In other words, x(x+z) is even. That means either x is even, or x+z is even, or both.
Does this give us a definite answer to the question?
One possible way to read this statement is that x is even. In that case, the answer to the question is "yes."
But another possible way to read it is that x+z is even. That can happen if x and z are both odd. So, it's possible that x and z are both odd, in which case, the answer is "no."
Since we can get both a "yes" answer and a "no" answer, the statement is
insufficient.
The correct answer is
A.