Class 11, MATHS

Class 11 : Maths (In English) – Lesson 7. Binomial Theorem

EXPLANATION & SUMMARY

🔷 Explanation (~1700 words)
🔵 Introduction
The Binomial Theorem gives a formula to expand expressions of the form (a + b)ⁿ, where n is a positive integer.
It allows direct calculation of each term without multiplying repeatedly.
💡 Concept:
“Binomial” means two terms — examples: (x + y), (a − b), (2p + 3q).

🟢 1. Statement of the Theorem
For any positive integer n,
(a + b)ⁿ = Σ (r = 0 → n) [ nCᵣ · aⁿ⁻ʳ · bʳ ]
Or explicitly:
(a + b)ⁿ = nC₀·aⁿ + nC₁·aⁿ⁻¹·b + nC₂·aⁿ⁻²·b² + … + nCₙ·bⁿ

🟡 2. Factorial and Binomial Coefficient
🔹 Factorial (n!)
n! = n × (n − 1) × (n − 2) × … × 3 × 2 × 1
By definition: 0! = 1
🔹 Binomial Coefficient
nCᵣ = n! / [r! × (n − r)!]
It represents the coefficient of the term containing aⁿ⁻ʳ·bʳ.
✏️ Note:
nC₀ = nCₙ = 1
nC₁ = n
nC₂ = n(n − 1)/2

🔴 3. General Term
The (r + 1)ᵗʰ term in the expansion of (a + b)ⁿ is:
Tᵣ₊₁ = nCᵣ · aⁿ⁻ʳ · bʳ
💡 Example:
In (x + 2)⁵,
T₃ = ⁵C₂·x³·2² = 10·x³·4 = 40x³

🔵 4. Total Number of Terms
In (a + b)ⁿ,
Number of terms = n + 1
Example: (x + y)³ has 4 terms.

🟢 5. Coefficient of a Particular Term
Coefficient of aᵐ·bᵏ is obtained from term where exponents match.
Coefficient = nCᵏ
💡 Example:
Expand (x + y)⁴.
Term with x²·y² = ⁴C₂·x²·y² → coefficient = 6.

🟡 6. Middle Term(s)
If n is even → 2 middle terms: T₍n/2₊1₎ and T₍n/2₊2₎
If n is odd → 1 middle term: T₍(n+1)/2₎
💡 Example:
For (a + b)⁴ → n = 4 → middle: T₃, T₄
For (a + b)⁵ → n = 5 → middle: T₃

🔴 7. Properties of Binomial Coefficients
🔹 1) nC₀ = nCₙ = 1
🔹 2) nCᵣ = nC₍n₋ᵣ₎
🔹 3) nCᵣ₊₁ / nCᵣ = (n − r)/(r + 1)
🔹 4) Σ (r = 0 → n) nCᵣ = 2ⁿ
🔹 5) Σ nCᵣ² = 2nCn
✔ These help in simplifications.

🟢 8. Expansion of (a − b)ⁿ
Replace b with (−b):
➡ (a − b)ⁿ = nC₀·aⁿ − nC₁·aⁿ⁻¹·b + nC₂·aⁿ⁻²·b² − … + (−1)ⁿ·nCₙ·bⁿ
🌀 Signs alternate.

🟡 9. Special Expansions
✔ (1 + x)ⁿ = 1 + nC₁x + nC₂x² + … + nCₙxⁿ
✔ (1 − x)ⁿ = 1 − nC₁x + nC₂x² − nC₃x³ + … + (−1)ⁿnCₙxⁿ
Useful for approximations.

🔵 10. Finding a Specific Term
Example 1: Find 5th term in (2x + 3)⁷
T₅ = ⁷C₄·(2x)³·3⁴ = 35·8x³·81 = 22680x³
Example 2: Term independent of x in (x² + 1/x)⁶
Tᵣ₊₁ = ⁶Cᵣ·(x²)⁶⁻ʳ·(1/x)ʳ = ⁶Cᵣ·x^(12−3r)
For independence: 12 − 3r = 0 → r = 4
Term = ⁶C₄ = 15

