2369
196
Principle of Mathematical Induction
Report Error
Solution:
Let P(n) be the statement given by, P(n)=10n+3⋅4n+2+5 is divisible by 9
For n=1, we have P(1):101+3⋅(41+2)+5=207, which is divisible by 9 ∴P(1) is true.
Let P(k) be true. Then, 10k+3⋅(4k+2)+5 is divisible by 9 ⇒10k+3⋅(4k+3)+5=9λ.
Now, we have to show that P(k+1) is true, i.e; 10k+1+3⋅4k+3+5 is divisible by 9 P(k+1):10k+1+3⋅4k+3+5=10k⋅10+3⋅4k+3+5 =[9λ−3(4k+2)−5]×10+3⋅4k+3+5 =90λ−(30×4k+2)−50+(3×4k+3)+5 =90λ−(30×4k+2)+(12×4k+2)−45 =90λ−(18×4k+2)−45 =9(10λ−2×4k+2−5), which is divisible by 9 ∴P(k+1) is true whenever P(k) is true.
So, P(n) is true for all n∈N.