Binomial Expansion MCQ Quiz - Objective Question with Answer for Binomial Expansion - Download Free PDF
Last updated on Jul 17, 2025
Latest Binomial Expansion MCQ Objective Questions
Binomial Expansion Question 1:
What is the number of rational terms in the expansion of \((\sqrt{3}+5^\frac{1}{4})^{12}\)
Answer (Detailed Solution Below)
Binomial Expansion Question 1 Detailed Solution
Concept:
A term in the binomial expansion of (a + b)n is given by Tk+1 = C(n, k) × an-k × bk.
For a term to be rational, the exponents of both √3 and 51/4 must be integers.
Formula Used:
In (√3)n-k, n-k must be even for it to be rational.
In (51/4)k, k must be a multiple of 4 for it to be rational.
Calculation:
Let n = 12:
⇒ For √3n-k to be rational, n-k must be even.
⇒ Since n = 12, k must also be even.
⇒ For (51/4)k to be rational, k must be a multiple of 4.
⇒ The values of k that satisfy both conditions (k is even and a multiple of 4) are:
⇒ k = 0, 4, 8, and 12.
⇒ These correspond to 4 rational terms in the expansion.
Hence, the Correct answer is Option 3.
Binomial Expansion Question 2:
\(\displaystyle \sum_{\mathrm{k}=0}^{6}{ }^{51-\mathrm{k}} \mathrm{C}_{3}\) is equal to
Answer (Detailed Solution Below)
Binomial Expansion Question 2 Detailed Solution
Calculation:
\(\displaystyle \sum_{\mathrm{k}=0}^{6}{ }^{51-\mathrm{k}} \mathrm{C}_{3}\)
= 51C3 + 50C3 + 49C3 +.....+ 45C3
= 45C3 + 46C3 +.....+ 51C3
= 45C4 + 45C3 + 46C3 +.....+ 51C3 - 45C4
= (nCr + nCr-1 = n+1Cr)
= 52C4 - 45C4
Hence, the correct answer is Option 3.
Binomial Expansion Question 3:
Let a0, a1, ., a23 be real numbers such that \(\left(1+\frac{2}{5} x\right)^{23}=\sum_{i=0}^{23} a_{i} x^{i}\) for every real number x. let ar be the largest among the numbers aj for 0 ≤ j ≤ 23. The the value of r is________.
Answer (Detailed Solution Below) 6.00
Binomial Expansion Question 3 Detailed Solution
Concept:
Binomial Expansion and Maximum Term:
- In a binomial expansion, the general term can be expressed as \( T_r = C(n, r) \cdot a^{n-r} \cdot b^r \).
- Where \( C(n, r) \) is the binomial coefficient, representing the number of ways to choose \( r \) elements from \( n \) elements.
- The largest term in a binomial expansion occurs when \( r = \left( \frac{n}{2} \right) \) (approximately), and we find the term corresponding to this value of \( r \).
- For any real number \( a_0, a_1, \ldots, a_{23} \), the largest term occurs at a specific \( r \) value that maximizes the binomial coefficient.
Calculation:
We are given the following equation:
- \( \left( 1 + \frac{2}{x} \right)^{23} = \sum_{r=0}^{23} a_r x^r \)
- We need to find the value of \( r \) where \( a_r \) is the largest term.
By comparing the binomial expansion of \( \left( 1 + \frac{2}{x} \right)^{23} \), we can determine the value of \( r \) where the coefficient \( a_r \) is maximized.
First, calculate the general term of the binomial expansion:
\( T_r = C(23, r) \left( \frac{2}{x} \right)^r \)
The ratio of successive terms \( \frac{T_{r+1}}{T_r} \) helps determine the maximum term:
\( \frac{T_{r+1}}{T_r} = \frac{C(23, r+1) \left( \frac{2}{x} \right)^{r+1}}{C(23, r) \left( \frac{2}{x} \right)^r} \)
Simplifying the ratio gives:
\( \frac{T_{r+1}}{T_r} = \frac{23 - r}{r+1} \cdot \frac{2}{x} \)
Set \( \frac{T_{r+1}}{T_r} = 1 \) to find the value of \( r \):
\( \frac{23 - r}{r + 1} \cdot \frac{2}{x} = 1 \)
Solve for \( r \):
\( r = 6 \)
Conclusion:
Hence, the value of r that maximizes the term is \( r = 6 \).
Binomial Expansion Question 4:
The constant term in the expansion of
\(\rm \left(2 x+\frac{1}{x^{7}}+3 x^{2}\right)^{5}\) is ______.
Answer (Detailed Solution Below) 1080
Binomial Expansion Question 4 Detailed Solution
Concept:
- Multinomial Expansion: For an expression of the form (a + b + c)n, each term in the expansion is of the form: (n! / (r1! r2! r3!)) × ar1 × br2 × cr3 where r1 + r2 + r3 = n.
- Constant Term: A term with x0 (i.e. no x) is called the constant term.
- We apply the multinomial theorem to find the combination of powers that results in an overall exponent of x equal to zero.
Calculation:
We are given: \(\rm \left(2 x+\frac{1}{x^{7}}+3 x^{2}\right)^{5}\)
Let general term be: (5! / (r1! r2! r3!)) × (2x)r1 × (1/x7)r2 × (3x2)r3
Where r1 + r2 + r3 = 5
Total power of x = r1 × 1 − 7r2 + 2r3
We want constant term
⇒ net power of x = 0
So, r1 − 7r2 + 2r3 = 0 ...(i)
And r1 + r2 + r3 = 5 ...(ii)
Solve the two equations:
From (ii): r3 = 5 − r1 − r2
Sub into (i):
r1 − 7r2 + 2(5 − r1 − r2) = 0
⇒ r1 − 7r2 + 10 − 2r1 − 2r2 = 0
⇒ −r1 − 9r2 + 10 = 0
⇒ r1 = 10 − 9r2
Try integer values of r2 such that r1 and r3 are also integers ≥ 0
If r2 = 1 ⇒ r1 = 1, r3 = 5 − 1 − 1 = 3
Now compute the coefficient:
Term = 5! / (1! × 1! × 3!) × (2x)1 × (1/x7)1 × (3x2)3
= 120 / (1 × 1 × 6) × 2x × 1/x7 × 27x6
= 20 × 2 × 27 = 1080
∴ The constant term in the expansion is 1080.
Binomial Expansion Question 5:
The sum of all rational terms in the expansion of \((2 + \sqrt{3})^8\) is
Answer (Detailed Solution Below)
Binomial Expansion Question 5 Detailed Solution
Calculation:
\(S = (2 + √{3})^8\)
For sum of rational terms
⇒ 8C0(2)8 + 8C2 (2)6 (√3)2 + 8C4 24 (√3)4 + 8C6 (2)6 (√3)6 + 8C8(2)8 (√3)8
= 1. 256 + 28. 64. 3 + 70. 16. 9 + 28. 4. 27 + 1. 81
= 256 + 5376 + 10080 + 3024 + 81
= 18817.
Hence, the Correct answer is Option 4.
Top Binomial Expansion MCQ Objective Questions
What is C(n, 1) + C(n, 2) + _ _ _ _ _ + C(n, n) equal to
Answer (Detailed Solution Below)
Binomial Expansion Question 6 Detailed Solution
Download Solution PDFConcept:
(1 + x)n = nC0 × 1(n-0) × x 0+ nC1 × 1(n-1) × x 1 + nC2 × 1(n-2) × x2 + …. + nCn × 1(n-n) × xn
nth term of the G.P. is an = arn−1
Sum of n terms = s = \(a (r^n-1)\over(r- 1)\); where r >1
Sum of n terms = s = \(a (1- r^n)\over(1- r)\); where r <1
Calculation:
C(n, 1) + C(n, 2) + _ _ _ _ _ + C(n, n)
⇒ nC1 + nC2 + ... + nCn
⇒ nC0 + nC1 + nC2 + ... + nCn - nC0
⇒ (1 + 1)n - nCo
⇒ 2n - 1 = \(\rm 2^n - 1\over 2-1\) = 1 × \(\rm 2^n - 1\over 2-1\)
Comparing it with a G.P sum = a × \(\rm r^n - 1\over r-1\), we get a = 1 and r = 2
∴ 2n - 1 = 1 + 2 + 22 + ... +2n-1 which will give us n terms in total.
What is the sum of the coefficients of first and last terms in the expansion of (1 + x)2n, where n is a natural number?
Answer (Detailed Solution Below)
Binomial Expansion Question 7 Detailed Solution
Download Solution PDFConcept:
\(\rm ^n C_r = {n!\over(r!(n - r)!)}\)
(1 + x)n = nC0 × 1(n-0) × x 0+ nC1 × 1(n-1) × x 1 + nC2 × 1(n-2) × x2 + …. + nCn × 1(n-n) × xn
Calculation:
Given expansion is (1 + x)2n
⇒ 2nC0 ×1(2n-0) × x0 + 2nC1 ×1(2n-1) × x1 + ... + 2nC2n ×1(2n-2n) × x2n
First term = 2nC0 ×1 × 1 = 1
Last term = 2nC2n ×1 × x2n = 1 × x2n = x2n
⇒ Sum = 1 + x2n
Coefficient of 1 = 1, coefficient of x2n = 1
∴ sum of the coefficients = 1 + 1 = 2.
If the third term in the binomial expansion of (1 + x)m is (-1/8)x² then the rational value of m is
Answer (Detailed Solution Below)
Binomial Expansion Question 8 Detailed Solution
Download Solution PDFConcept:
Expansion of (1 + x)n:
\(\rm (1+x)^n = 1+nx+\frac{n(n-1)}{2!}x^2+\frac{n(n-1)(n-2)}{3!}x^3 +....\)
Calculation:
Given: the third term in the binomial expansion of (1 + x)m is (-1/8)x²
\(\rm (1+x)^m= 1+mx+\frac{m(m-1)}{2!}x^2+\frac{m(m-1)(m-2)}{3!}x^3 +....\)
So, the third term in the binomial expansion of (1 + x)m is \(\rm \frac{m(m-1)}{2!}x^2\)
\(\rm \frac{m(m-1)}{2!}x^2\) = (-1/8)x2
⇒ \(\rm \frac{m(m-1)}{2}= \frac {-1}{8}\)
⇒ 4m2 - 4m + 1 = 0
⇒ (2m - 1)2 = 0
⇒ 2m - 1 = 0
∴ m = \(\frac 12\)
The coefficient of x2 in the expansion of \(\rm (4-5x^2)^{-1/2}\) is
Answer (Detailed Solution Below)
Binomial Expansion Question 9 Detailed Solution
Download Solution PDFConcept:
General term: General term in the expansion of (x + y)n is given by
\(\rm {T_{\left( {r\; + \;1} \right)}} = \;{\;^n}{C_r} \times {x^{n - r}} \times {y^r}\)
Expansion of (1 + x)n:
\(\rm (1+x)^n = 1+nx+\frac{n(n-1)}{2!}x^2+\frac{n(n-1)(n-2)}{3!}x^3 +....\)
Calculation:
To Find: coefficient of x2 in the expansion of \(\rm (4-5x^2)^{-1/2}\)
\(\rm (4-5x^2)^{-1/2} = 4^{-1/2}\left(1-\frac{5}{4}x^2 \right )^{-1/2}\\ \text{As we know}\;\rm (1+x)^n = 1+nx+\frac{n(n-1)}{2!}x^2+\frac{n(n-1)(n-2)}{3!}x^3 +....\\\therefore 4^{-1/2}\left(1-\frac{5}{4}x^2 \right )^{-1/2} = 2^{-1}\left[1 + \left(-\frac{5}{4}x^2 \right ) \times (\frac{-1}{2}) + ... \right ]\)
Now, the coefficient of x2 in the expansion = \(2^{-1} \times \frac{-5}{4} \times \frac{-1}{2} = \frac{5}{16}\)
What is \(\displaystyle\sum_{r=0}^n\)2r C(n, r) equal to ?
Answer (Detailed Solution Below)
Binomial Expansion Question 10 Detailed Solution
Download Solution PDFConcept:
Binomial expansion of (x + y)n is given by
(x + y)n = nC0xn + nC1xn-1y + nC2xn-2y2+.....+ nCn-1xyn-1 + nCnyn
Calculation:
Given, \(\displaystyle\sum_{r=0}^n\)2r C(n, r)
Expanding the expression,
⇒ nC020 + nC1 21 + nC222+.....+ nCn-12n-1 + nCn2n
⇒ nC01n 20 + nC1 1n-1 21 + nC21n-2 22+.....+ nCn-1 2n-1 + nCn2n
Comparing with binomial expansion x = 1 and y = 2
⇒ \(\displaystyle\sum_{r=0}^n\)2r C(n, r) = (1 + 2)n
⇒ \(\displaystyle\sum_{r=0}^n\)2r C(n, r) = 3n
∴ The correct option is (2).
The number of terms in the expansion of (x + y + z)10 is
Answer (Detailed Solution Below)
Binomial Expansion Question 11 Detailed Solution
Download Solution PDFConcept:
- Number of terms in the expansion of (x1 + x2 + x3 +......+ xr)n is = \(^{n+r-1}C_{n}\), Where n = exponent of the term to be expanded, r = number of terms to be expanded
- \(^{n}C_{r}=\frac{n!}{(n-r)!~r!}\)
Explanation:
Number of terms in (x + y + z)10 = \(^{10+3-1}C_{10}\) (Since, n = 10 and r = 3)
⇒ \(^{12}C_{10}\)
Since, \(^{12}C_{10}=\frac{12!}{(12-10)!~10!}\)
\( \Rightarrow ^{12}C_{10}=66\)
If 4× nC5 = 9 × n-1C5 then the value of n will be?
Answer (Detailed Solution Below)
Binomial Expansion Question 12 Detailed Solution
Download Solution PDFFormula used:
\(^nC_r=\frac{n!}{r!(n-r)!}\)
n! = n × (n - 1) × (n - 2).......3 × 2 × 1
Calculation:
Given that,
4 × nC5 = 9 × n-1C5
Using the above formula
\(4×\frac{n!}{5!(n-5)!}=9×\frac{(n-1)!}{5![(n-1)-5]!}\)
⇒ \(4×\frac{n× (n-1)!}{5!(n-5)(n-6)!}=9×\frac{(n-1)!}{5![(n-6]!}\)
⇒ \(\frac{4n}{(n-5)} = 9\)
⇒ 9n - 45 = 49
⇒ 5n = 4n
⇒ n = 9
The 9th term from the end in (x – 1/x) 12 is
Answer (Detailed Solution Below)
Binomial Expansion Question 13 Detailed Solution
Download Solution PDFConcept:
We have (x + y) n = nC0 xn + nC1 xn-1 . y + nC2 xn-2. y2 + …. + nCn yn
- General term: General term in the expansion of (x + y) n is given by
- \({{\rm{T}}_{\left( {{\rm{r\;}} + {\rm{\;}}1} \right)}} = {\rm{\;}}{{\rm{\;}}^{\rm{n}}}{{\rm{C}}_{\rm{r}}} \times {{\rm{x}}^{{\rm{n}} - {\rm{r}}}} \times {{\rm{y}}^{\rm{r}}}\)
- In the binomial expansion of (x + y)n , the rth term from end is (n – r + 2)th term.
Note:
- In the binomial expansion of (x + y)n, the rth term from end = In the binomial expansion of (y + x)n, the rth term from the start.
- If we interchange the term x → y, it will give rth term from the beginning.
Calculation:
We have to find 9th term from the end in (x – 1/x) 12
We know that rth term from end means (n – r + 2)th term from start.
So. 9th term from the end = [12 – 9 + 2]th term from start = 5th term from start
General term: \({{\rm{T}}_{\left( {{\rm{r\;}} + {\rm{\;}}1} \right)}} = {\rm{\;}}{{\rm{\;}}^{\rm{n}}}{{\rm{C}}_{\rm{r}}} \times {{\rm{x}}^{{\rm{n}} - {\rm{r}}}} \times {{\rm{y}}^{\rm{r}}}\)
\(\Rightarrow {{\rm{T}}_5} = {\rm{\;}}{{\rm{T}}_{\left( {4 + {\rm{\;}}1} \right)}} = {\rm{\;}}{{\rm{\;}}^{12}}{{\rm{C}}_4} \times {{\rm{x}}^{12 - 4}} \times {\left( {\frac{{ - 1}}{{\rm{x}}}} \right)^4}\)
\( = {{\rm{\;}}^{12}}{{\rm{C}}_4} \times {{\rm{x}}^8} \times \frac{1}{{{{\rm{x}}^4}}}\)
= 12C4 x4
The coefficient of x12 in the expansion of \(\left(3x^2 + \frac 1 x\right)^{30}\) is:
Answer (Detailed Solution Below)
Binomial Expansion Question 14 Detailed Solution
Download Solution PDFConcept:
The expansion of (x + y)n is given by the binomial expansion. The expansion will be
(x + y)n = nC0 xn + nC1 xn-1 y + nC2 xn-2 y2 + ... + nCr xn-r yr + ... + nCn yn;
The general term is given by
Tr = nCr xn-r yr ;
Calculation:
Given expansion is \(\left(3x^2 + \frac 1 x\right)^{30}\)
Let the rth term has x12 and the coefficient be A;
⇒ Tr = A x12;
The general rth term of the given expansion will be
Tr = \(^{30}C_r (3x^2)^{30-r}(\frac {1}{x})^{r} \)
⇒ Tr = 30Cr 330-r × x60-2r × x-r = 30Cr 330-r × x60-3r
Equating the power of x with 12,
⇒ 60 - 3r = 12 ⇒ r = 16
Now the coefficient will be
A = 30Cr 330-r = 30C16 314;
The coefficient of x6 in the expansion of (1 + x + x2)-3, is:
Answer (Detailed Solution Below)
Binomial Expansion Question 15 Detailed Solution
Download Solution PDFConcept:
Binomial Expansion:
(a + b)n = C0 an b0 + C1 an-1 b1 + C2 an-2 b2 + … + Cr an-r br + … + Cn-1 a1 bn-1 + Cn a0 bn, where C0, C1, …, Cn are the Binomial Coefficients defined as Cr = nCr = \(\rm \frac{n!}{r!(n-r)!}\).
(1 - x)-n = 1 + nC1 x + n+1C2 x2 + n+2C3 x3 + ....
Algebraic Identities:
a3 - b3 = (a - b)(a2 + ab + b2).
Calculation:
We note that 13 - x3 = (1 - x)(1 + x + x2).
⇒ 1 + x + x2 = \(\rm{1-x^3\over1-x}\).
Now, (1 + x + x2)-3 can be written as:
= \(\rm\left({1-x^3\over1-x}\right)^{-3}\)
= (1 - x)3 × (1 - x3)-3
= (1 - 3x + 3x2 - x3)(1 + 3C1 x3 + 4C2 x6 + ... higher powers of x)
x6 will be obtained by multiplying (1 and 4C2 x6) and (-x3 and 3C1 x3)
∴ Coefficient of x6 will be: (1 × 4C2) + (-1 × 3C1) = 6 - 3 = 3.