I have a question on the below problem.
If x^3- x = p, and x is odd, is p divisible by 24?
And the answer is yes. It is divisible by 24.
the reason being the above can be simplified into (x-1)(x)(x+1) which are consecutive integers. so (x-1) & (x+1) are even integers. and so the the total product should have factors 2*3*4.
Now, if the problem is exactly as given above, should we also not consider the below scenarios.
X-1 could be zero which is also an even integer. So p = 0. But again considering that zero is also divisible by 24, is this why the answer is correct. How are such questions to be Handled. Any inputs on how to consider the last 'zero' scenario please.