Step (1): Assume given statement
Let the given statement be P(n), i.e.,
P(n):102n−1+1 is divisible by 11.
Step (2): Checking statement P(n) for n=1
Put n=1 in P(n), we get
P(1):102⋅1−1+1 is divisible by 11
⇒11 is divisible by 11 (Which is true)
Thus P(n) is true for n=1
Step (3): P(n) for n=K.
Put n=K in P(n) and consider P(k) be true for some natural number K i.e.,
102K−1+1 is divisible by 11
⇒102K−1+1=11m, where m∈N ⋯(1)
Step (4): Checking statement P(n) for n=K+1
Now, we shall prove that P(K+1) is true whenever P(K) is true.
Now, we have
102(K+1)−1+1
=102K+2−1+1
=102K+1+1
=102K−1⋅102+1
=102(102K−1+1−1)+1
Now using (1)
=102(11m−1)+1
=11×102m−102+1
=1100m−100+1
=1100m−99
=11(100m−9)
=11r {where, r=100m−9};r∈N
So,102(K+1)−1+1 is divisible by 11
Thus, P(K+1) is true whenever P(K) is true.
Final answer :
Therefore, by the principle of mathematical induction, statement P(n) is true for all n∈N.