prove that for all odd integers, $3 |(n^2 + 2n)$
An even integer may be described as $2k$ and an odd one as $(2k+1)$, inserting it in to our equation gives us
$(2k+1)^2 + 2(2k+1) $
$=4k^2 + 8k + 3$
$=2(2k^2 + 4k) + 3$
what is the next step to prove this?
For $n=5$ you have $$n^2+2n=25+10 = 5 \times 7 = 35 \equiv 2 \pmod 3.$$
In general for $n= 6k-1$ you have $$(6k-1)^2+2(6k-1) = (6k-1)(6k+1) = 36k^2-1 \equiv 2 \pmod 3.$$