The question is to find whether a*b*c is divisible by 32.
Statement 1: a, b and c are consecutive even integers.
We know 32=2^5. That is, to be divisible by 32 the numerator has to contain at least 2^5.
Case 1: Let's take values for a,b and c as 4,6 and 8 respectively.
4= 2^2
6= 2^1 *3
8=2^3
When we add all the powers of 2 and3 we get: (2^6 * 3^2)/2^5
This is divisible by 32. --> YES
Case 2: Let's take values for a,b and c as 2,4 and 6 respectively.
2=2^1
4=2^2
6=2^1 * 3^1
Which gives, (2^4 * 3^1)/2^5
This is not divisible by 32. --> NO
As we get both YES and NO from statement 1, this is not sufficient.
Statement 2: a*c < 0
We are just given a*c is negative and nothing else is given about these numbers.
Case 1: a,b and c can be -8,2 and 10 => (-8*2*10) is divisible by 32 --> YES
Case 2: a,b and c can be -3,1,5 => (-3*1*5) is not divisible by 32 --> NO
Thus statement 2 is insufficient.
Combining both, we have a,b and c are consecutive even integers and a*c<0.
This means, a<0, b is equal to 0 (0 is even and these are consecutive even numbers) and c>0. We don't have to pick numbers and check as anything multiplied by 0 is equal to 0. Also, 0 is a multiple of every number. Thus, 0 is a multiple of 32. Therefore, a*b*c is divisible by 32.
Thus answer is C.
Check this to know more about this property of 0:
https://gmatclub.com/forum/is-0-zero-to ... 04179.html