\(\frac {1}{2⋅3^{10}}+\frac {1}{2^2⋅3^9}+⋯+\frac {1}{2^{10}⋅3} = \frac {K}{2^{10}⋅3^{10}}\)
\(\frac {1}{2⋅3^{10}}[\frac {(\frac {3}{2}^{10})−1}{\frac 32−1}] = \frac {K}{2^{10}⋅3^{10}}\)
= \(\frac {3^{10}−2^{10}}{2^{10}⋅3^{10}} = \frac {K}{2^{10}⋅3^{10}}\)
\(K = 3^{10}−2^{10}\)
Now,
K = (1 + 2)10 – 210
K = 10C0 + 10C1 2 + 10C2 23 + … + 10C10 210 – 210
K = 10C0 + 10C1 2 + 6λ + 10C9⋅ 29
K = 1 + 20 + 5120 + 6λ
K = 5136 + 6λ + 5
K = 6μ + 5
Where λ, μ ∈ N
∴ remainder = 5
So, the correct option is (D): 5
Given below are two statements I and II.
Statement I: Dumas method is used for estimation of "Nitrogen" in an organic compound.
Statement II: Dumas method involves the formation of ammonium sulfate by heating the organic compound with concentrated H\(_2\)SO\(_4\). In the light of the above statements, choose the correct answer from the options given below:
The motion of an airplane is represented by the velocity-time graph as shown below. The distance covered by the airplane in the first 30.5 seconds is km.
The principle of mathematical induction is a powerful technique used to prove that a statement is true for every natural number. The basic idea behind the principle is that if we can show that a statement is true for a base case (usually n=1 or n=0), and if we can show that whether the statement is true for some natural number ‘n’, then it must also be true for the next natural number n+1, then we can conclude that the statement is true for all natural numbers.
To use mathematical induction, we first prove the base case. Then we assume that the statement is true for some arbitrary natural number k, and use this assumption to prove that the statement is also true for k+1. This establishes that the statement is true for all natural numbers greater than or equal to the base case.
The principle of mathematical induction is widely used in mathematics, especially in number theory and combinatorics. It is also used in computer science to prove the correctness of algorithms and data structures.