Q.
For all n∈N, 1⋅2⋅31+2⋅3⋅41+3⋅4⋅51+⋯+n(n+1)(n+2)1 is equal to
74
143
Principle of Mathematical Induction
Report Error
Solution:
Let the statement P(n) be defined as P(n):1⋅2⋅31+2⋅3⋅41+3⋅4⋅51+⋯ +n(n+1)(n+2)1=4(n+1)(n+2)n(n+3)
Step I For n=1, P(1):1⋅2⋅31=4(1+1)(1+2)1(1+3)=4×2×34=1⋅2⋅31
which is true.
Step II Let it is true for n=k. 1⋅2⋅31+2⋅3⋅41+3⋅4⋅51+…+k(k+1)(k+2)1 =4(k+1)(k+2)k(k+3).....(i)
Step III For n=k+1, (1⋅2⋅31+2⋅3⋅41+3⋅4⋅51+⋯+k(k+1)(k+2)1) =4(k+1)(k+2)k(k+3)+(k+1)(k+2)(k+3)1 [using Eq. (i) ] =4(k+1)(k+2)(k+3)k(k+3)2+4 =4(k+1)(k+2)(k+3)k(k2+9+6k)+4 =4(k+1)(k+2)(k+3)k3+6k2+9k+4 =4(k+1)(k+2)(k+3)(k+1)(k2+5k+4)=4(k+2)(k+3)k2+5k+4 =4(k+2)(k+3)k2+4k+k+4=4(k+2)(k+3)k(k+4)+(k+4) =4(k+2)(k+3)(k+1)(k+4)=4[(k+1)+1][(k+1)+2](k+1)[(k+1)+3]
Therefore, P(k+1) is true when P(k) is true. Hence, from the principle of mathematical induction, the statement is true for all natural numbers n.