1689
187
Principle of Mathematical Induction
Report Error
Solution:
Let the statement P(n) be defined as P(n):5n5+3n3+157n is a natural number for all n∈N. Step I : For n=1, P(1):51+31+157=1∈N
Hence, it is true for n=1. Step II : Let it is true for n=k,
i,e. 5k5+3k3+157k=λ∈N...(i) Step III : For n=k+1, 5(k+1)5+3(k+1)3+157(k+1) =51(k5+5k4+10k3+10k2+5k+1)+31(k3+3k2+3k+1)+157k+157 =(5k5+3k3+157k)+(k4+2k3+3k2+2k)+51+31+157 =λ+k4+2k3+3k2+2k+1 [using equation (i)]
which is a natural number, since λk∈N.
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.