Principles of Mathematical Induction MCQ Quiz in தமிழ் - Objective Question with Answer for Principles of Mathematical Induction - இலவச PDF ஐப் பதிவிறக்கவும்
Last updated on Mar 8, 2025
Latest Principles of Mathematical Induction MCQ Objective Questions
Top Principles of Mathematical Induction MCQ Objective Questions
Principles of Mathematical Induction Question 1:
For every natural number k, which of the following is true?
Answer (Detailed Solution Below)
Principles of Mathematical Induction Question 1 Detailed Solution
Concepts:
Suppose there is a given statement P (n) involving the natural number n such that
1. The statement is true for n = 1, i.e., P (1) is true, and
2. If the statement is true for n = k (where k is some positive integer), then the statement is also true for n = k + 1, i.e., the truth of P (k) implies the truth of P (k + 1).
Then, P (n) is true for all natural numbers n
Calculation:
Given:
For, k = 1
Option 1,
(mn)1 = m1n1, mn = mn (LHS = RHS) hence it is true
Let us assume that the statement is true for, k = p
(mn)p = mpnp
Multiplying the above equation with mn, we get mn we get,
(mn)p + 1 = mp +1 np + 1
mp + 1 np + 1 = mp + 1 np + 1
Hence the given expression is true for every natural number k.
Option 2, 3 and 4 does not satisfy for k = 1, Hence Option 1 is correct.
Principles of Mathematical Induction Question 2:
Let P (n) be the statement 3n > nn. If P (n) is true, then P (n + 1) is
Answer (Detailed Solution Below)
Principles of Mathematical Induction Question 2 Detailed Solution
Concept:
Suppose there is a given statement P (n) involving the natural number n such that
- The statement is true for n = 1, i.e., P(1) is true, and
- If the statement is true for n = k (where k is some positive integer), then the statement is also true for n = k + 1, i.e., truth of P (k) implies the truth of P (k + 1).
Then, P (n) is true for all natural numbers n
Calculation:
Given: P (n) is true
For n = 1
P (1): 31 > 11
⇒ 3 > 1
∴ It is true for n = 1
It is given that P (k) is true, so P (k) is true for n = k
P (K) ⇒ 3k > kk
Now,
P (k +1) = 3k+1 > (k + 1) k+1
3k.31 > (k + 1) k (k + 1)
By the principle for mathematics production,
P (n + 1) is true, when P (n) is true
∴ P (n + 1) is true.Principles of Mathematical Induction Question 3:
For a statement P(n) to be true for all n ∈ N, where N denotes the set of natural numbers, which of the following conditions must be satisfied?
Answer (Detailed Solution Below)
Principles of Mathematical Induction Question 3 Detailed Solution
Explanation
For a statement P(n) to be true for all \( n \in \mathbb{N}\)
The principle of mathematical induction requires two conditions:
- Base Case: Verify that the statement is true for the initial value, often ( n = 1 ).
- Inductive Step: Assume the statement is true for some arbitrary natural number k, i.e., P(k) is true. Then prove that P(k+1) is also true based on this assumption.
Based on this understanding, among the given options, the condition that must be satisfied is: P(1) must be true
Thus, the correct answer is: 3) P(1) must be true
Principles of Mathematical Induction Question 4:
Rahul was asked to prove a statement P(n) by the principle of mathematical induction. He proved that P(k + 1) is true whenever P(k) is true for all natural numbers k and also that P(9) is true. Then P(n) is true:
Answer (Detailed Solution Below)
Principles of Mathematical Induction Question 4 Detailed Solution
Calculation:
If P(a) is true and the truth of P(n) implies that P(n+1) is also true, then we can conclude that P(n) is true for all n ≥ a, where n ∈ N.
Here P(9) is true.
∴ We can conclude that P(n) is true for all n ≥ 9
Principles of Mathematical Induction Question 5:
Which of the following steps is mandatory in the principle of mathematical induction?
Answer (Detailed Solution Below)
Principles of Mathematical Induction Question 5 Detailed Solution
Concept:
Principle of Mathematical Induction: Let P(n) be the statement.
Base Case: P(n) is true for n = 1.
Inductive Hypothesis: Let P(n) is true for n = k then
Inductive Step: if P(n) is true for n = k + 1.
⇒ P(n) is true for all natural number n.
Thus, Option 2 is the correct answer.
Principles of Mathematical Induction Question 6:
For all n ϵ N, \((1~+~\frac{3}{1})(1~+~\frac{5}{4})(1~+~\frac{7}{9}).......(1~+~(\frac{2n~+~1)}{n^2}))\) is equal to
Answer (Detailed Solution Below)
Principles of Mathematical Induction Question 6 Detailed Solution
Concepts:
Principle of Mathematical Induction:
Suppose there is a given statement P (n) involving the natural number n such that
- The statement is true for n = 1, i.e., P (1) is true, and
- If the statement is true for n = k (where k is some positive integer), then the statement is also true for n = k + 1, i.e., the truth of P (k) implies the truth of P (k + 1).
Then, P (n) is true for all natural numbers n
Calculation:
Given:
Let P(n) be defined as
\(P(n)=(1~+~\frac{3}{1})(1~+~\frac{5}{4})(1~+~\frac{7}{9}).......(1~+~(\frac{2n~+~1)}{n^2}))=(n+1)^2\)
Put n = 1
P(1) = \((1+\frac{3}{1})\) = (1 + 1)2
4 = 4 P(1) is true
Let it is true for n = k
\(P(k)=(1~+~\frac{3}{1})(1~+~\frac{5}{4})(1~+~\frac{7}{9}).......(1~+~(\frac{2k~+~1)}{k^2}))=(k+1)^2\) ....(1)
for n = k + 1
\(P(k+1)=[(1~+~\frac{3}{1})(1~+~\frac{5}{4})(1~+~\frac{7}{9}).......(1~+~(\frac{2k~+~1)}{k^2}))=(k+1)^2](1~+~\frac{2k+1+2}{(k+1)^2})=(k+1)^2(1+\frac{2k+3}{(k+1)^2})\) Using Equation (1)
= \((k +1)^2[\frac{(k+1)^2+2k+3}{(k+1)}]\)
= k2 + 2k + 1 + 2k + 3
= (k +2)2 = [(k+1) + 1]2
Therefore, P(k +1) is true, Hence From the Principle of Mathematical Induction, the statement is true for all natural numbers n
Principles of Mathematical Induction Question 7:
If 22n - 1 is divisible by k for all n ∈ N, then the value of k is:
Answer (Detailed Solution Below)
Principles of Mathematical Induction Question 7 Detailed Solution
Concept:
If a number N is divided by d to give quotient q and remainder r, then:
-
N = dq + r = d(q + 1) + (r - d) = d(q - 1) + (r + d).
It means that a remainder of r is equivalent to a remainder of r - d which is also equivalent to a remainder of r + d, where d is the divisor.
- Na divided by d will give a remainder of ra.
Calculation:
Since, 22n - 1 is 1 less than 22n, let's check for the divisors which definitely give a remainder of 1 on dividing 22n.
2 gives a definite remainder of 2 - 3 = -1 only when divided by 3.
∴ 22 gives a definite remainder of (-1)2 = 1 on division by 3.
⇒ 22n gives a definite remainder of 1n = 1 on division by 3.
⇒ 22n - 1 gives a definite remainder of 1 - 1 = 0 on division by 3.
⇒ 22n - 1 is always divisible by 3.
∴ The value of k is 3.
Principles of Mathematical Induction Question 8:
For all n ≥ 2, \({n^2}\left( {{n^4} - 1} \right)\) is divisible by ________
Answer (Detailed Solution Below)
Principles of Mathematical Induction Question 8 Detailed Solution
For every positive integers n ≥ 2, \(f\left( n \right) = {n^2}\left( {{n^4} - 1} \right)\)
For n = 2, \(f\left( 2 \right) = {2^2}\left( {{2^4} - 1} \right) = 60\)
For n = 3, \(f\left( 2 \right) = {3^2}\left( {{3^4} - 1} \right) = 720\)
From the options, these are divisible by 60.Principles of Mathematical Induction Question 9:
For every positive integer n, 7n – 3n is divisible by
Answer (Detailed Solution Below)
Principles of Mathematical Induction Question 9 Detailed Solution
Concept:
Suppose there is a given statement P (n) involving the natural number n such that
- The statement is true for n = 1, i.e., P(1) is true, and
- If the statement is true for n = k (where k is some positive integer), then the statement is also true for n = k + 1, i.e., truth of P (k) implies the truth of P (k + 1).
Then, P (n) is true for all natural numbers n
Calculation:
We have to find 7n – 3n is divisible by which number
Consider P (n): 7n – 3n
P (1): 71 − 31 = 4
Thus, 7n – 3n is divisible by 4
Let P (k) is true for n = K
⇒ 7k − 3k is divisible by 4
So, 7n – 3n = 4d
Now, prove that P (k+1) is true.
⇒ 7(k+1) − 3(k+1) = 7(k+1) −7.3k + 7.3k − 3(k+1)
= 7(7k − 3k) + (7 − 3)3k
= 7(4d) + (7 − 3)3k
= 7(4d) + 4.3k
= 4(7d + 3k)
Hence, P (n): 7n − 3n is divisible by 4 is true.Principles of Mathematical Induction Question 10:
n2 < 2n is true for all natural numbers, if
Answer (Detailed Solution Below)
Principles of Mathematical Induction Question 10 Detailed Solution
Concept:
Principle of mathematical induction: Let P(n) be the statement.
P(n) is true for n = 1. Let P(n) is true for n = k then if P(n) is true for n = k + 1 then P(n) is true for all natural numbers n.
Also, for n ≥ 3, n2 > 2n + 1 [This can be proved using the Principle of mathematical induction.]
Explanation:
Given Statement: n2 < 2n
- For n = 1: 12 < 21, which is true.
- For n = 2: 22 < 22, which is not true.
- For n = 3: 32 < 23, which is not true.
- For
" id="MathJax-Element-9-Frame" role="presentation" style="position: relative;" tabindex="0">
n = 4: 42 < 24, which is not true. - For
" id="MathJax-Element-10-Frame" role="presentation" style="position: relative;" tabindex="0">
n = 5: 52 < 25, which is true. - For n = 6: 62 < 26, which is true.
Now, let's prove it for all natural numbers greater than 5.
Base Case (n = 5):
\(5^2 = 25 < 2^5 = 32\)
Which is true.
Let's assume for some arbitrary k ≥ 5, it holds that \( k^2 < 2^k\).
We need to show that \((k+1)^2 < 2^{k+1}\).
\( k^2 < 2^k\)
Multiply both sides by 2, we get
\(2k^2 < 2^{k+1}\)
⇒ \(k^2 + k^2 < 2^{k+1}\)
As \(k^2 > 2k + 1\)
⇒ \(k^2 + 2k + 1 < 2^{k+1}\)
⇒ \((k+ 1)^2 < 2^{k+1}\)
Which is the required result.
Thus, Given inequality holds true for all natural numbers greater than or equal to 5.
Thus, Option 1 is the correct answer.