BrentGMATPrepNow
If x and y are integers, and N = (x² – y + 3x)(2y + x), is N odd?
1) x+y is even
2) 3xy is odd
*kudos for all correct solutions
Given that x and y are integers, we can apply the following Properties regarding the Even/Odd nature of the terms
N = (\(x^2 \) - y + 3x) (2y + x)
Property 1: raising a variable such as X to a Power will not change the Even/Odd nature of the variable
Thus, for purposes of the Even/Odd analysis, we can say:
X will have the same even/odd nature as ---> \(x^2\)
Property 2: Multiplying a variable such as X by any ODD Integer will not change the even/odd nature of the variable
Thus, for purposes of the Even/Odd analysis, we can say:
3X will have the same even/odd nature as ----> X
Finally, regardless of the even/odd nature of Y, the term (2Y) will always be EVEN
so, the expression that is equal for N will have the same even/odd nature as the follownig:
N = (x - y + x) (EVEN + x)
or
N = (2x - y) (EVEN + x)
or
N = (EVEN - y) (EVEN + x)
now, we can analyze the statements much easier
statement 1: x + y = Even
case 1: x = even ; y = even
N = (Even - even) (Even + even) = (even)(even) = EVEN
case 2: x = odd ; y = odd
N = (Even -- odd) (Even + odd) = (odd) (odd) = ODD
thus, N can be either EVEN or ODD
statement 1 is NOT SUFFICIENT
statement 2: 3xy = Odd
x = Odd ; y = Odd is the only possibiliity
therefore, N = (Even - y) (Even + x) will have only ONE Even/Odd outcome
statement 2 is sufficient ALONE
*B*