To be divisible by 4, a number must have 4 as a factor. Any number composed of the multiplication of two or more even numbers will have 4 as a factor. (Every even number has 2 as a factor, therefore two even numbers multiplied together will have two 2's as factors, hence 4 as a factor).
With the given answer choices, the only way we can be sure to have two even numbers is:
- if n is even, we then need one of: (n+2), (n-2), (n+4), etc. Any (n+a), where a is an even number.
- if n is odd, we then need two of: (n+1), (n-1), (n+3), etc. Any two (n+b), where b is an odd number.
In fact the only answer choice that DOESN'T meet both conditions above is answer choice C.
This can be verified by picking some numbers:
Try n=9
(A) n(n-1)(n+2)(n+3) = 9*8*11*12 --> has 4 as a factor
(B) n(n-1)(n+3)(n+4) = 9*8*12*13 --> has 4 as a factor
(C) n(n-3)(n+2)(n+4) = 9*6*11*13 --> does
NOT have 4 as a factor
(D) n(n-3)(n+2)(n+3) = 9*6*11*12 --> has 4 as a factor
(E) n(n+1)(n+3)(n+4) = 9*10*12*13 --> has 4 as a factor
Try n=10
(A) n(n-1)(n+2)(n+3) = 10*9*12*13 --> has 4 as a factor
(B) n(n-1)(n+3)(n+4) = 10*9*13*14 --> has 4 as a factor
(C) n(n-3)(n+2)(n+4) = 10*7*12*14 --> has 4 as a factor
(D) n(n-3)(n+2)(n+3) = 10*7*12*13 --> has 4 as a factor
(E) n(n+1)(n+3)(n+4) = 10*11*13*14 --> has 4 as a factor
Try n=11
(A) n(n-1)(n+2)(n+3) = 11*10*13*14 --> has 4 as a factor
(B) n(n-1)(n+3)(n+4) = 11*10*14*15 --> has 4 as a factor
(C) n(n-3)(n+2)(n+4) = 11*8*13*15 --> has 4 as a factor
(D) n(n-3)(n+2)(n+3) = 11*8*13*14 --> has 4 as a factor
(E) n(n+1)(n+3)(n+4) = 11*12*14*15 --> has 4 as a factor
If n=12, then all options will obviously have 4 as a factor.
So the only case where 4 is not a factor is for answer C, and only when n=4x+1, where x is an integer (i.e. one more than a multiple of 4).
Either the question is written incorrectly, or it is fundamentally flawed... If the question was written as "Which of the following might not be divisible by 4?", then we would have answer C.