1616
247
Principle of Mathematical Induction
Report Error
Solution:
Let P(n) be the statement given by P(n):Sn=n3+3n2+5n+3 is divisible by 3
We have, P(1):S1=13+3(1)2+5(1)+3=12, which is divisible by 3 ∴P(1) is true.
Let P(k) be true. Then, P(k):Sk=k3+3k2+5k+3 is divisible by 3 ⇒Sk=k3+3k2+5k+3=3λ, for some λ∈N...(i)
We now wish to show that P(k+1) is true, i.e. (k+1)3+3(k+1)2+5(k+1)+3 is divisible by 3
Now, (k+1)3+3(k+1)2+5(k+1)+3 =(k3+3k2+5k+3)+3k2+9k+9 =3λ+3(k2+3k+3) [Using (i)] =3[λ+k2+3k+3], which is divisible by 3
Thus, P(k+1) is true, whenever P(k) is true.
Hence, by the principle of mathematical induction, the statement is true for all n∈N.