by Harish Dorai Thu Sep 20, 2007 8:23 am
First simplify x3 - x (Read it as x-cubed - x) as x (x2 - 1) which is x (x + 1) (x - 1).
The above is a product of 3 consecutive numbers and we are asked whether this product is a multiple of 8. The product of 3 consecutive integers can be a multiple of 8, under the following conditions.
Condition 1) First integer is Odd, Second Integer is Even and also a multiple of 8 and Third Integer is Odd. Example: 7, 8, 9
Condition 2) First integer is Even, Second Integer is Odd and Third integer is Even. Example: 2,3,4 or 4,5,6
Now let us take the answer choices. We will start with Statement (2). It says x = 4y + 1 where y is an integer. This means x is 1 more than a multiple of 4. That means (x - 1) is a multiple of 4 and hence an even integer. So it satisfies Condition (2) mentioned above. So this is sufficient.
Statement (1) says that 3x divided by 2 yields a remainder. This means x is Odd. That means (x-1) is Even and (x+1) is Even. So again it satisfies Condition (2) above. So this statement is also sufficient.
So the answer is (D), I guess.