Divisible by Six
Problem
Prove that for all natural numbers n, the number a(n)=n3+11n is divisible by 6.
Proof
By Induction
For n=1, an=12, which is divisible by 6.
Now the induction step, suppose an is divisible by 6.
an+1=(n+1)3+11(n+1)
⟹an+1=n3+1+3n2+3n+11n+11
⟹an+1=n3+11n+3n2+3n+12
⟹an+1=an+3n(n+1)+12
Each of these is divisible by 6.
- an based on the induction hypothesis
- 12 is trivial
- 3n(n+1), either n or n+1 is odd and divisible by 2, hence this can be written as 6xo
Hence proved