Prove $n=m^3-3m^2+2m$, for any integer $m$, then $n$ is a multiple of $6$.
So far I have that $n=m(m-3)(m+3)$, which are $3$ consecutive integers so at least one must be a multiple of 2. I am not sure how to get any further? Maybe use 2 cases?
Thank you!
Hint: $$n=m^3-3m^2+2m = m(m^2-3m + 2) = m(m-1)(m-2)$$
There are three consecutive integers in the product. One is divisible by $2$, and one by $3$, hence $n$ is divisible by $2\cdot 3 = 6$.