Skip to content
TestMacher
Chapter 1 · Class 11 Mathematics

Binomial Theorem — Important Questions

32 questions With answers CBSE format

SUMMARY: The chapter on the Binomial Theorem in Class 11 Mathematics introduces the theorem for positive integral indices and its applications in algebraic expansions.
KEY TOPICS: binomial theorem, binomial expansion, Pascal's triangle, binomial coefficients, general term, middle term, properties of binomial coefficients, applications of binomial theorem, expansion of (x + y)^n, combinatorial identities

Q1 1 Mark

The expansion of (a + b)ⁿ has how many terms?

An
Bn − 1
Cn + 1
D2n
Check answerHide answer
Correct answer: Option 3 — n + 1
Q2 1 Mark

The general term of (a + b)ⁿ is:

AC(n r) aⁿ⁻ʳ bʳ
BC(n r) aʳ bⁿ⁻ʳ
Cn! aⁿ⁻ʳ bʳ
Daⁿ⁻ʳ bʳ
Check answerHide answer
Correct answer: Option 1 — C(n r) aⁿ⁻ʳ bʳ
Q3 1 Mark

The middle term of (a + b)⁶ is the:

A3rd term
B4th term
C5th term
D2nd term
Check answerHide answer
Correct answer: Option 2 — 4th term
Q4 1 Mark

The coefficient of x⁵ in (1 + x)¹⁰ is:

AC(10 5)
BC(10 4)
CC(10 6)
D10!
Check answerHide answer
Correct answer: Option 1 — C(10 5)
Q5 1 Mark

The sum C(n 0) + C(n 1) + C(n 2) + ... + C(n n) equals:

A2ⁿ
B
Cn!
D(n + 1)!
Check answerHide answer
Correct answer: Option 1 — 2ⁿ
Q6 3 Marks

State the binomial theorem for a positive integer exponent.

View sample solutionHide solution
For a positive integer n: (a + b)ⁿ = Σ C(n, r) aⁿ⁻ʳ bʳ for r = 0 to n. The expansion has n + 1 terms; the (r + 1)ᵗʰ term is T_{r+1} = C(n, r) aⁿ⁻ʳ bʳ.
Q7 3 Marks

Find the 5th term in the expansion of (x + 2)⁸.

View sample solutionHide solution
T_{r+1} = C(8, r) x^(8−r) (2)^r. For 5th term r = 4: T₅ = C(8, 4) x⁴ · 2⁴ = 70 · x⁴ · 16 = 1120 x⁴.
Q8 3 Marks

Compute the coefficient of x³ in (1 + x)⁶.

View sample solutionHide solution
Coefficient = C(6, 3) = 6!/(3! 3!) = 20.
Q9 3 Marks

Find the middle term of (x + 1/x)⁶.

View sample solutionHide solution
For (x + 1/x)⁶ n = 6 (even) so middle term is the (n/2 + 1)ᵗʰ = 4ᵗʰ term. T₄ = C(6, 3) x⁶⁻³ (1/x)³ = 20 x³ · 1/x³ = 20.
Q10 3 Marks

Use the binomial theorem to expand (1 − x)⁴.

View sample solutionHide solution
(1 − x)⁴ = C(4, 0) − C(4, 1) x + C(4, 2) x² − C(4, 3) x³ + C(4, 4) x⁴ = 1 − 4x + 6x² − 4x³ + x⁴.
Q11 6 Marks

Find the term independent of x in the expansion of (x + 1/x²)⁹.

View sample solutionHide solution
T_{r+1} = C(9 r) x^(9−r) (1/x²)^r = C(9 r) x^(9 − r − 2r) = C(9 r) x^(9 − 3r). Term independent of x ⇒ 9 − 3r = 0 ⇒ r = 3. So term = C(9 3) = 84.
Q12 6 Marks

Use the binomial theorem to evaluate (1.01)⁵ approximately.

View sample solutionHide solution
(1.01)⁵ = (1 + 0.01)⁵ = 1 + 5(0.01) + 10(0.01)² + 10(0.01)³ + 5(0.01)⁴ + (0.01)⁵ ≈ 1 + 0.05 + 0.001 + ≈ 1.0510... Truncating after the third term gives ≈ 1.0510.
Q13 6 Marks

Show that the coefficients equidistant from the beginning and end of the expansion of (a + b)ⁿ are equal.

View sample solutionHide solution
The coefficient of the (r + 1)ᵗʰ term is C(n r). The coefficient of the (n − r + 1)ᵗʰ term (counting from the beginning) is C(n n − r). By the symmetry property C(n r) = C(n n − r). Hence coefficients equidistant from the two ends are equal.
Q14 6 Marks

Find the coefficient of x⁴ in (2 − x + 3x²)⁵ using the binomial expansion approach.

