n3 – n is divisible by 6, for each natural number n.
Given; P(n) = n3 – n is divisible by 6.
P(0) = 03 – 0 = 0 ; is divisible by 6.
P(1) = 13 – 1 = 0 ; is divisible by 6.
P(2) = 23 – 2 = 6 ; is divisible by 6.
P(3) = 33 – 3 = 24 ; is divisible by 6.
Let P(k) = k3 – k is divisible by 6.; ⇒ k3 – k = 6x.
⇒ P(k+1) = (k+1)3 – (k+1)
= (k+1)(k2+2k+1−1)
= k3 + 3k2 + 2k
= 6x+3k(k+1) [n(n+1) is always even and divisible by 2]
= 6x + 3×2y ; is divisible by 6.
⇒ P(k+1) is true when P(k) is true.
∴ By Mathematical Induction P(n) = n3 – n is divisible by 6, for each natural number n.
Couldn't generate an explanation.
Generated by AI. May contain inaccuracies — always verify with your textbook.