Binomial methods
This chapter provides a rigorous treatment of binomial methods, a fundamental topic in combinatorics and discrete mathematics. Mastery of binomial expansions, coefficients, and identities is crucial for solving a wide array of problems frequently encountered in CMI examinations, particularly those involving enumeration and probability.
---
Chapter Contents
|
| Topic |
|---|-------|
| 1 | Binomial theorem |
| 2 | Coefficients |
| 3 | Special expansions |
| 4 | Binomial identities |
---
We begin with Binomial theorem.
Part 1: Binomial theorem
Binomial Theorem
Overview
The binomial theorem is one of the most useful expansion tools in algebra and combinatorics. It tells us how to expand powers of a binomial such as
(a+b)n in a precise coefficient pattern. In CMI-style questions, the theorem is rarely tested as a plain expansion exercise; instead, it appears in coefficient extraction, term identification, divisibility, parity, approximation, and combinatorial interpretation.
---
Learning Objectives
❗
By the End of This Topic
After studying this topic, you will be able to:
- State and use the binomial theorem correctly.
- Write the general term in an expansion.
- Identify the (r+1)th term and middle term(s).
- Work with binomial coefficients in algebraic and combinatorial settings.
- Avoid common indexing and sign mistakes.
---
Core Statement
📖
Binomial Theorem
For any non-negative integer n,
(a+b)n=∑r=0n(rn)an−rbr
That is,
(a+b)n=(0n)an+(1n)an−1b+(2n)an−2b2+⋯+(nn)bn
📐
Binomial Coefficient
For integers 0≤r≤n,
(rn)=r!(n−r)!n!
---
General Term
📐
General Term in (a+b)n
The general term is
Tr+1=(rn)an−rbr
where r=0,1,2,…,n.
❗
Indexing Reminder
- r=0 gives the first term
- r=1 gives the second term
- in general, the (r+1)th term corresponds to power br
This is one of the most common places where mistakes happen.
---
Expansions with Signs
📐
When One Term is Negative
If the binomial is (a−b)n, then
(a−b)n=∑r=0n(rn)an−r(−b)r
So the general term is
Tr+1=(rn)an−r(−b)r
Hence the signs alternate according to whether r is even or odd.
---
Important Properties of Binomial Coefficients
📐
Core Identities
- (0n)=(nn)=1
- (rn)=(n−rn)
- (rn)+(r−1n)=(rn+1)
- ∑r=0n(rn)=2n
- ∑r=0n(−1)r(rn)=0for n≥1
These identities are fundamental in both algebra and counting.
---
Middle Term(s)
📐
Middle Term Rule
In the expansion of (a+b)n:
- if n is even, there is one middle term, namely the (2n+1)th term
- if n is odd, there are two middle terms, namely the (2n+1)th and (2n+3)th terms
Example:
In
(a+b)8, the middle term is the
5th term.
In
(a+b)7, the middle terms are the
4th and
5th terms.
---
How Powers Change Across Terms
📐
Power Pattern
In (a+b)n:
- power of a decreases from n to 0
- power of b increases from 0 to n
- the sum of exponents in each term is always n
This is essential when finding a particular term or matching a required power.
---
Minimal Worked Examples
Example 1
Find the general term in
(2x−3)7.
Here
a=2x and
b=−3.
So
Tr+1=(r7)(2x)7−r(−3)r
for
r=0,1,2,…,7.
---
Example 2
Find the coefficient of
x3 in
(1+x)5.
The general term is
Tr+1=(r5)xr
To get
x3, take
r=3.
So the coefficient is
(35)=10
Hence the coefficient is
10.
---
Coefficient Interpretation
❗
Algebra Meets Counting
The coefficient (rn) counts the number of ways to choose r copies of b from the n factors in
(a+b)(a+b)⋯(a+b)
Thus the binomial theorem is also a counting theorem.
---
Common Patterns in Questions
📐
What Gets Asked Often
- Expand (a+b)n
- Find the coefficient of a particular power
- Find the term independent of x
- Use identities involving (rn)
---
Common Mistakes
⚠️
Avoid These Errors
- ❌ Mixing up the (r+1)th term with the rth term
- ❌ Forgetting the sign in (a−b)n
- ❌ Using the wrong exponent pattern
- ❌ Confusing coefficient with complete term
- ❌ Forgetting that (rn)=(n−rn)
---
CMI Strategy
💡
How to Solve Smart
- Write the general term first.
- Check whether the question asks for coefficient, term, or constant term.
- For sign questions, isolate the factor (−1)r.
- Use symmetry of coefficients when possible.
---
Practice Questions
:::question type="MCQ" question="The coefficient of
x2 in
(1+x)4 is" options=["
4","
6","
8","
12"] answer="B" hint="Use the term
(24)x2." solution="In the expansion of
(1+x)4, the general term is
(r4)xr.
For the coefficient of
x2, take
r=2.
So the coefficient is
(24)=6.
Hence the correct option is
B."
:::
:::question type="NAT" question="Find the coefficient of
x3 in
(2+x)5." answer="40" hint="Use the general term." solution="The general term is
Tr+1=(r5)25−rxr.
To get
x3, take
r=3.
So the coefficient is
(35)22=10⋅4=40.
Therefore the answer is
40."
:::
:::question type="MSQ" question="Which of the following statements are true?" options=["
(rn)=(n−rn)","The sum of all coefficients in
(1+x)n is
2n","The exponent of
a increases as the exponent of
b increases in
(a+b)n","In
(a−b)n, signs may alternate"] answer="A,B,D" hint="Recall the standard expansion pattern." solution="1. True, by symmetry of binomial coefficients.
True, putting x=1 in (1+x)n gives 2n.
False. In (a+b)n, as the exponent of b increases, the exponent of a decreases.
True. In (a−b)n, the factor (−b)r introduces alternating signs.
Hence the correct answer is
A,B,D."
:::
:::question type="SUB" question="Find the middle term of the expansion of
(x+2)8." answer="
1120x4" hint="For even
n, there is one middle term." solution="Since
n=8 is even, there is one middle term, namely the
(28+1)=5th term.
The general term is
Tr+1=(r8)x8−r2r
For the
5th term, we take
r=4.
So
T5=(48)x424
Now
(48)=70,24=16
Hence
T5=70⋅16x4=1120x4
Therefore the middle term is
1120x4."
:::
---
Summary
❗
Key Takeaways for CMI
- The binomial theorem expands (a+b)n systematically using binomial coefficients.
- The general term is the main working tool.
- Coefficient questions are usually solved by matching powers.
- Middle-term and sign questions depend on careful indexing.
- Many algebraic and combinatorial arguments begin with binomial structure.
---
💡
Next Up
Proceeding to Coefficients.
---
Part 2: Coefficients
Coefficients
Overview
Coefficient problems ask for the numerical multiplier of a particular term in an algebraic expansion or expression. In binomial-method questions, coefficients are often extracted from expansions such as
(1+x)n,
(a+bx)n, or products of several series. The difficulty is usually not the expansion itself, but
matching the required power carefully and distinguishing between a coefficient and a full term.
---
Learning Objectives
❗
By the End of This Topic
After studying this topic, you will be able to:
- Identify the coefficient of a required power in a polynomial expansion.
- Distinguish between term, coefficient, and constant term.
- Extract coefficients from binomial expansions efficiently.
- Handle coefficients in products and shifted powers.
- Avoid sign and indexing mistakes.
---
Core Idea
📖
What is a coefficient?
In an expression such as
7x3−5x+2
the coefficient of:
The coefficient is the numerical or algebraic multiplier attached to a power.
❗
Constant Term
The coefficient of x0 is called the constant term or the term independent of x.
---
Coefficient from Binomial Expansion
📐
General Binomial Term
In
(a+bx)n
the general term is
Tr+1=(rn)an−r(bx)r=(rn)an−rbrxr
So the coefficient of
xr is
(rn)an−rbr
:::
---
Matching the Required Power
💡
Power-Matching Rule
To find the coefficient of xk:
- identify the exponent of x
- set that exponent equal to k
- substitute back into the coefficient formula
This is the most reliable method.
---
Coefficient in Expressions Like (x+a)n
📐
Coefficient of xk in (x+a)n
The general term is
Tr+1=(rn)xn−rar
So to find the coefficient of xk, solve
n−r=k
That is,
r=n−k
Hence the coefficient is
(n−kn)an−k=(kn)an−k
---
Constant Term Problems
📐
Term Independent of x
To find the constant term:
- set that power equal to 0
This is very common in CMI-style algebra questions.
Example idea:
In
(x+x1)6, the general term is
Tr+1=(r6)x6−r(x1)r=(r6)x6−2r
The constant term comes when
6−2r=0⟹r=3
So the constant term is
(36)=20
---
Coefficients in Products
📐
Product Strategy
To find the coefficient of xk in a product such as
(1+x)m(1+x)n,
you can either:
(1+x)m+n
- or collect all term-pairs whose exponents add to k
This second method is often the combinatorial route.
---
Minimal Worked Examples
Example 1
Find the coefficient of
x2 in
(3+x)4.
General term:
Tr+1=(r4)34−rxr
For
x2, take
r=2.
Coefficient:
(24)32=6⋅9=54
So the coefficient is
54.
---
Example 2
Find the constant term in
(x+x1)4.
General term:
Tr+1=(r4)x4−r(x1)r=(r4)x4−2r
For the constant term, set
4−2r=0⟹r=2
So the constant term is
(24)=6
Hence the answer is
6.
---
Important Distinctions
⚠️
Do Not Confuse These
- Term: the whole expression, like 10x3
- Coefficient: only the multiplier, like 10
- Constant term: the coefficient of x0
These are often mixed up in exams.
---
Common Patterns
📐
What Gets Asked Often
- coefficient of xk in (a+bx)n
- coefficient of xk in (x+a)n
- constant term in expressions involving x and x1
- coefficient comparison between two expansions
- coefficient in products of two simple expansions
---
Common Mistakes
⚠️
Avoid These Errors
- ❌ Writing the full term when only the coefficient is asked
- ❌ Using the wrong exponent of x
- ❌ Ignoring sign in expressions like (1−x)n
- ❌ Forgetting that the constant term means power 0
- ❌ Solving for the wrong index in the general term
---
CMI Strategy
💡
How to Extract Coefficients Cleanly
- Always write the general term first.
- Track the exponent of x separately from the coefficient.
- For constant terms, set the exponent equal to zero.
- In products, decide whether combining first is easier.
- Double-check whether the question asks for coefficient or complete term.
---
Practice Questions
:::question type="MCQ" question="The coefficient of
x3 in
(1+x)5 is" options=["
5","
10","
15","
20"] answer="B" hint="Use
(35)." solution="In
(1+x)5, the coefficient of
xr is
(r5).
For
x3, the coefficient is
(35)=10.
Hence the correct option is
B."
:::
:::question type="NAT" question="Find the constant term in
(x+x1)6." answer="20" hint="Set the exponent of
x equal to zero." solution="The general term is
Tr+1=(r6)x6−r(x1)r=(r6)x6−2r
For the constant term, set
6−2r=0
So
r=3
Hence the constant term is
(36)=20
Therefore the answer is
20."
:::
:::question type="MSQ" question="Which of the following statements are true?" options=["The constant term is the coefficient of
x0","In
(a+bx)n, the coefficient of
xr is
(rn)an−rbr","The term and the coefficient are always the same thing","To extract a coefficient, matching the power of
x is usually the key step"] answer="A,B,D" hint="Recall the general term and the meaning of constant term." solution="1. True. By definition, the constant term is the coefficient of
x0.
True. This follows directly from the binomial general term.
False. A term includes the power of x, while the coefficient is only its multiplier.
True. Power matching is the standard method.
Hence the correct answer is
A,B,D."
:::
:::question type="SUB" question="Find the coefficient of
x2 in
(2+3x)4." answer="
216" hint="Write the general term and take
r=2." solution="The general term is
Tr+1=(r4)24−r(3x)r
To get
x2, take
r=2.
So the coefficient is
(24)2232
=6⋅4⋅9=216
Therefore the coefficient is
216."
:::
---
Summary
❗
Key Takeaways for CMI
- Coefficient problems are solved by writing a correct general term.
- The exponent of x determines which term you need.
- Constant term means coefficient of x0.
- Coefficient and full term are different objects.
- In many problems, careful bookkeeping is the whole solution.
---
💡
Next Up
Proceeding to Special expansions.
---
Part 3: Special expansions
Special Expansions
Overview
Special expansions are algebraic identities that appear repeatedly in counting, simplification, coefficient extraction, and proof-based questions. In CMI-style problems, these formulas are not used mechanically; the key is to recognise the right expansion or factorisation at the right moment.
---
Learning Objectives
❗
By the End of This Topic
After studying this topic, you will be able to:
- Recall the standard square and cube expansions correctly.
- Use special expansions to simplify expressions quickly.
- Recognise when a factorisation is the reverse of an expansion.
- Apply binomial-style patterns in algebraic and combinatorial problems.
- Avoid common sign and coefficient mistakes.
---
Core Formulas
📐
Essential Expansions
- (a+b)2=a2+2ab+b2
- (a−b)2=a2−2ab+b2
- (a+b)(a−b)=a2−b2
- (a+b)3=a3+3a2b+3ab2+b3
- (a−b)3=a3−3a2b+3ab2−b3
- a3+b3=(a+b)(a2−ab+b2)
- a3−b3=(a−b)(a2+ab+b2)
- (a+b+c)2=a2+b2+c2+2ab+2bc+2ca
📐
Binomial View
A useful general pattern is
(a+b)n=∑r=0n(rn)an−rbr
The special expansions above are the cases n=2 and n=3.
---
High-Value Derived Identities
📐
Useful Rearrangements
From the square expansions:
- a2+b2=(a+b)2−2ab
- a2+b2=(a−b)2+2ab
- 2ab=(a+b)2−a2−b2
- a2−b2=(a−b)(a+b)
From the cube expansions:
- a3+b3=(a+b)3−3ab(a+b)
- a3−b3=(a−b)3+3ab(a−b)
These are often faster than direct expansion.
---
Pattern Recognition
💡
When to Expand and When Not To
- Expand when you need coefficients or want to compare terms.
- Factor instead of expand when a difference of squares or cubes is visible.
- For expressions like (x+1)2+(x−1)2, expand both and watch cancellation.
- For numbers near 100, 1000, etc., use special expansions mentally:
-
1012=(100+1)2
-
9993=(1000−1)3
---
Minimal Worked Examples
Example 1
Simplify
(x+2)2−(x−2)2
Using the square expansions,
(x+2)2=x2+4x+4
(x−2)2=x2−4x+4
Subtracting,
(x+2)2−(x−2)2=8x
---
Example 2
Simplify
a3+b3−(a+b)3
Using
(a+b)3=a3+3a2b+3ab2+b3
we get
a3+b3−(a+b)3=−3a2b−3ab2=−3ab(a+b)
---
Common Mistakes
⚠️
Avoid These Errors
- ❌ (a+b)2=a2+b2
✅ Correct:
(a+b)2=a2+2ab+b2
- ❌ (a−b)3=a3−b3
✅ Middle terms do not vanish
- ❌ a3+b3=(a+b)3
✅ Correct relation is
a3+b3=(a+b)3−3ab(a+b)
- ❌ Wrong sign in cube factorisation
✅
a3+b3=(a+b)(a2−ab+b2)
and
a3−b3=(a−b)(a2+ab+b2)
---
CMI Strategy
💡
How to Attack Special Expansion Questions
- First scan for square, cube, or difference-of-squares structure.
- Decide whether expanding or factoring is shorter.
- Track signs very carefully, especially in (a−b)3.
- Use derived identities to avoid repeated long expansions.
- In proof questions, move everything to one side and look for a standard identity.
---
Practice Questions
:::question type="MCQ" question="Which of the following is equal to
(a−b)2?" options=["
a2−b2","
a2−2ab+b2","
a2+2ab+b2","
a2−ab+b2"] answer="B" hint="Recall the square expansion exactly." solution="The standard identity is
(a−b)2=a2−2ab+b2
Hence the correct option is
B."
:::
:::question type="NAT" question="Find the value of
(51)2−(49)2." answer="200" hint="Use the identity
a2−b2=(a−b)(a+b)." solution="Using
a2−b2=(a−b)(a+b),
we get
512−492=(51−49)(51+49)=2⋅100=200
Hence the answer is
200."
:::
:::question type="MSQ" question="Which of the following statements are true?" options=["
(a+b)2=a2+2ab+b2","
a3−b3=(a−b)(a2+ab+b2)","
a3+b3=(a+b)(a2−ab+b2)","
(a+b)(a−b)=a2+b2"] answer="A,B,C" hint="Check each identity carefully." solution="1. True.
True.
True.
False, because
(a+b)(a−b)=a2−b2
Hence the correct answer is
A,B,C."
:::
:::question type="SUB" question="Prove that
(a+b)2+(a−b)2=2(a2+b2)." answer="
2(a2+b2)" hint="Expand both squares and combine like terms." solution="Expand both terms:
(a+b)2=a2+2ab+b2
(a−b)2=a2−2ab+b2
Adding,
(a+b)2+(a−b)2=(a2+2ab+b2)+(a2−2ab+b2)
=2a2+2b2=2(a2+b2)
Hence the identity is proved, and the result is
2(a2+b2)."
:::
---
Summary
❗
Key Takeaways for CMI
- Square and cube expansions must be instant recall.
- Difference of squares and sum/difference of cubes are powerful reverse-expansion tools.
- Derived identities often save time in simplification.
- Sign errors are the main trap.
- In many problems, the real skill is choosing between expansion and factorisation.
---
💡
Next Up
Proceeding to Binomial identities.
---
Part 4: Binomial identities
Binomial Identities
Overview
Binomial identities are algebraic identities involving binomial coefficients. They arise from expanding
(1+x)n, comparing coefficients, differentiating the binomial expansion, and interpreting coefficients combinatorially. In CMI-style problems, the real skill is not memorizing many formulas mechanically, but knowing
where each identity comes from and when to use it.
---
Learning Objectives
❗
By the End of This Topic
After studying this topic, you will be able to:
- Use the binomial theorem to derive standard identities.
- Apply symmetry, Pascal’s identity, and sum identities quickly.
- Evaluate sums involving r(rn) and alternating signs.
- Recognize coefficient-based and combinatorial proofs.
- Simplify harder counting expressions using standard binomial methods.
---
Core Definition
📖
Binomial coefficient
For integers n≥0 and 0≤r≤n,
(rn)=r!(n−r)!n!
It counts the number of ways to choose r objects from n distinct objects.
📐
Binomial Theorem
For any integer n≥0,
(1+x)n=∑r=0n(rn)xr
Almost all standard binomial identities come from substituting convenient values of
x or differentiating this formula.
---
Essential Identities
📐
Basic Identities
(rn)=(n−rn)
(rn)+(r−1n)=(rn+1)
∑r=0n(rn)=2n
∑r=0n(−1)r(rn)=0for n≥1
r(rn)=n(r−1n−1)
∑r=0nr(rn)=n2n−1
---
Where These Come From
1. Set x=1
From
(1+x)n=∑r=0n(rn)xr
put
x=1:
2n=∑r=0n(rn)
---
2. Set x=−1
Put
x=−1:
(1−1)n=∑r=0n(rn)(−1)r
So for
n≥1,
0=∑r=0n(−1)r(rn)
---
3. Differentiate
Differentiate
(1+x)n
to get
n(1+x)n−1=∑r=1nr(rn)xr−1
Now set
x=1:
n2n−1=∑r=1nr(rn)
This is one of the most frequently used identities.
---
Combinatorial Meaning
💡
Combinatorial Proof Method
Many identities can be proved by counting the same set in two ways.
Example:
r(rn)=n(r−1n−1)
Left side:
- choose an r-element subset from n
- then choose one distinguished element from it
Right side:
- first choose the distinguished element in n ways
- then choose the remaining r−1 elements from the other n−1
---
More Useful Identities
📐
High-Value Extensions
- ∑r=0n(rn)2=(n2n)
- ∑r=0nr(r−1)(rn)=n(n−1)2n−2
∑k=rn(rk)=(r+1n+1)
These appear in stronger counting and algebra problems.
---
Minimal Worked Examples
Example 1
Evaluate
∑r=06(r6)
Using the identity,
∑r=0n(rn)=2n
we get
∑r=06(r6)=26=64
So the answer is
64.
---
Example 2
Evaluate
∑r=05r(r5)
Using
∑r=0nr(rn)=n2n−1,
we get
∑r=05r(r5)=5⋅24=80
So the answer is
80.
---
Common Mistakes
⚠️
Avoid These Errors
- ❌ Forgetting the range of r
- ❌ Using ∑(rn)=n2 instead of 2n
- ❌ Confusing (rn) with (nr)
- ❌ Missing the factor n in ∑r(rn)=n2n−1
- ❌ Treating alternating sums as ordinary sums
---
CMI Strategy
💡
How to Solve Binomial Identity Problems
- First ask: does the sum resemble an expansion of (1+x)n?
- Check whether x=1 or x=−1 simplifies it.
- If an r appears, differentiate the binomial theorem.
- If symmetry helps, replace (rn) by (n−rn).
- If the expression looks combinatorial, try a double-counting argument.
---
Practice Questions
:::question type="MCQ" question="Evaluate
∑r=08(r8)." options=["
64","
128","
256","
512"] answer="C" hint="Use the sum of all binomial coefficients." solution="Using
∑r=0n(rn)=2n,
we get
∑r=08(r8)=28=256.
Hence the correct option is
C."
:::
:::question type="NAT" question="Find
∑r=06r(r6)." answer="192" hint="Use the differentiated form of the binomial theorem." solution="Using the identity
∑r=0nr(rn)=n2n−1,
with
n=6, we get
∑r=06r(r6)=6⋅25=6⋅32=192.
Hence the answer is
192."
:::
:::question type="MSQ" question="Which of the following statements are true?" options=["
(rn)=(n−rn)","
∑r=0n(rn)=2n","
∑r=0n(−1)r(rn)=0 for
n≥1","
r(rn)=(r−1n−1)"] answer="A,B,C" hint="One identity is missing a factor." solution="1. True. This is the symmetry identity.
True. It follows from putting x=1 in (1+x)n.
True. It follows from putting x=−1 in (1+x)n for n≥1.
False. The correct identity is
r(rn)=n(r−1n−1).
Hence the correct answer is
A,B,C."
:::
:::question type="SUB" question="Prove that
∑r=0n(rn)=2n." answer="By setting
x=1 in the binomial theorem." hint="Start from
(1+x)n." solution="From the binomial theorem,
(1+x)n=∑r=0n(rn)xr
Now put
x=1. Then
(1+1)n=∑r=0n(rn)
So
2n=∑r=0n(rn)
Hence the identity is proved."
:::
---
Summary
❗
Key Takeaways for CMI
- The binomial theorem is the source of most standard binomial identities.
- Setting x=1 gives ∑(rn)=2n.
- Setting x=−1 gives the alternating sum identity.
- Differentiation gives weighted sums like ∑r(rn).
- Many identities also admit elegant combinatorial proofs.
Chapter Summary
❗
Binomial methods — Key Points
The Binomial Theorem: (x+y)n=∑k=0n(kn)xn−kyk, with the general term Tk+1=(kn)xn−kyk.
Properties of Binomial Coefficients: Symmetry (kn)=(n−kn) and Pascal's Identity (kn)+(k+1n)=(k+1n+1).
Common Expansions: Understanding (1+x)n, (1−x)n, and the generalized binomial theorem for non-integer exponents, e.g., (1+x)−n.
Binomial Identities: Key sums like ∑k=0n(kn)=2n, ∑k=0n(−1)k(kn)=0, and ∑k=0nk(kn)=n2n−1.
Coefficient Extraction: Techniques for efficiently finding specific coefficients in binomial and multinomial expansions.
Combinatorial Applications: Using binomial coefficients to solve selection, arrangement, and distribution problems in various contexts.
Chapter Review Questions
:::question type="MCQ" question="What is the coefficient of x7 in the expansion of (2x2−x1)8?" options=["-1792","1792","-896","896"] answer="-1792" hint="Identify the general term (kn)(axp)n−k(bxq)k and equate the exponent of x to 7." solution="The general term is Tk+1=(k8)(2x2)8−k(−x1)k=(k8)28−kx2(8−k)(−1)kx−k=(k8)28−k(−1)kx16−2k−k=(k8)28−k(−1)kx16−3k.
For the coefficient of x7, we set 16−3k=7, which implies 3k=9, so k=3.
Substituting k=3 into the coefficient part: (38)28−3(−1)3=3×2×18×7×6×25×(−1)=56×32×(−1)=−1792."
:::
:::question type="NAT" question="Evaluate the sum:
k=0∑10k(k10) " answer="5120" hint="Recall the identity for
∑k=0nk(kn) or differentiate the binomial expansion of
(1+x)n with respect to
x and then substitute
x=1." solution="We know the identity
∑k=0nk(kn)=n2n−1.
For
n=10, the sum is
10×210−1=10×29=10×512=5120.
Alternatively, consider the expansion
(1+x)10=∑k=010(k10)xk.
Differentiating with respect to
x:
10(1+x)9=∑k=010k(k10)xk−1.
Setting
x=1:
10(1+1)9=∑k=010k(k10)(1)k−1.
10×29=∑k=010k(k10).
10×512=5120."
:::
:::question type="MCQ" question="Which of the following represents the first three terms in the expansion of (1−2x)1/2 for ∣x∣<1/2?" options=["1−x−21x2","1−x+21x2","1−2x+2x2","1−x−x2"] answer="1−x−21x2" hint="Use the generalized binomial theorem: (1+y)n=1+ny+2!n(n−1)y2+…" solution="Using the generalized binomial theorem (1+y)n=1+ny+2!n(n−1)y2+…
Here, y=−2x and n=1/2.
The first three terms are:
1+(21)(−2x)+2!(21)(21−1)(−2x)2
=1−x+2(21)(−21)(4x2)
=1−x+2−41(4x2)
=1−x−81(4x2)
=1−x−21x2."
:::
:::question type="NAT" question="What is the value of (512)+(612)?" answer="1716" hint="Apply Pascal's Identity: (kn)+(k+1n)=(k+1n+1)." solution="Using Pascal's Identity, (kn)+(k+1n)=(k+1n+1).
Here, n=12 and k=5.
So, (512)+(612)=(5+112+1)=(613).
(613)=6×5×4×3×2×113×12×11×10×9×8=13×11×3×4/(5×1)=13×11×3×2×4/(6×1)=13×11×2×(10×9×8)/(5×4×3×2×1)=13×11×2×3×2×1=13×11×12=1716.
Calculation:
(613)=72013×12×11×10×9×8
=13×(12/6/2)×11×(10/5)×(9/3)×(8/4)
=13×1×11×2×3×2
=13×11×12=143×12=1716."
:::
What's Next?
💡
Continue Your CMI Journey
This chapter has laid the essential groundwork for manipulating and understanding combinatorial quantities. To further enhance your problem-solving toolkit, transition to Generating Functions, a powerful technique that often leverages binomial expansions to solve recurrence relations and complex counting problems. Additionally, deepen your understanding of discrete counting by exploring the Principle of Inclusion-Exclusion for scenarios involving overlapping sets, and apply your knowledge of binomial coefficients to Probability Theory for combinatorial probability calculations.