If n is a positive integer, then is (n + 1)(n + 3) a multiple of 4?
STATEMENT--(1)--(n + 2)(n + 4) is odd.
From here we know that
(n+2)--odd and (n+4)--odd
since--(n+2)--odd this implies n = odd--(same in n+4)
now,
(n+1) = odd+odd = even (2 is a factor of n+1 since it is even)
(n+3) = odd +odd = even
(n+1)(n+3) = has 4 as a factor since both (n+1) and (n+3) are even
hence it makes (n+1)(n+3) divisible by 4
so SUFFICIENT
STATEMENT--(2)--(n + 3)(n + 6) is even.
(n+3)-odd and (n+6)-even
n = even
if n=2--(n+3)-odd and (n+6)-even
but (n + 1)(n + 3) = odd*odd = 3*5 = odd
hence 4 is not a factor of (n + 1)(n + 3)---answer is NO
(n+3)-even and (n+6)-odd
n = odd
if n =3--(n+3)-even and (n+6)-odd
(n+1)(n+3) = even*even = 4*6 = even
since both (n+1) and (n+3) are even 4 is a factor of (n + 1)(n + 3)---answer is YES
so INSUFFICIENT
A is the correct answer