🟢 11. Approximation for Small x
For |x| < 1 and small,
➡ (1 + x)ⁿ ≈ 1 + n·x + [n(n−1)/2]·x² + …
💡 Example:
Find (1.02)⁵ ≈ 1 + 5(0.02) + 10(0.02)² = 1 + 0.1 + 0.004 = 1.104

🟡 12. Pascal’s Triangle
It shows binomial coefficients for each power.
Row 0: 1
Row 1: 1 1
Row 2: 1 2 1
Row 3: 1 3 3 1
Row 4: 1 4 6 4 1
Row 5: 1 5 10 10 5 1
🔹 Each number = sum of two above.
nCᵣ = (n−1)C₍r−1₎ + (n−1)Cᵣ

🔴 13. Identities
1️⃣ (1 + x)ⁿ(1 + x)ᵐ = (1 + x)ⁿ⁺ᵐ
2️⃣ (1 + x)ⁿ(1 − x)ⁿ = (1 − x²)ⁿ
3️⃣ (a + b)ⁿ + (a − b)ⁿ = 2[terms with even powers of b]
4️⃣ (a + b)ⁿ − (a − b)ⁿ = 2[terms with odd powers of b]

🟢 14. Examples
Example 1: Expand (x + 1)³
(x + 1)³ = ³C₀x³ + ³C₁x² + ³C₂x + ³C₃
= 1·x³ + 3·x² + 3·x + 1
x³ + 3x² + 3x + 1
Example 2: Coefficient of x⁴ in (1 + x)⁸
Term: ⁸C₄x⁴ → Coefficient = 70
Example 3: No. of terms in (2a − 3b)⁵ = 5 + 1 = 6

🟡 15. Binomial Series (for non-integer n)
For real n (not necessarily integer):
➡ (1 + x)ⁿ = 1 + n·x + [n(n−1)/2!]·x² + [n(n−1)(n−2)/3!]·x³ + …
Valid for |x| < 1.
Used in Calculus.

🔵 16. Key Points Summary
✔ Formula: (a + b)ⁿ = Σ nCᵣ·aⁿ⁻ʳ·bʳ
✔ Total terms = n + 1
✔ General term = nCᵣ·aⁿ⁻ʳ·bʳ
✔ Alternate signs if (a − b)ⁿ
✔ Sum of coefficients = 2ⁿ
✔ Middle term logic (even/odd)
✔ Approximation for small x

🔷 Summary (~300 words)
🔹 Definition:
Binomial Theorem expands (a + b)ⁿ into n + 1 terms.
🔹 Formula:
(a + b)ⁿ = nC₀aⁿ + nC₁aⁿ⁻¹b + nC₂aⁿ⁻²b² + … + nCₙbⁿ
🔹 nCr Formula:
nCr = n! / [r!·(n−r)!]
Properties:
• nC₀ = nCₙ = 1
• nCr = nC(n−r)
• Sum of coefficients = 2ⁿ
🔹 General Term:
Tᵣ₊₁ = nCᵣ·aⁿ⁻ʳ·bʳ
🔹 Middle Term:
If n even → two middle terms
If n odd → one middle term
🔹 For (a − b)ⁿ:
Signs alternate
Sum of coefficients = 0
🔹 Applications:
• Finding coefficients
• Approximation
• Identity proofs
• Independent term
🔹 Pascal’s Triangle:
Shows coefficients row-wise.
Each coefficient = sum of two above it.
🔹 Binomial Series:
(1 + x)ⁿ = 1 + nx + n(n−1)/2! x² + …
(valid if |x| < 1)

📝 Quick Recap
🔹 (a + b)ⁿ = Σ nCᵣ·aⁿ⁻ʳ·bʳ
🔹 Total terms = n + 1
🔹 General term: Tᵣ₊₁ = nCᵣ·aⁿ⁻ʳ·bʳ
🔹 For (a − b)ⁿ → alternate signs
🔹 Sum of coefficients = 2ⁿ
🔹 Middle term logic (even/odd)
🔹 Use for coefficients, approximation, independent term

————————————————————————————————————————————————————————————————————————————

