Aidan1
- 3
- 0
Homework Statement
Prove by induction that n (n^2 +5) is divisible by 6 for all positive integers n
The Attempt at a Solution
Let f(n) = n (n^2 +5)
f(1) = 6
So, true for n=1
Assume true for f(k)
For n = k + 1:
f(k+1) = (k+1)[(k+1)^2 +5]
f(k+1)-f(k) = (k+1)(k^2 +2k +6) - k^3 + 5k
f(k+1)-f(k) = k^3 + 2k^2 + 6k +k^2 + 2k + 6 - k^3 -5k
f(k+1)-f(k) = 3k^2 + 3k +6
I'm totally stuck from here. I was expecting f(k+1) - f(k) to be divisible by six, so then f(k+1) would be equal to the sum of two numbers divisible by six, which would show that f(k+1) is divisible by six. How can I show that final term is divisible by six? Or have I made a dumb mistake somewhere? Thanks.
Last edited: