Bunuel
Is integer \(x\) even?
(1) \((x + 1)(x - 2)\) is even
(2) \((x - 3)(x + 5)\) is even
Key Properties:
#1. ODD +/- ODD = EVEN
#2. ODD +/- EVEN = ODD
#3. EVEN +/- EVEN = EVEN
#4. (ODD)(ODD) = ODD
#5. (ODD)(EVEN) = EVEN
#6. (EVEN)(EVEN) = EVENTarget question: Is integer x even? Statement 1: (x + 1)(x - 2) is even There are only two possible cases to consider: x is even or x is odd. So let's examine each case.
Case a: If
x is even, then (x + 1)(x - 2) = (EVEN + 1)(EVEN - 2) = (ODD)(EVEN)= EVEN. This case satisfies statement 1, which means the answer to the target question is
YES, x is evenCase b: If
x is odd, then (x + 1)(x - 2) = (ODD + 1)(ODD - 2) = (EVEN)(ODD) = EVEN. This case satisfies statement 1, which means the answer to the target question is
NO, x is not evenSince we can’t answer the
target question with certainty, statement 1 is NOT SUFFICIENT
Statement 2: (x - 3)(x + 5) is evenOnce again, we'll test both possible cases...
Case a: If
x is even, then (x - 3)(x + 5) = (EVEN - 3)(EVEN + 5) = (ODD)(ODD)= ODD. This case does NOT satisfy statement 2. So, we must ignore it.
Case b: If
x is odd, then (x - 3)(x + 5) = (ODD - 3)(ODD + 5) = (EVEN)(EVEN)= EVEN. This case satisfies statement 2, which means the answer to the target question is
NO, x is not evenSince we can answer the
target question with certainty, statement 2 is SUFFICIENT
Answer: B
Cheers,
Brent