QUESTIONS FROM TEXTBOOK

🧠 Exercise 7.1

🔵 Question 1:
Expand (1 − 2x)⁵
🟢 Answer:
Using Binomial Theorem:
(a + b)ⁿ = Σ₍ᵣ₌₀₎ⁿ ⁿCᵣ aⁿ⁻ʳ bʳ
Here, a = 1, b = −2x, n = 5
➡️ (1 − 2x)⁵ = Σ₍ᵣ₌₀₎⁵ ⁵Cᵣ (1)⁵⁻ʳ (−2x)ʳ
= ⁵C₀ − 2⁵C₁x + 4⁵C₂x² − 8⁵C₃x³ + 16⁵C₄x⁴ − 32⁵C₅x⁵
Compute coefficients:
⁵C₀=1, ⁵C₁=5, ⁵C₂=10, ⁵C₃=10, ⁵C₄=5, ⁵C₅=1
➡️ (1 − 2x)⁵ = 1 − 10x + 40x² − 80x³ + 80x⁴ − 32x⁵
✔️ Final Answer: 1 − 10x + 40x² − 80x³ + 80x⁴ − 32x⁵

🔵 Question 2:
Expand ( (2/x) − (x/2) )⁵
🟢 Answer:
Let a = (2/x), b = −(x/2), n = 5
Using Binomial Theorem:
(a + b)ⁿ = Σ₍ᵣ₌₀₎ⁿ ⁿCᵣ aⁿ⁻ʳ bʳ
➡️ ((2/x) − (x/2))⁵ = Σ₍ᵣ₌₀₎⁵ ⁵Cᵣ (2/x)⁵⁻ʳ (−x/2)ʳ
= Σ₍ᵣ₌₀₎⁵ ⁵Cᵣ (−1)ʳ 2⁵⁻ʳ x⁻⁽⁵⁻ʳ⁾ × xʳ / 2ʳ
Simplify each term:
Coefficient = ⁵Cᵣ × (−1)ʳ × 2⁵⁻ʳ / 2ʳ = ⁵Cᵣ × (−1)ʳ × 2⁵⁻²ʳ
Power of x = (r − (5 − r)) = 2r − 5
So term = ⁵Cᵣ (−1)ʳ 2⁵⁻²ʳ x²ʳ⁻⁵
✔️ Final Answer: Σ₍ᵣ₌₀₎⁵ ⁵Cᵣ (−1)ʳ 2⁵⁻²ʳ x²ʳ⁻⁵

🔵 Question 3:
Expand (2x − 3)⁶
🟢 Answer:
a = 2x, b = −3, n = 6
➡️ (2x − 3)⁶ = Σ₍ᵣ₌₀₎⁶ ⁶Cᵣ (2x)⁶⁻ʳ (−3)ʳ
= Σ₍ᵣ₌₀₎⁶ ⁶Cᵣ (−1)ʳ 2⁶⁻ʳ × 3ʳ × x⁶⁻ʳ
✔️ Final Answer: Σ₍ᵣ₌₀₎⁶ ⁶Cᵣ (−1)ʳ 2⁶⁻ʳ 3ʳ x⁶⁻ʳ

🔵 Question 4:
Expand ( (x/3) + (1/x) )⁵
🟢 Answer:
a = x/3, b = 1/x, n = 5
➡️ (x/3 + 1/x)⁵ = Σ₍ᵣ₌₀₎⁵ ⁵Cᵣ (x/3)⁵⁻ʳ (1/x)ʳ
= Σ₍ᵣ₌₀₎⁵ ⁵Cᵣ × x⁵⁻ʳ / 3⁵⁻ʳ × x⁻ʳ
= Σ₍ᵣ₌₀₎⁵ ⁵Cᵣ × 3⁻⁽⁵⁻ʳ⁾ × x⁵⁻²ʳ
✔️ Final Answer: Σ₍ᵣ₌₀₎⁵ ⁵Cᵣ 3ʳ⁻⁵ x⁵⁻²ʳ

