The full question is: Factorise $n^3 + 3n^2 + 2n$. Hence prove that when $n$ is a positive integer, $n^3 + 3n^2 + 2n$ is always divisible by $6$.
So i factorised and got $n(n+1)(n+2)$ which i think is right? I'm not sure how to actually prove this is divisible by $6$ though. Thanks for help and i apologise if someone has already asked this, i couldn't find it. Also i've not been told whether i have to do induction or not.
$n^3+3n^2+2n=(n+1)(n+2)n$. One of the factors must be even and one must be a multiple of three. Hence the product is a multiple of both $2$ and $3$ and hence is divisible by the least common multiple of $2$ and $3$, which turns out to be $6$.