View sample solutionHide solution
This trinomial requires expansion via repeated application or by multinomial theorem. Using multinomial: (2 + (−x) + 3x²)⁵ = Σ (5!/(i! j! k!)) 2^i (−x)^j (3x²)^k where i + j + k = 5 and j + 2k = 4. Solutions (i j k): (3 0 2) (2 2 1) (1 4 0). Contributions: (5!/(3!0!2!))·2³·1·9 = 10·8·9 = 720; (5!/(2!2!1!))·2²·1·3 = 30·4·3 = 360; (5!/(1!4!0!))·2·1·1 = 5·2 = 10. Coefficient of x⁴ = 720 + 360 + 10 = 1090.
Q15 6 Marks

Prove that C(n 0) + C(n 1) + ... + C(n n) = 2ⁿ.

View sample solutionHide solution
By the binomial theorem (1 + x)ⁿ = C(n 0) + C(n 1) x + ... + C(n n) xⁿ. Setting x = 1: 2ⁿ = C(n 0) + C(n 1) + ... + C(n n). Hence the sum of all binomial coefficients of order n equals 2ⁿ.
Q16 1 Mark

Assertion (A): The expansion of (a + b)ⁿ has (n + 1) terms.

Reason (R): Each term corresponds to a value of r from 0 to n inclusive giving (n + 1) values.

Show explanationHide explanation
Correct answer: Option 1 — Both A and R are true, and R is the correct explanation of A.
Q17 1 Mark

Assertion (A): For an even integer n the middle term of (a + b)ⁿ is the (n/2 + 1)ᵗʰ term.

Reason (R): When n is even there is exactly one middle term whose position is n/2 + 1.

Show explanationHide explanation
Correct answer: Option 1 — Both A and R are true, and R is the correct explanation of A.
Q18 1 Mark

Assertion (A): C(n r) = C(n n − r) for 0 ≤ r ≤ n.

Reason (R): Choosing r objects from n is the same as choosing (n − r) objects to leave behind so the counts are equal.

Show explanationHide explanation
Correct answer: Option 1 — Both A and R are true, and R is the correct explanation of A.
Q19 1 Mark

Assertion (A): A term independent of x in an expansion exists only when the sum of x-exponents in that term is zero.

Reason (R): A term independent of x means x⁰ which requires the exponent of x to be zero in that term.

Show explanationHide explanation
Correct answer: Option 1 — Both A and R are true, and R is the correct explanation of A.
Q20 1 Mark

Assertion (A): The entries in Pascal's triangle are binomial coefficients.

Reason (R): Each row n of Pascal's triangle gives the coefficients C(n 0) C(n 1) ... C(n n).

Show explanationHide explanation
Correct answer: Option 1 — Both A and R are true, and R is the correct explanation of A.
Q21 1 Mark

Statement 1: C(n 0) = 1.

Statement 2: C(n n) = 1.

Show answerHide answer
Correct answer: Option 1 — Both statements are true.
Q22 1 Mark

Statement 1: The sum of binomial coefficients in (1 + x)ⁿ equals 2ⁿ.

Statement 2: The alternating sum of the same coefficients equals 0 for n ≥ 1.

Show answerHide answer
Correct answer: Option 1 — Both statements are true.
Q23 1 Mark

Statement 1: The coefficient of xⁿ in (1 + x)ⁿ is 1.

Statement 2: The coefficient of x⁰ in (1 + x)ⁿ is 1.

Show answerHide answer
Correct answer: Option 1 — Both statements are true.
Q24 1 Mark

Statement 1: C(n + 1 r) = C(n r − 1) + C(n r).

Statement 2: Pascal's identity follows from splitting subsets according to whether they include a chosen element.

Show answerHide answer
Correct answer: Option 1 — Both statements are true.
Q25 1 Mark

Statement 1: If n is even the expansion has exactly one middle term.

Statement 2: If n is odd the expansion has exactly two middle terms.

Show answerHide answer
Correct answer: Option 1 — Both statements are true.
Q26 3 Marks
A physics student needs to approximate (1.02)⁵ to 3 decimal places using the binomial expansion. (1.02)⁵ = (1 + 0.02)⁵.
  1. The approximation to 5 decimal places is:
    A1.10408
    B1.10100
    C1.10500
    D1.10000
  2. The expansion using binomial theorem starts with:
    A1 + 5(0.02) + 10(0.02)² + ...
    B1 + (0.02)² + ...
    C1 − 5(0.02) + ...
    D1 + 5(0.02) only
  3. Verify the approximation by direct computation.