🔵 Question 5:
Expand (x + 1/x)⁶
🟢 Answer:
a = x, b = 1/x, n = 6
➡️ (x + 1/x)⁶ = Σ₍ᵣ₌₀₎⁶ ⁶Cᵣ x⁶⁻ʳ × x⁻ʳ
= Σ₍ᵣ₌₀₎⁶ ⁶Cᵣ x⁶⁻²ʳ
✔️ Final Answer: Σ₍ᵣ₌₀₎⁶ ⁶Cᵣ x⁶⁻²ʳ

🔵 Question 6:
Using Binomial Theorem, evaluate (96)³
🟢 Answer:
Write 96 = 100 − 4
➡️ (96)³ = (100 − 4)³
= Σ₍ᵣ₌₀₎³ ³Cᵣ (100)³⁻ʳ (−4)ʳ
= ³C₀·100³ − ³C₁·100²·4 + ³C₂·100·4² − ³C₃·4³
= 1·1000000 − 3·10000·4 + 3·100·16 − 1·64
= 1000000 − 120000 + 4800 − 64
✔️ Final Answer: 884736

🔵 Question 7:
Evaluate (102)⁵
🟢 Answer:
(102)⁵ = (100 + 2)⁵
= Σ₍ᵣ₌₀₎⁵ ⁵Cᵣ 100⁵⁻ʳ 2ʳ
Expand first few terms:
⁵C₀·100⁵ + ⁵C₁·100⁴·2 + ⁵C₂·100³·4 + ⁵C₃·100²·8 + ⁵C₄·100·16 + ⁵C₅·32
✔️ Final Form: 10¹⁰ + 10⁸ × 10 + … (can be computed numerically)

🔵 Question 8:
Evaluate (101)⁴
🟢 Answer:
(101)⁴ = (100 + 1)⁴
➡️ = Σ₍ᵣ₌₀₎⁴ ⁴Cᵣ 100⁴⁻ʳ 1ʳ
= ⁴C₀·100⁴ + ⁴C₁·100³ + ⁴C₂·100² + ⁴C₃·100 + ⁴C₄
= 1·10⁸ + 4·10⁶ + 6·10⁴ + 4·10² + 1
✔️ Final Answer: 104060401

🔵 Question 9:
Evaluate (99)⁵
🟢 Answer:
(99)⁵ = (100 − 1)⁵
= Σ₍ᵣ₌₀₎⁵ ⁵Cᵣ 100⁵⁻ʳ (−1)ʳ
= 100⁵ − 5·100⁴ + 10·100³ − 10·100² + 5·100 − 1
✔️ Final Answer: 95099099

🔵 Question 10:
Using Binomial Theorem, indicate which number is larger (1.1)¹⁰⁰⁰⁰ or 1000.
🟢 Answer:
Expand (1.1)¹⁰⁰⁰⁰ ≈ 1 + 10000(0.1) + …
= 1 + 1000 + positive terms ⇒ > 1001
✔️ Final Answer: (1.1)¹⁰⁰⁰⁰ > 1000

🔵 Question 11:
Find (a + b)⁴ − (a − b)⁴. Hence evaluate (√3 + √2)⁴ − (√3 − √2)⁴
🟢 Answer:
➡️ (a + b)⁴ − (a − b)⁴
= [a⁴ + 4a³b + 6a²b² + 4ab³ + b⁴] − [a⁴ − 4a³b + 6a²b² − 4ab³ + b⁴]
= 8a³b + 8ab³ = 8ab(a² + b²)
Now a = √3, b = √2
a² + b² = 3 + 2 = 5
ab = √6
✔️ Final Answer: 8 × √6 × 5 = 40√6

🔵 Question 12:
Find (x + 1)⁶ + (x − 1)⁶. Hence evaluate (√2 + 1)⁶ + (√2 − 1)⁶
🟢 Answer:
Using symmetry:
(x + 1)⁶ + (x − 1)⁶ = 2[⁶C₀x⁶ + ⁶C₂x⁴ + ⁶C₄x² + ⁶C₆]
Put x = √2:
x² = 2, x⁴ = 4, x⁶ = 8
➡️ 2[1×8 + 15×4 + 15×2 + 1] = 2[8 + 60 + 30 + 1] = 2×99 = 198
✔️ Final Answer: 198

