NCERT Solutions for Class 11 Maths Chapter 7: Binomial Theorem – Free PDF Download

Chapter 7 of the current (2026-27 rationalised) NCERT Class 11 Maths textbook, Binomial Theorem, teaches students how to expand expressions of the form (a + b)n for any positive integer n without multiplying the binomial out term by term. The chapter builds the theorem from Pascal’s Triangle, states it formally with binomial coefficients (nCr), and applies it to expand algebraic expressions, approximate large powers of numbers close to a round figure, and prove divisibility results. These Class 11 Maths Chapter 7 solutions are also useful as quick revision notes before exams.

Exercise 7.1

Q1. Expand the expression (1 – 2x)5

By the Binomial Theorem,

(1 – 2x)5 = 5C0(1)55C1(1)4(2x) + 5C2(1)3(2x)25C3(1)2(2x)3 + 5C4(1)(2x)45C5(2x)5
= 1 – 5(2x) + 10(4x2) – 10(8x3) + 5(16x4) – 32x5
= 1 – 10x + 40x2 – 80x3 + 80x4 – 32x5

Q2. Expand the expression (2/x – x/2)5

By the Binomial Theorem, the general term is 5Ck(2/x)5–k(–x/2)k. Evaluating for k = 0 to 5:

(2/x – x/2)5 = 32/x5 – 40/x3 + 20/x – 5x + (5/8)x3 – (1/32)x5

Q3. Expand the expression (2x – 3)6

(2x – 3)6 = 6C0(2x)66C1(2x)5(3) + 6C2(2x)4(3)26C3(2x)3(3)3 + 6C4(2x)2(3)46C5(2x)(3)5 + 6C6(3)6
= 64x6 – 576x5 + 2160x4 – 4320x3 + 4860x2 – 2916x + 729

Q4. Expand the expression (x/3 + 1/x)5

(x/3 + 1/x)5 = x5/243 + 5x3/81 + 10x/27 + 10/(9x) + 5/(3x3) + 1/x5

Q5. Expand the expression (x + 1/x)6

(x + 1/x)6 = 6C0x6 + 6C1x5(1/x) + 6C2x4(1/x)2 + 6C3x3(1/x)3 + 6C4x2(1/x)4 + 6C5x(1/x)5 + 6C6(1/x)6
= x6 + 6x4 + 15x2 + 20 + 15/x2 + 6/x4 + 1/x6

Using binomial theorem, evaluate each of the following:

Q6. (96)3

96 = 100 – 4, so (96)3 = (100 – 4)3
= 3C0(100)33C1(100)2(4) + 3C2(100)(4)23C3(4)3
= 1000000 – 120000 + 4800 – 64
= 884736

Q7. (102)5

102 = 100 + 2, so (102)5 = (100 + 2)5
= 10000000000 + 1000000000 + 40000000 + 800000 + 8000 + 32
= 11040808032

Q8. (101)4

101 = 100 + 1, so (101)4 = (100 + 1)4
= 100000000 + 4000000 + 60000 + 400 + 1
= 104060401

Q9. (99)5

99 = 100 – 1, so (99)5 = (100 – 1)5
= 10000000000 – 500000000 + 10000000 – 100000 + 500 – 1
= 9509900499

Q10. Using Binomial Theorem, indicate which number is larger (1.1)10000 or 1000.

(1.1)10000 = (1 + 0.1)10000 = 10000C0 + 10000C1(0.1) + other positive terms
= 1 + 10000 × 0.1 + other positive terms = 1 + 1000 + other positive terms > 1001
Since all the remaining terms in the expansion are positive, (1.1)10000 > 1001 > 1000.
Hence, (1.1)10000 is larger than 1000.

Q11. Find (a + b)4 – (a – b)4. Hence, evaluate (√3 + √2)4 – (√3 – √2)4.

(a + b)4 = a4 + 4a3b + 6a2b2 + 4ab3 + b4
(a – b)4 = a4 – 4a3b + 6a2b2 – 4ab3 + b4
Subtracting, the even-power terms cancel:
(a + b)4 – (a – b)4 = 8a3b + 8ab3
Putting a = √3, b = √2:
= 8(√3)3(√2) + 8(√3)(√2)3 = 8(3√3)(√2) + 8(√3)(2√2) = 24√6 + 16√6 = 40√6

