- #1
Monoxdifly
MHB
- 284
- 0
Prove that n(n + 1)(n + 2) is divisible by 6 for any integer n
What I have done so far:
For n = 1
1(1 + 1)(1 + 2) = 1(2)(3) = 6(1) = 6
6 is divisible by 6 (TRUE)
For n = k
k(k + 1)(k + 2) is divisible 6 (ASSUMED AS TRUE)
For n = k + 1
(k + 1)(k + 2)(k + 3) = k(k + 1)(k + 2) + 3(k + 1)(k + 2)
What am I supposed to do from here onward?
Yes, I know that:
k(k + 1)(k + 2) is divisible by 6
(k + 1) and (k + 2) are subsequent numbers so that its product is even or divisible by 2. Because (k + 1)(k + 2) is divisible by 2 then 3(k + 1)(k + 2) is divisible by 6.
Because k(k + 1)(k + 2) is divisible by 6 and 3(k + 1)(k + 2) is divisible by 6 then k(k + 1)(k + 2) + 3(k + 1)(k + 2) is divisible by 6 (PROVEN TRUE)
However, I am not sure if that follows the standard procedure of mathematical induction. Can someone please show me the "proper" "formal" way using mathematical induction continued from the bolded part?
What I have done so far:
For n = 1
1(1 + 1)(1 + 2) = 1(2)(3) = 6(1) = 6
6 is divisible by 6 (TRUE)
For n = k
k(k + 1)(k + 2) is divisible 6 (ASSUMED AS TRUE)
For n = k + 1
(k + 1)(k + 2)(k + 3) = k(k + 1)(k + 2) + 3(k + 1)(k + 2)
What am I supposed to do from here onward?
Yes, I know that:
k(k + 1)(k + 2) is divisible by 6
(k + 1) and (k + 2) are subsequent numbers so that its product is even or divisible by 2. Because (k + 1)(k + 2) is divisible by 2 then 3(k + 1)(k + 2) is divisible by 6.
Because k(k + 1)(k + 2) is divisible by 6 and 3(k + 1)(k + 2) is divisible by 6 then k(k + 1)(k + 2) + 3(k + 1)(k + 2) is divisible by 6 (PROVEN TRUE)
However, I am not sure if that follows the standard procedure of mathematical induction. Can someone please show me the "proper" "formal" way using mathematical induction continued from the bolded part?