🔵 Question 13:
Show that 9ⁿ⁺¹ − 8n − 9 is divisible by 64, whenever n is a positive integer.
🟢 Answer:
Expand (8 + 1)ⁿ⁺¹ by Binomial Theorem:
(8 + 1)ⁿ⁺¹ = Σ₍ᵣ₌₀₎ⁿ⁺¹ ⁿ⁺¹Cᵣ 8ʳ
= 1 + (n + 1)8 + terms with 8² or higher (divisible by 64)
Subtract (8n + 9):
9ⁿ⁺¹ − 8n − 9 = [(1 + 8(n + 1) + multiples of 64) − 8n − 9]
= [1 + 8n + 8 + … − 8n − 9] = terms divisible by 64
✔️ Hence divisible by 64

🔵 Question 14:
Prove that Σ₍ᵣ₌₀₎ⁿ 3ʳ ⁿCᵣ = 4ⁿ
🟢 Answer:
Use Binomial Theorem:
(1 + 3)ⁿ = Σ₍ᵣ₌₀₎ⁿ ⁿCᵣ 1ⁿ⁻ʳ 3ʳ
= Σ₍ᵣ₌₀₎ⁿ ⁿCᵣ 3ʳ = 4ⁿ
✔️ Hence Proved

————————————————————————————————————————————————————————————————————————————


OTHER IMPORTANT QUESTIONS FOR EXAMS

CBSE STYLE BOARD PAPER

ESPECIALLY FROM THIS CHAPTER ONLY

🧭 Response 1 — Questions 1 to 18 (MCQs)

🔵 Question 1:
The general term in the expansion of (a + b)ⁿ is
1️⃣ nCᵣ·aⁿ⁻ʳ·bʳ
2️⃣ nCᵣ·aʳ·bⁿ⁻ʳ
3️⃣ nCᵣ·aⁿ⁻ʳ·bⁿ
4️⃣ nCᵣ·aʳ·bʳ
🟢 Answer: 1️⃣ nCᵣ·aⁿ⁻ʳ·bʳ

🔵 Question 2:
The middle term in the expansion of (x + 1/x)⁸ is
1️⃣ 8C₄
2️⃣ 8C₄·x⁰
3️⃣ 8C₄·x⁴
4️⃣ 8C₄·x⁻⁴
🟢 Answer: 2️⃣ 8C₄·x⁰

🔵 Question 3:
The number of terms in the expansion of (a + b)⁵ is
1️⃣ 4
2️⃣ 5
3️⃣ 6
4️⃣ 7
🟢 Answer: 3️⃣ 6

🔵 Question 4:
In the binomial expansion of (x + 2)⁵, the coefficient of x³ is
1️⃣ 20
2️⃣ 40
3️⃣ 80
4️⃣ 10
🟢 Answer: 2️⃣ 40

🔵 Question 5:
In the expansion of (2x − 3)⁶, the constant term is
1️⃣ −729
2️⃣ 729
3️⃣ 2187
4️⃣ 0
🟢 Answer: 2️⃣ 729

🔵 Question 6:
The coefficient of x⁴ in (1 + x)⁸ is
1️⃣ 70
2️⃣ 56
3️⃣ 84
4️⃣ 64
🟢 Answer: 2️⃣ 70

🔵 Question 7:
The sum of coefficients in (x + y)ⁿ is
1️⃣ 0
2️⃣ 2ⁿ
3️⃣ n
4️⃣ n!
🟢 Answer: 2️⃣ 2ⁿ

🔵 Question 8:
The term independent of x in (x² + 1/x)⁶ is
1️⃣ 15
2️⃣ 20
3️⃣ 30
4️⃣ 10
🟢 Answer: 1️⃣ 15

🔵 Question 9:
The general term in (1 − x)ⁿ is
1️⃣ nCᵣ·(−x)ʳ
2️⃣ (−1)ʳ·nCᵣ·xʳ
3️⃣ nCᵣ·xʳ
4️⃣ None
🟢 Answer: 2️⃣ (−1)ʳ·nCᵣ·xʳ

