In trying to show that $n$ is even, is my final solution correct?
First: If $n$ is even then $n^3+n$ is even.
Since $n$ is even, then: $$n=2\cdot s$$
$$n^3+n = (2\cdot s)\cdot (2\cdot s)\cdot (2\cdot s) + 2\cdot s$$
$$= 6\cdot s^3 + 2\cdot s$$
Almost. It should be $8s^3$. Close, though! :)