So I am trying to prove by induction that $3$ divides $n^3+2n$ whenever $n$ is positive.
So far I have:
$$\text{Assuming $P(n)$ is true, we'll prove $P(n+1)$ is also true.} \\ (n+1)^3 +2(n+1)\\ n^3+3n^2+3n+1+2n+2 \\ n^3+3n^2+3n+2n+3\\ \color{red}{(1)} \space (n^3+2n) + (3n^2+3n+3)\\ \color{red}{(2)} \space(n^3+2n)+3(n^2+n+3)$$ $(1)$ I am following an example in the text and they do this. By grouping $(n^3+2n)$, what's its significance?
$(2)$ I know factoring out a $3$ shows something about $3$ being divisable, but I don't understand why?
Also, side note, what does "$3|0$" mean?