🔵 Question 10:
If Tᵣ₊₁ = nCᵣ·aⁿ⁻ʳ·bʳ, then the number of terms =
1️⃣ n
2️⃣ n + 1
3️⃣ n − 1
4️⃣ 2n
🟢 Answer: 2️⃣ n + 1

🔵 Question 11:
The coefficient of x² in (1 + 2x)⁴ is
1️⃣ 24
2️⃣ 12
3️⃣ 6
4️⃣ 4
🟢 Answer: 1️⃣ 24

🔵 Question 12:
If nC₂ = 21, then n =
1️⃣ 6
2️⃣ 7
3️⃣ 8
4️⃣ 9
🟢 Answer: 2️⃣ 7

🧠 Explanation:
➡️ Formula: nC₂ = n(n − 1) / 2
➡️ Substitute: n(n − 1) / 2 = 21
➡️ Multiply by 2: n(n − 1) = 42
➡️ Solve: n² − n − 42 = 0
➡️ Factorize: (n − 7)(n + 6) = 0
➡️ Hence, n = 7 ✅ (take positive integer)

✔️ Final Answer: n = 7

🔵 Question 13:
The term independent of x in (x² + 3/x³)⁵ is
1️⃣ 5C₃·3³
2️⃣ 5C₂·3²
3️⃣ 5C₁·3¹
4️⃣ 5C₄·3⁴
🟢 Answer: 2️⃣ 5C₂·3²

🔵 Question 14:
Sum of coefficients in (1 + 2x)⁶ =
1️⃣ 2⁶
2️⃣ 3⁶
3️⃣ 4⁶
4️⃣ 6²
🟢 Answer: 2️⃣ 3⁶

🔵 Question 15:
In (a − b)⁸, the coefficient of a⁵b³ is
1️⃣ 56
2️⃣ −56
3️⃣ 70
4️⃣ −70
🟢 Answer: 2️⃣ −56

🔵 Question 16:
If ⁸C₄ = k, then ⁸C₃ =
1️⃣ k
2️⃣ 2k
3️⃣ (4/5)k
4️⃣ (5/4)k
🟢 Answer: 4️⃣ (5/4)k

🔵 Question 17:
(1 + x)¹⁰ + (1 − x)¹⁰ =
1️⃣ 2 × even terms
2️⃣ 2 × odd terms
3️⃣ 0
4️⃣ (1 + x²)¹⁰
🟢 Answer: 1️⃣ 2 × even terms

🔵 Question 18:
The 4th term in the expansion of (2x − 3)⁵ is
1️⃣ 5C₃·(2x)²·(−3)³
2️⃣ 5C₂·(2x)³·(−3)²
3️⃣ 5C₃·(2x)³·(−3)²
4️⃣ None
🟢 Answer: 2️⃣ 5C₂·(2x)³·(−3)²

🔵 Question 19:
Find the general term in the expansion of (x + 2)⁵.
🟢 Answer:
Let the general term be Tᵣ₊₁.
➡️ Formula: Tᵣ₊₁ = nCᵣ · aⁿ⁻ʳ · bʳ
➡️ Here, n = 5, a = x, b = 2
Therefore,
Tᵣ₊₁ = ⁵Cᵣ · x⁵⁻ʳ · 2ʳ
✔️ General Term: Tᵣ₊₁ = ⁵Cᵣ · 2ʳ · x⁵⁻ʳ

🔵 Question 20:
Find the middle term in the expansion of (x + 1/x)⁸.
🟢 Answer:
➡️ Number of terms = 8 + 1 = 9
➡️ Middle term = 5th term (since odd number of terms)
➡️ T₅ = ⁸C₄ · x⁸⁻⁴ · (1/x)⁴
= ⁸C₄ · x⁴ · x⁻⁴
= ⁸C₄ · x⁰
= 70
✔️ Middle Term = 70

