AleksandrM wrote:If x is an integer, then x(x – 1)(x – k) must be evenly divisible by three when k is any of the following values EXCEPT
a. -4
b. -2
c. -1
d. 2
e. 5
I thought of a different way of approaching it..can anyone confirm if my approach is ok...
Since the question says that X is an integer, Let me take X as 5(as an example)
Now, substitute the value of X in X(X-1)(X-K) for different values of K mentioned in answer choices.
Lets See...
When K = -4; X(X-1)(X-K) = (5*4*9)/3 -> divisible
When K = -2 ; X(X-1)(X-K) = (5*4*7)/3 -> Not divisible
When K = -1; X(X-1)(X-K) = (5*4*6)/3 -> divisible
When K = 2; X(X-1)(X-K) = (5*4*3)/3 - > divisible
When K = 5; X(X-1)(X-K) = (5*4*0)/3 -> divisible...
So B is the answer.