Solveeit Logo

Question

Question: Is \( {10^{2n - 1}} + 1 \) is divisible by \( 11 \) ?...

Is 102n1+1{10^{2n - 1}} + 1 is divisible by 1111 ?

Explanation

Solution

Here, in this question we are given a problem in which we need to check if one term is divisible by the other or not. We will use the help of the process of mathematical induction and check if we can prove the result. First we need to check if the expression is true for n=1n = 1 , then we need to consider that is true for n=kn = k and then need to check if it’s true for n=k+1n = k + 1 , if true for n=k+1n = k + 1 we can say that the equation holds true.

Complete step by step solution:
Let P(n):102n1+1P\left( n \right):{10^{2n - 1}} + 1 is divisible by 1111
Let us now put n=1n = 1
P(n):10+1=11P\left( n \right):10 + 1 = 11 , which is divisible by 1111
So, we get,
P(n)\therefore P\left( n \right) is true for n=1n = 1
Now, we assume P(n)P\left( n \right) is also true for some natural number kk , i.e.,
102k1+1=11k\Rightarrow {10^{2k - 1}} + 1 = 11k , which is divisible by 1111
102k1=11k1\Rightarrow {10^{2k - 1}} = 11k - 1 -----(i)
So, we get,
P(n)\therefore P\left( n \right) is true for n=kn = k
P(k+1)P\left( {k + 1} \right) must also be true whenever P(n)P\left( n \right) is true. So,
P(k+1):102(k+1)1+1 P(k+1):102k+21+1  P\left( {k + 1} \right):{10^{2\left( {k + 1} \right) - 1}} + 1 \\\ P\left( {k + 1} \right):{10^{2k + 2 - 1}} + 1 \\\
P(k+1):102k1×102+1P\left( {k + 1} \right):{10^{2k - 1}} \times {10^2} + 1 -----(ii)
Now, from equation (i) we substitute the value of 102k1{10^{2k - 1}} in equation (ii) and we get,
P(k+1):(11k1)×102+1 P(k+1):(11k1)×100+1 P(k+1):1100k100+1 P(k+1):1100k99  P\left( {k + 1} \right):\left( {11k - 1} \right) \times {10^2} + 1 \\\ P\left( {k + 1} \right):\left( {11k - 1} \right) \times 100 + 1 \\\ P\left( {k + 1} \right):1100k - 100 + 1 \\\ P\left( {k + 1} \right):1100k - 99 \\\
P(k+1):11(100k9)P\left( {k + 1} \right):11\left( {100k - 9} \right) , which is also divisible by 1111 .
Therefore,
P(n)\therefore P\left( n \right) is true for n=k+1n = k + 1
As, P(n)P\left( n \right) is true for n=1n = 1 , n=kn = k and n=k+1n = k + 1
Hence, by principal mathematical induction 102n1+1{10^{2n - 1}} + 1 is divisible by 1111 for all nNn \in \mathbb{N} .

Note: Mathematical induction is a mathematical proof technique. It is essentially used to prove that a statement P(n)P\left( n \right) holds for every natural number n=1,2,3,...n = 1,2,3,... , that is, the overall statement is a sequence of infinitely many cases P(0),P(1),P(2),P(3),...P\left( 0 \right),P\left( 1 \right),P\left( 2 \right),P\left( 3 \right),... . We generally assume that P(n)P\left( n \right) is true for n=kn = k and using this we prove that P(n)P\left( n \right) is true for n=k+1n = k + 1 . Students can practise similar questions for more clarity.