🔵 Question 21:
Find the term independent of x in the expansion of (x² + 1/x)⁶.
🟢 Answer:
General term: Tᵣ₊₁ = ⁶Cᵣ · (x²)⁶⁻ʳ · (1/x)ʳ
= ⁶Cᵣ · x^(12−2r−r)
= ⁶Cᵣ · x^(12−3r)
➡️ For independence of x, power = 0
12 − 3r = 0 ⇒ r = 4
Hence,
T₅ = ⁶C₄ = 15
✔️ Term independent of x = 15

🔵 Question 22:
Find the coefficient of x³ in (1 + 2x)⁶.
🟢 Answer:
General term: Tᵣ₊₁ = ⁶Cᵣ · (1)⁶⁻ʳ · (2x)ʳ
We need x³ ⇒ r = 3
T₄ = ⁶C₃ · (2x)³
= 20 · 8x³
= 160x³
✔️ Coefficient = 160

🔵 Question 23:
Find the number of terms in the expansion of (x + 2/x²)¹⁰.
🟢 Answer:
General term: Tᵣ₊₁ = ¹⁰Cᵣ · x^(10−3r)
We want distinct powers of x.
➡️ Exponent = 10 − 3r
For last positive exponent,
10 − 3r ≥ 0 ⇒ r ≤ 3
r = 0, 1, 2, 3 ⇒ 4 terms
✔️ Number of distinct terms = 4

🧭 Section C – Mid-Length Answers (3 Marks)

🔵 Question 24:
Find the 5th term in the expansion of (2x − 3)⁶.
🟢 Answer:
General term: Tᵣ₊₁ = ⁶Cᵣ · (2x)⁶⁻ʳ · (−3)ʳ
For 5th term, r = 4
T₅ = ⁶C₄ · (2x)² · (−3)⁴
= 15 · 4x² · 81
= 4860x²
✔️ 5th term = 4860x²

🔵 Question 25:
Find the coefficient of x⁰ in (2x − 1/x²)⁶.
🟢 Answer:
Tᵣ₊₁ = ⁶Cᵣ · (2x)⁶⁻ʳ · (−1/x²)ʳ
= ⁶Cᵣ · 2⁶⁻ʳ · (−1)ʳ · x^(6−r−2r)
= ⁶Cᵣ · 2⁶⁻ʳ · (−1)ʳ · x^(6−3r)
For x⁰ ⇒ 6 − 3r = 0 ⇒ r = 2
Coefficient = ⁶C₂ · 2⁴ · (−1)²
= 15 · 16 = 240
✔️ Coefficient = 240

🔵 Question 26:
If nC₃ = 84, find n.
🟢 Answer:
Formula: nC₃ = n(n−1)(n−2)/6 = 84
Multiply by 6: n(n−1)(n−2) = 504
Trial: n = 9 ⇒ 9×8×7 = 504 ✅
✔️ n = 9

🔵 Question 27:
Prove that (1 + x)ⁿ + (1 − x)ⁿ = 2[ⁿC₀ + ⁿC₂x² + ⁿC₄x⁴ + …].
🟢 Answer:
Expand separately:
(1 + x)ⁿ = ⁿC₀ + ⁿC₁x + ⁿC₂x² + ⁿC₃x³ + …
(1 − x)ⁿ = ⁿC₀ − ⁿC₁x + ⁿC₂x² − ⁿC₃x³ + …
Add:
(1 + x)ⁿ + (1 − x)ⁿ = 2(ⁿC₀ + ⁿC₂x² + ⁿC₄x⁴ + …) ✅
✔️ Hence proved.

🧭 Section D – Long Answer Type (5 Marks Each)

🔵 Question 28:
Find the term independent of x in the expansion of
(2x² − 1/x)¹⁰.
🟢 Answer:
General term:
➡️ Tᵣ₊₁ = ¹⁰Cᵣ · (2x²)¹⁰⁻ʳ · (−1/x)ʳ
➡️ Simplify powers of x:
Tᵣ₊₁ = ¹⁰Cᵣ · 2¹⁰⁻ʳ · (−1)ʳ · x^(20−2r−r)
= ¹⁰Cᵣ · 2¹⁰⁻ʳ · (−1)ʳ · x^(20−3r)
For term independent of x:
Exponent = 0 ⇒ 20 − 3r = 0
➡️ r = 20/3 ❌ (not integer)
So, no independent term exists.
✔️ Conclusion: No term independent of x in this expansion.

