Can somebody double check I've done this right?
A
When n=2
n^3+2n=12
Which is divisible by 12
B
Suppose that k is a positive even integer for which the statement is true.
That is, suppose
k^3+2k=12m, where m is some integer
We prove the statement for n=k+2
That is, we prove
(k+2)^3+2(k+2) is divisible by 12
(k+2)^3+2(k+2)
=k^3+6k^2+14k+12
=12m+6k^2+12k+12, by the induction hypothesis
=12(m+k^2/2 +k+1), which is divisible by 12 as required (k is an even integer, therefore k^2>=4 and is even, and therefore k^2/2 is an integer)
C
From parts A and B by mathematical induction the statement is true for all positive even integers n.
Suppose n is a negative even number,
then n=-k
n^3 + 2n
=(-k)^3 + 2(-k)
=-k^3 - 2k
=-(k^3 + 2k), which is divisible by 12, as proven by induction above.
Therefore, n^3+2n is divisble by 12 for all even integers n.