If c and d are integers, is c even?
(1) c(d+1) is even
(2) (c+2)(d+4) is even
Here we have a number properties question. We will be dealing with evens/odds and multiplication/addition. A couple of things to keep in mind before we look at the statements:
1. If c is even it will have at least one factor of 2
2. The rules for addition for evens/odds: E+E = E; O+O = E; E+0 = O; O+E = O
3. The rules for multiplication for evens/odds: We will arrive at an even product EXCEPT when we have O*O which will produce an O result
1. Statement 1 is true if :
a. C is Even and D is Even E(E+1) = E*O = E
b. C is Even and D is odd E(O+1) = E*E = E
c. C is Odd and D is Odd O(O+1) = O*E = E
a and b give us an answer of yes; c gives us an answer of no - INSUFFICIENT
2. Statement 2 is true if:
a. C is Even and D is Even (E+2)(E+4) = E*E = E
b. C is Even and D is Odd (E+2)(O+4) = E*O= E
c. C is Odd and D is Even (O+2)(E+4) = O*E=E
a and b give us an answer of yes; c gives us an answer of no - INSUFFICIENT
When we take the statements together we notice that the two possible scenarios they have in common are a and b (C is Even and D is Even OR C is Even and D is Odd). In both scenarios C is Even, so we have one definitive answer to the question. SUFFICIENT the answer is C
This may seem like a lengthy explanation; I provided every step for clarity. Make sure to memorize rules for number properties, and you can solve a question similar to this one in two minutes or less.