For positive integer k, is the expression (k + 2)(k^2 + 4k + 3) divisible by 4?
(1) k is divisible by 8.
(2) (k + 1)/3 is an odd integer
The above problem was one of the manhattan exam questions the answer provided was A but I think it is D.
-------------------------------------------------------------------
(2) INSUFFICIENT: If k + 1 is divisible by 3, k + 1 must be an odd integer, and k an even integer. However, we do not have sufficient information to determine whether k or k + 2 is divisible by 4.
The question might therefore be rephrased "Is k odd, OR is k + 2 divisible by 4?" Note that a "˜yes’ to either of the conditions would suffice, but to answer 'no' to the question would require a "˜no’ to both conditions.
(1) SUFFICIENT: If k is divisible by 8, it must be both even and divisible by 4. If k is divisible by 4, k + 2 cannot be divisible by 4. Therefore, statement (1) yields a definitive "˜no’ to both conditions in our rephrased question; k is not odd, and k + 2 is not divisible by 4.
(2) INSUFFICIENT: If k + 1 is divisible by 3, k + 1 must be an odd integer, and k an even integer.
However, we do not have sufficient information to determine whether k or k + 2 is divisible by 4.
The correct answer is A.
------------------------------------------------------------------
But I think we have sufficient information for (2). My logic is as follows:
if (k + 1)/3 is odd then we can say (k + 1)/3 = 2n + 1 so k = 6n + 2
the original equation can be expressed as (k+2)(k+3)(k+1) so replacing k by 6n + 2 we get
(6n+4)(6n+5)(6n+3) = (2)(3n+2)(6n+5)(6n +3)