Show answersHide answers
1. Option 1 — 1.10408
2. Option 1 — 1 + 5(0.02) + 10(0.02)² + ...
3. (1 + 0.02)⁵ = 1 + 5(0.02) + 10(0.02)² + 10(0.02)³ + 5(0.02)⁴ + (0.02)⁵ = 1 + 0.1 + 0.004 + 0.00008 + ≈ 1.10408. Truncating after 3 terms gives ≈ 1.104 — accurate to 3 decimal places.
Q27 3 Marks
A student is asked to find the coefficient of x⁵ in the expansion of (1 + 2x)¹⁰.
  1. The coefficient of x⁵ equals:
    A8064
    B7920
    C7560
    D5040
  2. The coefficient is given by:
    AC(10 5)
    BC(10 5) · 2⁵
    CC(10 5) · 2¹⁰
    DC(10 5) · 2
  3. Compute the coefficient step by step.
Show answersHide answers
1. Option 1 — 8064
2. Option 2 — C(10 5) · 2⁵
3. General term: T_(r+1) = C(10, r)·1^(10−r)·(2x)^r = C(10, r)·2^r·x^r. For x⁵ set r = 5: coefficient = C(10, 5)·2⁵ = 252·32 = 8064.
Q28 3 Marks
A student needs to find the middle term in the expansion of (x + 1/x)⁸.
  1. For an even n = 8 the middle term is the (n/2 + 1)ᵗʰ = 5ᵗʰ term:
    AT₃
    BT₄
    CT₅
    DT₆
  2. The numerical coefficient of the middle term equals:
    A40
    B56
    C70
    D84
  3. Find the middle term of (x + 1/x)¹⁰ similarly.
Show answersHide answers
1. Option 3 — T₅
2. Option 3 — 70
3. For (x + 1/x)⁸ middle term is T₅ (since n = 8 even). T₅ = C(8 4) x^(8 − 4) (1/x)⁴ = 70 · x⁰ = 70. So the middle term is 70 — independent of x.
Q29 3 Marks

Study Pascal's triangle (rows 0 to 5):

Row nCoefficients
01
11, 1
21, 2, 1
31, 3, 3, 1
41, 4, 6, 4, 1
51, 5, 10, 10, 5, 1
  1. The first entry of every row of Pascal's triangle is:
    A1
    B2
    C3
    D4
  2. The middle entry of row 4 is:
    A4
    B6
    C10
    D15
  3. Use Pascal's triangle to expand (a + b)⁴.
Show answersHide answers
1. Option 1 — 1
2. Option 2 — 6
3. Each row n contains the binomial coefficients C(n 0) C(n 1) ... C(n n). Row 4: 1 4 6 4 1. The middle entry (when n is even) is C(n n/2). For n = 4 that's C(4 2) = 6.
Q30 3 Marks

Study the binomial coefficient identities:

IdentityStatement
Sum of row nΣ C(n, r) = 2ⁿ
SymmetryC(n, r) = C(n, n − r)
PascalC(n + 1, r) = C(n, r − 1) + C(n, r)
Alternating sumΣ (−1)ʳ C(n, r) = 0 for n ≥ 1
End valuesC(n, 0) = C(n, n) = 1
  1. The sum of all binomial coefficients in (1 + x)ⁿ equals:
    A
    B2ⁿ
    Cn!
    D(n + 1)!
  2. The first and last coefficients of any row equal:
    A1
    B2
    Cn
    D2ⁿ
  3. Verify the alternating-sum identity by setting x = −1 in (1 + x)ⁿ.
Show answersHide answers
1. Option 2 — 2ⁿ
2. Option 1 — 1
3. Setting x = 1 in (1 + x)ⁿ: 2ⁿ = Σ C(n r). The end values are always 1 because there is exactly one way to choose 0 or n objects from n. The symmetry C(n r) = C(n n − r) reflects choosing what to include vs leave out.
Q31 6 Marks

Find the coefficient of x⁵ in (1 + 2x)¹⁰ and the term independent of x in (x + 1/x²)⁹.

ExpansionRequired
(1 + 2x)¹⁰Coefficient of x⁵
(x + 1/x²)⁹Term independent of x
Q32 3 Marks

Study the coefficients in (1 + x)⁸ and answer:

Binomial Theorem figure
  1. The number of terms in the expansion (1 + x)⁸ equals:
    A8
    B9
    C10
    D16
  2. The middle coefficient (k = 4) equals C(8, 4) =
    A56
    B70
    C28
    D8
  3. Why does the expansion have exactly (n + 1) terms?
Show answersHide answers
1. Option 2 — 9
2. Option 2 — 70
3. (1 + x)ⁿ has (n + 1) terms because k runs from 0 to n. The middle term for even n appears at k = n/2 and is the largest coefficient C(n, n/2). For (1 + x)⁸ the middle term has coefficient C(8, 4) = 70.

Make a full Mathematics paper on Binomial Theorem.

Pick the question mix, set the marks, hit generate. You get a ready-to-print paper with an answer key.

Generate your paper — free