Mathematical Induction

2007-10-09 5:40 am
Prove, by mathemmatical induction, that the statement "n(n+1)(2n+1) is divisible by 3 for all natural numbers n" is true.

回答 (2)

2007-10-09 5:55 am
✔ 最佳答案
When n = 1, 1(2)(3) = 6 = 2x3, which is divisible by 3
The proposition is true for n = 1.

Assume the proposition is true for n = k, i.e. k(k+1)(2k+1) is divisible by 3
Let k(k+1)(2k+1) = 3M, where M is any integer.
When n = k+1, (k+1)(k+2)(2k+2+1) = (k+1)(k+2)(2k+3)
= k(k+1)(2k+3)+2(k+1)(2k+3)
= [k(k+1)(2k+1) + 2k(k+1)]+2(k+1)(2k+3)
= 3M + 2(k+1)(k+2k+3)
= 3M + 6(k+1)^2
= 3(M+2(k+1)^2), which is divisible by 3
The proposition is true for n = k+1.
By M.I., the proposition is true for all natural numbers n
2007-10-09 5:56 am
Let P(n) be the statement that,

n(n + 1)(2n + 1) is divisible by 3 for all natural numbers n

When n = 1

L.H.S. = 1 X 2 X 3 = 6 = 3 X 2, which is divisible by 3

So, P(1) is true.


Assume P(n) is true for n = k

k(k + 1)(2k + 1) = 3N, where N is an integer

2k^3 + 3k^2 + k = 3N


When n = k + 1

(k + 1)(k + 2)[2(k + 1) + 1]

= (k + 1)(k + 2)(2k + 3)

= k(2k^2 + 7k + 6) + (2k^2 + 7k + 6)

= 2k^2 + 9k^2 + 13k + 6

= (2k^2 + 3k^2 + k) + 6k^2 + 12k + 6

= 3N + 3(2k^2 + 4k + 2)

= 3(N + 2k^2 + 4k + 2), which is also divisible by 3

So, by the principle of M.I., P(n) is true for all natural numbers n
參考: Myself~~~


收錄日期: 2021-04-13 18:12:21
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20071008000051KK04249

檢視 Wayback Machine 備份