We shall show that $4|2n^3+6n^2+4n$ for this it suffices to show that it's divisible by 2 twice. We have that
$$2n^3+6n^2+4n=2n(n^2+3n+2)$$
Which shows it is divisible by two atleast once, what remains to show is that it is again divisible by two, we know $n$ cannot always be divisible by two as if it is odd it is not. So the only candidate is $(n^2+3n+2)$.
Assume $n$ is even, then we have that $n^2$ and $3n$ is even, and the sum of even numbers is even, so $n^2+3n+2$ is even and we have that $2|n^2+3n+2$.
Now assume $n$ is odd, at this point we have that $n^2$ is odd and $3n$ is odd, as square of odd numbers and odd numbers times odd numbers are both odd. The sum of two odd numbers is even so the sum of these two is even. Then we have the last 2 in $n^2+3n+2$, which as the first two terms are odd, their sum is even, we have a sum of two even numbers, so it must be even too. Therefore $n^2+3n+2$ is even and $2|n^2+3n+2$
How is this one then?