Q12. Find (x + 1)6 + (x – 1)6. Hence or otherwise evaluate (√2 + 1)6 + (√2 – 1)6.

(x + 1)6 = x6 + 6x5 + 15x4 + 20x3 + 15x2 + 6x + 1
(x – 1)6 = x6 – 6x5 + 15x4 – 20x3 + 15x2 – 6x + 1
Adding, the odd-power terms cancel:
(x + 1)6 + (x – 1)6 = 2x6 + 30x4 + 30x2 + 2
Putting x = √2 (so x2 = 2, x4 = 4, x6 = 8):
= 2(8) + 30(4) + 30(2) + 2 = 16 + 120 + 60 + 2 = 198

Q13. Show that 9n+1 – 8n – 9 is divisible by 64, whenever n is a positive integer.

Write 9n+1 = (1 + 8)n+1. By the Binomial Theorem,
9n+1 = n+1C0 + n+1C1(8) + n+1C2(8)2 + n+1C3(8)3 + … + n+1Cn+1(8)n+1
= 1 + 8(n + 1) + 82[n+1C2 + n+1C3(8) + … + n+1Cn+1(8)n–1]
= 1 + 8n + 8 + 64k, where k = n+1C2 + n+1C3(8) + … + n+1Cn+1(8)n–1 is a natural number
Therefore, 9n+1 – 8n – 9 = 64k, which is divisible by 64 for every positive integer n.

Q14. Prove that Σr=0n 3r nCr = 4n

By the Binomial Theorem, (a + b)n = Σr=0n nCr an–rbr. Putting a = 1, b = 3:
(1 + 3)n = Σr=0n nCr(1)n–r(3)r = Σr=0n 3r nCr
Since 1 + 3 = 4, this gives Σr=0n 3r nCr = 4n, as required.

Miscellaneous Exercise

Q1. If a and b are distinct integers, prove that a – b is a factor of an – bn, whenever n is a positive integer. [Hint: write an = (a – b + b)n and expand]

Write a = (a – b) + b, so an = [(a – b) + b]n. By the Binomial Theorem,
an = nC0(a – b)n + nC1(a – b)n–1b + … + nCn–1(a – b)bn–1 + nCnbn
an = (a – b)n + nC1(a – b)n–1b + … + nCn–1(a – b)bn–1 + bn
So, an – bn = (a – b)[(a – b)n–1 + nC1(a – b)n–2b + … + nCn–1bn–1]
The expression in brackets is an integer, so (a – b) divides an – bn for every positive integer n. Hence proved.

Q2. Evaluate (√3 + √2)6 – (√3 – √2)6.

Only the odd-power terms of b survive in (a + b)6 – (a – b)6:
(a + b)6 – (a – b)6 = 2[6C1a5b + 6C3a3b3 + 6C5ab5]
With a = √3, b = √2: a5 = 9√3, a3 = 3√3, b3 = 2√2, b5 = 4√2
= 2[6(9√3)(√2) + 20(3√3)(2√2) + 6(√3)(4√2)]
= 2[54√6 + 120√6 + 24√6] = 2(198√6) = 396√6

Q3. Find the value of (a2 + √(a2 – 1))4 + (a2 – √(a2 – 1))4.

Let x = a2 and y = √(a2 – 1), so y2 = a2 – 1. Only the even-power terms of y survive:
(x + y)4 + (x – y)4 = 2[4C0x4 + 4C2x2y2 + 4C4y4] = 2[x4 + 6x2y2 + y4]
= 2[a8 + 6a4(a2 – 1) + (a2 – 1)2]
= 2[a8 + 6a6 – 6a4 + a4 – 2a2 + 1]
= 2a8 + 12a6 – 10a4 – 4a2 + 2

Q4. Find an approximation of (0.99)5 using the first three terms of its expansion.

(0.99)5 = (1 – 0.01)5
5C0(1)55C1(1)4(0.01) + 5C2(1)3(0.01)2
= 1 – 5(0.01) + 10(0.0001)
= 1 – 0.05 + 0.001 = 0.951