🔵 Question 29:
Find the coefficient of x⁵ in the expansion of
(1 + 3x)⁷(1 − x)⁶.
🟢 Answer:
Expand both:
➡️ (1 + 3x)⁷ = Σ ⁷Cᵣ (3x)ʳ
➡️ (1 − x)⁶ = Σ ⁶Cₛ (−x)ˢ
We need coefficient of x⁵
Total power = r + s = 5
Coefficient = Σ ⁷Cᵣ · 3ʳ · ⁶Cₛ · (−1)ˢ
Take combinations:
r = 0, s = 5 → ⁷C₀·3⁰·⁶C₅·(−1)⁵ = 1×1×6×(−1) = −6
r = 1, s = 4 → ⁷C₁·3¹·⁶C₄·(−1)⁴ = 7×3×15×1 = 315
r = 2, s = 3 → ⁷C₂·3²·⁶C₃·(−1)³ = 21×9×20×(−1) = −3780
r = 3, s = 2 → ⁷C₃·3³·⁶C₂·(−1)² = 35×27×15×1 = 14175
r = 4, s = 1 → ⁷C₄·3⁴·⁶C₁·(−1)¹ = 35×81×6×(−1) = −17010
r = 5, s = 0 → ⁷C₅·3⁵·⁶C₀·(−1)⁰ = 21×243×1 = 5103
Now sum all:
(−6 + 315 − 3780 + 14175 − 17010 + 5103) = 797
✔️ Coefficient of x⁵ = 797

🔵 Question 30:
Find the 7th term in the expansion of (2x − 3/x²)⁹.
🟢 Answer:
General term:
➡️ Tᵣ₊₁ = ⁹Cᵣ · (2x)⁹⁻ʳ · (−3/x²)ʳ
= ⁹Cᵣ · 2⁹⁻ʳ · (−3)ʳ · x^(9−r−2r)
= ⁹Cᵣ · 2⁹⁻ʳ · (−3)ʳ · x^(9−3r)
We need 7th term ⇒ r = 6
T₇ = ⁹C₆ · 2³ · (−3)⁶ · x^(9−18)
= 84 · 8 · 729 · x⁻⁹
= 84 × 5832 × x⁻⁹ = 489888x⁻⁹
✔️ 7th term = 489888x⁻⁹

🧭 Section E – Case / Application Based (5 Marks Each)

🔵 Question 31 (Case):
A company estimates profit using approximation:
Find approximate value of (1.02)⁵ using binomial theorem.
🟢 Answer:
Use (1 + x)ⁿ ≈ 1 + nx + n(n−1)/2!·x²
Here, n = 5, x = 0.02
(1.02)⁵ ≈ 1 + 5(0.02) + 5×4/2²
= 1 + 0.1 + 10 × 0.0004
= 1 + 0.1 + 0.004
= 1.104
✔️ Approximate value = 1.104

🔵 Question 32 (Case):
Using binomial expansion, find the value of 10⁵.
🟢 Answer:
Write 10 = (9 + 1)
➡️ (9 + 1)⁵ = Σ ⁵Cᵣ·9⁵⁻ʳ
Compute:
= ⁵C₀·9⁵ + ⁵C₁·9⁴ + ⁵C₂·9³ + ⁵C₃·9² + ⁵C₄·9¹ + ⁵C₅
= 1·59049 + 5·6561 + 10·729 + 10·81 + 5·9 + 1
= 59049 + 32805 + 7290 + 810 + 45 + 1
= 100000
✔️ Verified.

🔵 Question 33 (Application):
If n is a positive integer, show that the sum of coefficients in (1 + x)ⁿ is 2ⁿ.
🟢 Answer:
Let f(x) = (1 + x)ⁿ
Sum of coefficients = f(1)
f(1) = (1 + 1)ⁿ = 2ⁿ
✔️ Hence proved.

————————————————————————————————————————————————————————————————————————————

Leave a Reply