Q5. Expand using Binomial Theorem (1 + x/2 – 2/x)4, x ≠ 0.

Grouping as [(1 + x/2) + (–2/x)]4 and expanding fully using the Binomial Theorem (each power of (1 + x/2) itself expanded again), and collecting like powers of x:

(1 + x/2 – 2/x)4 = x4/16 + x3/2 + x2/2 – 4x – 5 + 16/x + 8/x2 – 32/x3 + 16/x4

Q6. Find the expansion of (3x2 – 2ax + 3a2)3 using binomial theorem.

Treating 3x2, –2ax and 3a2 as the three terms of a trinomial and expanding (A + B + C)3 = A3 + B3 + C3 + 3A2B + 3A2C + 3AB2 + 3B2C + 3AC2 + 3BC2 + 6ABC, and collecting terms by power of x and a:

(3x2 – 2ax + 3a2)3 = 27x6 – 54ax5 + 117a2x4 – 116a3x3 + 117a4x2 – 54a5x + 27a6

Class 11 Maths Chapter 7 – Notes and Extra Questions

  • Binomial Theorem (positive integral index): (a + b)n = nC0an + nC1an–1b + nC2an–2b2 + … + nCnbn = Σk=0n nCkan–kbk.
  • General term: Tr+1 = nCran–rbr — this is used to find any particular term without expanding the whole binomial.
  • Number of terms: the expansion of (a + b)n always has exactly (n + 1) terms.
  • Pascal’s Triangle: the array of binomial coefficients nCr, where each entry is the sum of the two entries above it; also known as Meru Prastara (given by Pingala).
  • Special expansions: (x – y)n = nC0xnnC1xn–1y + … + (–1)n nCnyn; (1 + x)n = nC0 + nC1x + … + nCnxn; putting x = 1 gives nC0 + nC1 + … + nCn = 2n.
  • Index/power symmetry: in every term of the expansion, the sum of the powers of a and b always equals n.
  • Common technique: (a + b)n ± (a – b)n is used to isolate the odd-power or even-power terms only — very useful for irrational/surd evaluation questions.
  • Approximation technique: for numbers close to a round base (like 98, 101, 0.99), write the number as (round base ± small number) and use only the first few terms of the expansion for a quick approximate value.
📄 Want this offline? Download the free PDF of this page.Download PDF

Frequently Asked Questions

How many exercises are there in the current (2026-27) NCERT Class 11 Maths Chapter 7?

In the rationalised NCERT textbook currently prescribed (Reprint 2026-27), Chapter 7 (Binomial Theorem) has only one exercise, Exercise 7.1 (14 questions), followed by the Miscellaneous Exercise (6 questions). Earlier, pre-rationalisation editions of this chapter had an additional Exercise 7.2 and a section on the general/rational-index binomial theorem, both of which have been removed from the current syllabus.

What is the Binomial Theorem formula for Class 11?

For any positive integer n, (a + b)n = nC0an + nC1an–1b + nC2an–2b2 + … + nCnbn. This can also be written compactly using sigma notation as Σk=0n nCkan–kbk.

How do you quickly find a large power like 102⁵ or 99⁵ using the Binomial Theorem?

Write the number as a sum or difference of a round number and a small number — for example 102 = 100 + 2, or 99 = 100 – 1 — then expand using the Binomial Theorem. Since most of the resulting terms involve powers of 100, they are easy to compute and add or subtract, avoiding repeated multiplication.

Is the Binomial Theorem for any rational index still in the current NCERT Class 11 Maths syllabus?

No. In the current (2026-27) rationalised edition, Chapter 7 covers the Binomial Theorem only for positive integral indices. The topic of the binomial theorem for any rational index, which appeared in older editions of this chapter, has been removed from the present syllabus.

Written by Satish

NCERTBooks.org is an independent educational resource run by a small team focused on making official NCERT textbooks easy to find, read, and download for students, parents, and teachers across India. We are not affiliated with NCERT or the Ministry of Education -- we organise publicly available NCERT content by class and subject, verify links against official sources, and build tools (like our in-browser reader) that make studying more convenient. Every guide we publish is written and reviewed by our team based on the actual NCERT curriculum and syllabus.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top