100% FREE Updated: Apr 2026 Combinatorics and Discrete Mathematics Advanced Counting

Binomial methods

Comprehensive study notes on Binomial methods for CMI BS Hons preparation. This chapter covers key concepts, formulas, and examples needed for your exam.

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(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)(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 nn,

(a+b)n=r=0n(nr)anrbr\qquad (a+b)^n=\sum_{r=0}^{n}\binom{n}{r}a^{\,n-r}b^r

That is,

(a+b)n=(n0)an+(n1)an1b+(n2)an2b2++(nn)bn\qquad (a+b)^n=\binom{n}{0}a^n+\binom{n}{1}a^{n-1}b+\binom{n}{2}a^{n-2}b^2+\cdots+\binom{n}{n}b^n

📐 Binomial Coefficient

For integers 0rn0\le r\le n,

(nr)=n!r!(nr)!\qquad \binom{n}{r}=\dfrac{n!}{r!(n-r)!}

---

General Term

📐 General Term in (a+b)n(a+b)^n

The general term is

Tr+1=(nr)anrbr\qquad T_{r+1}=\binom{n}{r}a^{\,n-r}b^r

where r=0,1,2,,nr=0,1,2,\dots,n.

Indexing Reminder
    • r=0r=0 gives the first term
    • r=1r=1 gives the second term
    • in general, the (r+1)(r+1)th term corresponds to power brb^r
This is one of the most common places where mistakes happen.
---

Expansions with Signs

📐 When One Term is Negative

If the binomial is (ab)n(a-b)^n, then

(ab)n=r=0n(nr)anr(b)r\qquad (a-b)^n=\sum_{r=0}^{n}\binom{n}{r}a^{\,n-r}(-b)^r

So the general term is

Tr+1=(nr)anr(b)r\qquad T_{r+1}=\binom{n}{r}a^{\,n-r}(-b)^r

Hence the signs alternate according to whether rr is even or odd.

---

Important Properties of Binomial Coefficients

📐 Core Identities

  • (n0)=(nn)=1\qquad \binom{n}{0}=\binom{n}{n}=1


  • (nr)=(nnr)\qquad \binom{n}{r}=\binom{n}{n-r}


  • (nr)+(nr1)=(n+1r)\qquad \binom{n}{r}+\binom{n}{r-1}=\binom{n+1}{r}


  • r=0n(nr)=2n\qquad \sum_{r=0}^{n}\binom{n}{r}=2^n


  • r=0n(1)r(nr)=0for n1\qquad \sum_{r=0}^{n}(-1)^r\binom{n}{r}=0 \quad \text{for } n\ge1

These identities are fundamental in both algebra and counting. ---

Middle Term(s)

📐 Middle Term Rule

In the expansion of (a+b)n(a+b)^n:

    • if nn is even, there is one middle term, namely the (n2+1)\left(\dfrac{n}{2}+1\right)th term

    • if nn is odd, there are two middle terms, namely the (n+12)\left(\dfrac{n+1}{2}\right)th and (n+32)\left(\dfrac{n+3}{2}\right)th terms

Example: In (a+b)8(a+b)^8, the middle term is the 55th term. In (a+b)7(a+b)^7, the middle terms are the 44th and 55th terms. ---

How Powers Change Across Terms

📐 Power Pattern

In (a+b)n(a+b)^n:

    • power of aa decreases from nn to 00

    • power of bb increases from 00 to nn

    • the sum of exponents in each term is always nn

This is essential when finding a particular term or matching a required power. ---

Minimal Worked Examples

Example 1 Find the general term in (2x3)7(2x-3)^7. Here a=2xa=2x and b=3b=-3. So Tr+1=(7r)(2x)7r(3)r\qquad T_{r+1}=\binom{7}{r}(2x)^{7-r}(-3)^r for r=0,1,2,,7r=0,1,2,\dots,7. --- Example 2 Find the coefficient of x3x^3 in (1+x)5(1+x)^5. The general term is Tr+1=(5r)xr\qquad T_{r+1}=\binom{5}{r}x^r To get x3x^3, take r=3r=3. So the coefficient is (53)=10\qquad \binom{5}{3}=10 Hence the coefficient is 10\boxed{10}. ---

Coefficient Interpretation

Algebra Meets Counting

The coefficient (nr)\binom{n}{r} counts the number of ways to choose rr copies of bb from the nn factors in

(a+b)(a+b)(a+b)\qquad (a+b)(a+b)\cdots(a+b)

Thus the binomial theorem is also a counting theorem.

---

Common Patterns in Questions

📐 What Gets Asked Often

  • Expand (a+b)n(a+b)^n

  • Find the general term

  • Find the coefficient of a particular power

  • Find the middle term

  • Find the term independent of xx

  • Use identities involving (nr)\binom{n}{r}

---

Common Mistakes

⚠️ Avoid These Errors
    • ❌ Mixing up the (r+1)(r+1)th term with the rrth term
    • ❌ Forgetting the sign in (ab)n(a-b)^n
    • ❌ Using the wrong exponent pattern
    • ❌ Confusing coefficient with complete term
    • ❌ Forgetting that (nr)=(nnr)\binom{n}{r}=\binom{n}{n-r}
---

CMI Strategy

💡 How to Solve Smart

  • Write the general term first.

  • Match powers carefully.

  • Check whether the question asks for coefficient, term, or constant term.

  • For sign questions, isolate the factor (1)r(-1)^r.

  • Use symmetry of coefficients when possible.

---

Practice Questions

:::question type="MCQ" question="The coefficient of x2x^2 in (1+x)4(1+x)^4 is" options=["44","66","88","1212"] answer="B" hint="Use the term (42)x2\binom{4}{2}x^2." solution="In the expansion of (1+x)4(1+x)^4, the general term is (4r)xr\qquad \binom{4}{r}x^r. For the coefficient of x2x^2, take r=2r=2. So the coefficient is (42)=6\qquad \binom{4}{2}=6. Hence the correct option is B\boxed{B}." ::: :::question type="NAT" question="Find the coefficient of x3x^3 in (2+x)5(2+x)^5." answer="40" hint="Use the general term." solution="The general term is Tr+1=(5r)25rxr\qquad T_{r+1}=\binom{5}{r}2^{\,5-r}x^r. To get x3x^3, take r=3r=3. So the coefficient is (53)22=104=40\qquad \binom{5}{3}2^2=10\cdot 4=40. Therefore the answer is 40\boxed{40}." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["(nr)=(nnr)\binom{n}{r}=\binom{n}{n-r}","The sum of all coefficients in (1+x)n(1+x)^n is 2n2^n","The exponent of aa increases as the exponent of bb increases in (a+b)n(a+b)^n","In (ab)n(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=1x=1 in (1+x)n(1+x)^n gives 2n2^n.
  • False. In (a+b)n(a+b)^n, as the exponent of bb increases, the exponent of aa decreases.
  • True. In (ab)n(a-b)^n, the factor (b)r(-b)^r introduces alternating signs.
  • Hence the correct answer is A,B,D\boxed{A,B,D}." ::: :::question type="SUB" question="Find the middle term of the expansion of (x+2)8(x+2)^8." answer="1120x41120x^4" hint="For even nn, there is one middle term." solution="Since n=8n=8 is even, there is one middle term, namely the (82+1)=5\left(\dfrac{8}{2}+1\right)=5th term. The general term is Tr+1=(8r)x8r2r\qquad T_{r+1}=\binom{8}{r}x^{8-r}2^r For the 55th term, we take r=4r=4. So T5=(84)x424\qquad T_5=\binom{8}{4}x^4 2^4 Now (84)=70,24=16\qquad \binom{8}{4}=70,\qquad 2^4=16 Hence T5=7016x4=1120x4\qquad T_5=70\cdot 16\,x^4=1120x^4 Therefore the middle term is 1120x4\boxed{1120x^4}." ::: ---

    Summary

    Key Takeaways for CMI

    • The binomial theorem expands (a+b)n(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(1+x)^n, (a+bx)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

    7x35x+2\qquad 7x^3-5x+2

    the coefficient of:

      • x3x^3 is 77

      • xx is 5-5

      • the constant term is 22


    The coefficient is the numerical or algebraic multiplier attached to a power.

    Constant Term

    The coefficient of x0x^0 is called the constant term or the term independent of xx.

    ---

    Coefficient from Binomial Expansion

    📐 General Binomial Term

    In

    (a+bx)n\qquad (a+bx)^n

    the general term is

    Tr+1=(nr)anr(bx)r=(nr)anrbrxr\qquad T_{r+1}=\binom{n}{r}a^{\,n-r}(bx)^r=\binom{n}{r}a^{\,n-r}b^r x^r

    So the coefficient of xrx^r is (nr)anrbr\qquad \binom{n}{r}a^{\,n-r}b^r ::: ---

    Matching the Required Power

    💡 Power-Matching Rule

    To find the coefficient of xkx^k:

    • write the general term

    • identify the exponent of xx

    • set that exponent equal to kk

    • substitute back into the coefficient formula

    This is the most reliable method. ---

    Coefficient in Expressions Like (x+a)n(x+a)^n

    📐 Coefficient of xkx^k in (x+a)n(x+a)^n

    The general term is

    Tr+1=(nr)xnrar\qquad T_{r+1}=\binom{n}{r}x^{n-r}a^r

    So to find the coefficient of xkx^k, solve

    nr=k\qquad n-r=k

    That is,

    r=nk\qquad r=n-k

    Hence the coefficient is

    (nnk)ank=(nk)ank\qquad \binom{n}{n-k}a^{n-k}=\binom{n}{k}a^{n-k}

    ---

    Constant Term Problems

    📐 Term Independent of xx

    To find the constant term:

      • write the general term

      • collect the power of xx

      • set that power equal to 00


    This is very common in CMI-style algebra questions.

    Example idea: In (x+1x)6(x+\dfrac{1}{x})^6, the general term is Tr+1=(6r)x6r(1x)r=(6r)x62r\qquad T_{r+1}=\binom{6}{r}x^{6-r}\left(\dfrac{1}{x}\right)^r=\binom{6}{r}x^{6-2r} The constant term comes when 62r=0    r=3\qquad 6-2r=0 \implies r=3 So the constant term is (63)=20\qquad \binom{6}{3}=20 ---

    Coefficients in Products

    📐 Product Strategy

    To find the coefficient of xkx^k in a product such as

    (1+x)m(1+x)n\qquad (1+x)^m(1+x)^n,

    you can either:

    • first combine:

    (1+x)m+n\qquad (1+x)^{m+n}
    • or collect all term-pairs whose exponents add to kk

    This second method is often the combinatorial route. ---

    Minimal Worked Examples

    Example 1 Find the coefficient of x2x^2 in (3+x)4(3+x)^4. General term: Tr+1=(4r)34rxr\qquad T_{r+1}=\binom{4}{r}3^{4-r}x^r For x2x^2, take r=2r=2. Coefficient: (42)32=69=54\qquad \binom{4}{2}3^2=6\cdot 9=54 So the coefficient is 54\boxed{54}. --- Example 2 Find the constant term in (x+1x)4(x+\dfrac{1}{x})^4. General term: Tr+1=(4r)x4r(1x)r=(4r)x42r\qquad T_{r+1}=\binom{4}{r}x^{4-r}\left(\dfrac{1}{x}\right)^r=\binom{4}{r}x^{4-2r} For the constant term, set 42r=0    r=2\qquad 4-2r=0 \implies r=2 So the constant term is (42)=6\qquad \binom{4}{2}=6 Hence the answer is 6\boxed{6}. ---

    Important Distinctions

    ⚠️ Do Not Confuse These
      • Term: the whole expression, like 10x310x^3
      • Coefficient: only the multiplier, like 1010
      • Constant term: the coefficient of x0x^0
    These are often mixed up in exams.
    ---

    Common Patterns

    📐 What Gets Asked Often

    • coefficient of xkx^k in (a+bx)n(a+bx)^n

    • coefficient of xkx^k in (x+a)n(x+a)^n

    • constant term in expressions involving xx and 1x\dfrac{1}{x}

    • 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 xx
      • ❌ Ignoring sign in expressions like (1x)n(1-x)^n
      • ❌ Forgetting that the constant term means power 00
      • ❌ 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 xx 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 x3x^3 in (1+x)5(1+x)^5 is" options=["55","1010","1515","2020"] answer="B" hint="Use (53)\binom{5}{3}." solution="In (1+x)5(1+x)^5, the coefficient of xrx^r is (5r)\binom{5}{r}. For x3x^3, the coefficient is (53)=10\qquad \binom{5}{3}=10. Hence the correct option is B\boxed{B}." ::: :::question type="NAT" question="Find the constant term in (x+1x)6\left(x+\dfrac{1}{x}\right)^6." answer="20" hint="Set the exponent of xx equal to zero." solution="The general term is Tr+1=(6r)x6r(1x)r=(6r)x62r\qquad T_{r+1}=\binom{6}{r}x^{6-r}\left(\dfrac{1}{x}\right)^r=\binom{6}{r}x^{6-2r} For the constant term, set 62r=0\qquad 6-2r=0 So r=3\qquad r=3 Hence the constant term is (63)=20\qquad \binom{6}{3}=20 Therefore the answer is 20\boxed{20}." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["The constant term is the coefficient of x0x^0","In (a+bx)n(a+bx)^n, the coefficient of xrx^r is (nr)anrbr\binom{n}{r}a^{n-r}b^r","The term and the coefficient are always the same thing","To extract a coefficient, matching the power of xx 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 x0x^0.
  • True. This follows directly from the binomial general term.
  • False. A term includes the power of xx, while the coefficient is only its multiplier.
  • True. Power matching is the standard method.
  • Hence the correct answer is A,B,D\boxed{A,B,D}." ::: :::question type="SUB" question="Find the coefficient of x2x^2 in (2+3x)4(2+3x)^4." answer="216216" hint="Write the general term and take r=2r=2." solution="The general term is Tr+1=(4r)24r(3x)r\qquad T_{r+1}=\binom{4}{r}2^{4-r}(3x)^r To get x2x^2, take r=2r=2. So the coefficient is (42)2232\qquad \binom{4}{2}2^2 3^2 =649=216\qquad =6\cdot 4\cdot 9=216 Therefore the coefficient is 216\boxed{216}." ::: ---

    Summary

    Key Takeaways for CMI

    • Coefficient problems are solved by writing a correct general term.

    • The exponent of xx determines which term you need.

    • Constant term means coefficient of x0x^0.

    • 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 = a^2 + 2ab + b^2
      • (ab)2=a22ab+b2(a-b)^2 = a^2 - 2ab + b^2
      • (a+b)(ab)=a2b2(a+b)(a-b) = a^2 - b^2
      • (a+b)3=a3+3a2b+3ab2+b3(a+b)^3 = a^3 + 3a^2b + 3ab^2 + b^3
      • (ab)3=a33a2b+3ab2b3(a-b)^3 = a^3 - 3a^2b + 3ab^2 - b^3
      • a3+b3=(a+b)(a2ab+b2)a^3+b^3 = (a+b)(a^2-ab+b^2)
      • a3b3=(ab)(a2+ab+b2)a^3-b^3 = (a-b)(a^2+ab+b^2)
      • (a+b+c)2=a2+b2+c2+2ab+2bc+2ca(a+b+c)^2 = a^2+b^2+c^2+2ab+2bc+2ca
    📐 Binomial View

    A useful general pattern is

    (a+b)n=r=0n(nr)anrbr\qquad (a+b)^n = \sum_{r=0}^{n} \binom{n}{r} a^{n-r}b^r

    The special expansions above are the cases n=2n=2 and n=3n=3.

    ---

    High-Value Derived Identities

    📐 Useful Rearrangements

    From the square expansions:

      • a2+b2=(a+b)22aba^2+b^2 = (a+b)^2 - 2ab

      • a2+b2=(ab)2+2aba^2+b^2 = (a-b)^2 + 2ab

      • 2ab=(a+b)2a2b22ab = (a+b)^2 - a^2 - b^2

      • a2b2=(ab)(a+b)a^2-b^2 = (a-b)(a+b)


    From the cube expansions:

      • a3+b3=(a+b)33ab(a+b)a^3+b^3 = (a+b)^3 - 3ab(a+b)

      • a3b3=(ab)3+3ab(ab)a^3-b^3 = (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+(x1)2(x+1)^2+(x-1)^2, expand both and watch cancellation.

    • For numbers near 100100, 10001000, etc., use special expansions mentally:

    - 1012=(100+1)2101^2 = (100+1)^2
    - 9993=(10001)3999^3 = (1000-1)^3

    ---

    Minimal Worked Examples

    Example 1 Simplify (x+2)2(x2)2\qquad (x+2)^2 - (x-2)^2 Using the square expansions, (x+2)2=x2+4x+4\qquad (x+2)^2 = x^2+4x+4 (x2)2=x24x+4\qquad (x-2)^2 = x^2-4x+4 Subtracting, (x+2)2(x2)2=8x\qquad (x+2)^2-(x-2)^2 = 8x --- Example 2 Simplify a3+b3(a+b)3\qquad a^3+b^3-(a+b)^3 Using (a+b)3=a3+3a2b+3ab2+b3\qquad (a+b)^3 = a^3+3a^2b+3ab^2+b^3 we get a3+b3(a+b)3=3a2b3ab2=3ab(a+b)\qquad a^3+b^3-(a+b)^3 = -3a^2b-3ab^2 = -3ab(a+b) ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • (a+b)2=a2+b2(a+b)^2 = a^2+b^2
    ✅ Correct: (a+b)2=a2+2ab+b2(a+b)^2 = a^2+2ab+b^2
      • (ab)3=a3b3(a-b)^3 = a^3-b^3
    ✅ Middle terms do not vanish
      • a3+b3=(a+b)3a^3+b^3 = (a+b)^3
    ✅ Correct relation is a3+b3=(a+b)33ab(a+b)\qquad a^3+b^3 = (a+b)^3 - 3ab(a+b)
      • ❌ Wrong sign in cube factorisation
    a3+b3=(a+b)(a2ab+b2)a^3+b^3 = (a+b)(a^2-ab+b^2) and a3b3=(ab)(a2+ab+b2)\qquad a^3-b^3 = (a-b)(a^2+ab+b^2)
    ---

    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 (ab)3(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 (ab)2(a-b)^2?" options=["a2b2a^2-b^2","a22ab+b2a^2-2ab+b^2","a2+2ab+b2a^2+2ab+b^2","a2ab+b2a^2-ab+b^2"] answer="B" hint="Recall the square expansion exactly." solution="The standard identity is (ab)2=a22ab+b2\qquad (a-b)^2 = a^2-2ab+b^2 Hence the correct option is B\boxed{B}." ::: :::question type="NAT" question="Find the value of (51)2(49)2(51)^2-(49)^2." answer="200" hint="Use the identity a2b2=(ab)(a+b)a^2-b^2=(a-b)(a+b)." solution="Using a2b2=(ab)(a+b)\qquad a^2-b^2=(a-b)(a+b), we get 512492=(5149)(51+49)=2100=200\qquad 51^2-49^2=(51-49)(51+49)=2\cdot 100=200 Hence the answer is 200\boxed{200}." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["(a+b)2=a2+2ab+b2(a+b)^2=a^2+2ab+b^2","a3b3=(ab)(a2+ab+b2)a^3-b^3=(a-b)(a^2+ab+b^2)","a3+b3=(a+b)(a2ab+b2)a^3+b^3=(a+b)(a^2-ab+b^2)","(a+b)(ab)=a2+b2(a+b)(a-b)=a^2+b^2"] answer="A,B,C" hint="Check each identity carefully." solution="1. True.
  • True.
  • True.
  • False, because
  • (a+b)(ab)=a2b2\qquad (a+b)(a-b)=a^2-b^2 Hence the correct answer is A,B,C\boxed{A,B,C}." ::: :::question type="SUB" question="Prove that (a+b)2+(ab)2=2(a2+b2)(a+b)^2+(a-b)^2=2(a^2+b^2)." answer="2(a2+b2)2(a^2+b^2)" hint="Expand both squares and combine like terms." solution="Expand both terms: (a+b)2=a2+2ab+b2\qquad (a+b)^2 = a^2+2ab+b^2 (ab)2=a22ab+b2\qquad (a-b)^2 = a^2-2ab+b^2 Adding, (a+b)2+(ab)2=(a2+2ab+b2)+(a22ab+b2)\qquad (a+b)^2+(a-b)^2 = (a^2+2ab+b^2)+(a^2-2ab+b^2) =2a2+2b2=2(a2+b2)\qquad = 2a^2+2b^2 = 2(a^2+b^2) Hence the identity is proved, and the result is 2(a2+b2)\boxed{2(a^2+b^2)}." ::: ---

    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(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(nr)r\binom{n}{r} and alternating signs.

    • Recognize coefficient-based and combinatorial proofs.

    • Simplify harder counting expressions using standard binomial methods.

    ---

    Core Definition

    📖 Binomial coefficient

    For integers n0n\ge 0 and 0rn0\le r\le n,

    (nr)=n!r!(nr)!\qquad \binom{n}{r} = \dfrac{n!}{r!(n-r)!}

    It counts the number of ways to choose rr objects from nn distinct objects.

    📐 Binomial Theorem

    For any integer n0n\ge 0,

    (1+x)n=r=0n(nr)xr\qquad (1+x)^n = \sum_{r=0}^{n} \binom{n}{r} x^r

    Almost all standard binomial identities come from substituting convenient values of xx or differentiating this formula. ---

    Essential Identities

    📐 Basic Identities

    • Symmetry:

    (nr)=(nnr)\qquad \binom{n}{r} = \binom{n}{n-r}

    • Pascal’s identity:

    (nr)+(nr1)=(n+1r)\qquad \binom{n}{r} + \binom{n}{r-1} = \binom{n+1}{r}

    • Sum of all coefficients:

    r=0n(nr)=2n\qquad \sum_{r=0}^{n}\binom{n}{r} = 2^n

    • Alternating sum:

    r=0n(1)r(nr)=0for n1\qquad \sum_{r=0}^{n}(-1)^r \binom{n}{r} = 0 \quad \text{for } n\ge 1

    • Weighted identity:

    r(nr)=n(n1r1)\qquad r\binom{n}{r} = n\binom{n-1}{r-1}

    • First moment sum:

    r=0nr(nr)=n2n1\qquad \sum_{r=0}^{n} r\binom{n}{r} = n2^{n-1}

    ---

    Where These Come From

    1. Set x=1x=1

    From (1+x)n=r=0n(nr)xr\qquad (1+x)^n = \sum_{r=0}^n \binom{n}{r}x^r put x=1x=1: 2n=r=0n(nr)\qquad 2^n = \sum_{r=0}^n \binom{n}{r} ---

    2. Set x=1x=-1

    Put x=1x=-1: (11)n=r=0n(nr)(1)r\qquad (1-1)^n = \sum_{r=0}^n \binom{n}{r}(-1)^r So for n1n\ge 1, 0=r=0n(1)r(nr)\qquad 0 = \sum_{r=0}^n (-1)^r \binom{n}{r} ---

    3. Differentiate

    Differentiate (1+x)n\qquad (1+x)^n to get n(1+x)n1=r=1nr(nr)xr1\qquad n(1+x)^{n-1} = \sum_{r=1}^{n} r\binom{n}{r}x^{r-1} Now set x=1x=1: n2n1=r=1nr(nr)\qquad n2^{n-1} = \sum_{r=1}^{n} r\binom{n}{r} 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(nr)=n(n1r1)\qquad r\binom{n}{r} = n\binom{n-1}{r-1}

    Left side:

      • choose an rr-element subset from nn

      • then choose one distinguished element from it


    Right side:
      • first choose the distinguished element in nn ways

      • then choose the remaining r1r-1 elements from the other n1n-1

    ---

    More Useful Identities

    📐 High-Value Extensions

    • r=0n(nr)2=(2nn)\qquad \sum_{r=0}^{n} \binom{n}{r}^2 = \binom{2n}{n}


    • r=0nr(r1)(nr)=n(n1)2n2\qquad \sum_{r=0}^{n} r(r-1)\binom{n}{r} = n(n-1)2^{n-2}


    • Hockey-stick identity:

    k=rn(kr)=(n+1r+1)\qquad \sum_{k=r}^{n}\binom{k}{r} = \binom{n+1}{r+1}

    These appear in stronger counting and algebra problems. ---

    Minimal Worked Examples

    Example 1 Evaluate r=06(6r)\qquad \sum_{r=0}^{6}\binom{6}{r} Using the identity, r=0n(nr)=2n\qquad \sum_{r=0}^{n}\binom{n}{r}=2^n we get r=06(6r)=26=64\qquad \sum_{r=0}^{6}\binom{6}{r} = 2^6 = 64 So the answer is 64\boxed{64}. --- Example 2 Evaluate r=05r(5r)\qquad \sum_{r=0}^{5} r\binom{5}{r} Using r=0nr(nr)=n2n1\qquad \sum_{r=0}^{n} r\binom{n}{r}=n2^{n-1}, we get r=05r(5r)=524=80\qquad \sum_{r=0}^{5} r\binom{5}{r}=5\cdot 2^4=80 So the answer is 80\boxed{80}. ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • ❌ Forgetting the range of rr
      • ❌ Using (nr)=n2\sum \binom{n}{r}=n^2 instead of 2n2^n
      • ❌ Confusing (nr)\binom{n}{r} with (rn)\binom{r}{n}
      • ❌ Missing the factor nn in r(nr)=n2n1\sum r\binom{n}{r}=n2^{n-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(1+x)^n?

    • Check whether x=1x=1 or x=1x=-1 simplifies it.

    • If an rr appears, differentiate the binomial theorem.

    • If symmetry helps, replace (nr)\binom{n}{r} by (nnr)\binom{n}{n-r}.

    • If the expression looks combinatorial, try a double-counting argument.

    ---

    Practice Questions

    :::question type="MCQ" question="Evaluate r=08(8r)\sum_{r=0}^{8}\binom{8}{r}." options=["6464","128128","256256","512512"] answer="C" hint="Use the sum of all binomial coefficients." solution="Using r=0n(nr)=2n\qquad \sum_{r=0}^{n}\binom{n}{r}=2^n, we get r=08(8r)=28=256\qquad \sum_{r=0}^{8}\binom{8}{r}=2^8=256. Hence the correct option is C\boxed{C}." ::: :::question type="NAT" question="Find r=06r(6r)\sum_{r=0}^{6} r\binom{6}{r}." answer="192" hint="Use the differentiated form of the binomial theorem." solution="Using the identity r=0nr(nr)=n2n1\qquad \sum_{r=0}^{n} r\binom{n}{r}=n2^{n-1}, with n=6n=6, we get r=06r(6r)=625=632=192\qquad \sum_{r=0}^{6} r\binom{6}{r}=6\cdot 2^5=6\cdot 32=192. Hence the answer is 192\boxed{192}." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["(nr)=(nnr)\binom{n}{r}=\binom{n}{n-r}","r=0n(nr)=2n\sum_{r=0}^{n}\binom{n}{r}=2^n","r=0n(1)r(nr)=0\sum_{r=0}^{n}(-1)^r\binom{n}{r}=0 for n1n\ge 1","r(nr)=(n1r1)r\binom{n}{r}=\binom{n-1}{r-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=1x=1 in (1+x)n(1+x)^n.
  • True. It follows from putting x=1x=-1 in (1+x)n(1+x)^n for n1n\ge 1.
  • False. The correct identity is
  • r(nr)=n(n1r1)\qquad r\binom{n}{r}=n\binom{n-1}{r-1}. Hence the correct answer is A,B,C\boxed{A,B,C}." ::: :::question type="SUB" question="Prove that r=0n(nr)=2n\sum_{r=0}^{n}\binom{n}{r}=2^n." answer="By setting x=1x=1 in the binomial theorem." hint="Start from (1+x)n(1+x)^n." solution="From the binomial theorem, (1+x)n=r=0n(nr)xr\qquad (1+x)^n=\sum_{r=0}^{n}\binom{n}{r}x^r Now put x=1x=1. Then (1+1)n=r=0n(nr)\qquad (1+1)^n=\sum_{r=0}^{n}\binom{n}{r} So 2n=r=0n(nr)\qquad 2^n=\sum_{r=0}^{n}\binom{n}{r} Hence the identity is proved." ::: ---

    Summary

    Key Takeaways for CMI

    • The binomial theorem is the source of most standard binomial identities.

    • Setting x=1x=1 gives (nr)=2n\sum \binom{n}{r}=2^n.

    • Setting x=1x=-1 gives the alternating sum identity.

    • Differentiation gives weighted sums like r(nr)\sum r\binom{n}{r}.

    • Many identities also admit elegant combinatorial proofs.

    Chapter Summary

    Binomial methods — Key Points

    The Binomial Theorem: (x+y)n=k=0n(nk)xnkyk(x+y)^n = \sum_{k=0}^n \binom{n}{k} x^{n-k} y^k, with the general term Tk+1=(nk)xnkykT_{k+1} = \binom{n}{k} x^{n-k} y^k.
    Properties of Binomial Coefficients: Symmetry (nk)=(nnk)\binom{n}{k} = \binom{n}{n-k} and Pascal's Identity (nk)+(nk+1)=(n+1k+1)\binom{n}{k} + \binom{n}{k+1} = \binom{n+1}{k+1}.
    Common Expansions: Understanding (1+x)n(1+x)^n, (1x)n(1-x)^n, and the generalized binomial theorem for non-integer exponents, e.g., (1+x)n(1+x)^{-n}.
    Binomial Identities: Key sums like k=0n(nk)=2n\sum_{k=0}^n \binom{n}{k} = 2^n, k=0n(1)k(nk)=0\sum_{k=0}^n (-1)^k \binom{n}{k} = 0, and k=0nk(nk)=n2n1\sum_{k=0}^n k \binom{n}{k} = n 2^{n-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 x7x^7 in the expansion of (2x21x)8(2x^2 - \frac{1}{x})^8?" options=["-1792","1792","-896","896"] answer="-1792" hint="Identify the general term (nk)(axp)nk(bxq)k\binom{n}{k} (ax^p)^{n-k} (bx^q)^k and equate the exponent of xx to 7." solution="The general term is Tk+1=(8k)(2x2)8k(1x)k=(8k)28kx2(8k)(1)kxk=(8k)28k(1)kx162kk=(8k)28k(1)kx163kT_{k+1} = \binom{8}{k} (2x^2)^{8-k} \left(-\frac{1}{x}\right)^k = \binom{8}{k} 2^{8-k} x^{2(8-k)} (-1)^k x^{-k} = \binom{8}{k} 2^{8-k} (-1)^k x^{16-2k-k} = \binom{8}{k} 2^{8-k} (-1)^k x^{16-3k}.
    For the coefficient of x7x^7, we set 163k=716-3k = 7, which implies 3k=93k=9, so k=3k=3.
    Substituting k=3k=3 into the coefficient part: (83)283(1)3=8×7×63×2×1×25×(1)=56×32×(1)=1792\binom{8}{3} 2^{8-3} (-1)^3 = \frac{8 \times 7 \times 6}{3 \times 2 \times 1} \times 2^5 \times (-1) = 56 \times 32 \times (-1) = -1792."
    :::

    :::question type="NAT" question="Evaluate the sum:

    k=010k(10k)\sum_{k=0}^{10} k \binom{10}{k}
    " answer="5120" hint="Recall the identity for k=0nk(nk)\sum_{k=0}^n k \binom{n}{k} or differentiate the binomial expansion of (1+x)n(1+x)^n with respect to xx and then substitute x=1x=1." solution="We know the identity k=0nk(nk)=n2n1\sum_{k=0}^n k \binom{n}{k} = n 2^{n-1}.
    For n=10n=10, the sum is 10×2101=10×29=10×512=512010 \times 2^{10-1} = 10 \times 2^9 = 10 \times 512 = 5120.
    Alternatively, consider the expansion (1+x)10=k=010(10k)xk(1+x)^{10} = \sum_{k=0}^{10} \binom{10}{k} x^k.
    Differentiating with respect to xx: 10(1+x)9=k=010k(10k)xk110(1+x)^9 = \sum_{k=0}^{10} k \binom{10}{k} x^{k-1}.
    Setting x=1x=1: 10(1+1)9=k=010k(10k)(1)k110(1+1)^9 = \sum_{k=0}^{10} k \binom{10}{k} (1)^{k-1}.
    10×29=k=010k(10k)10 \times 2^9 = \sum_{k=0}^{10} k \binom{10}{k}.
    10×512=512010 \times 512 = 5120."
    :::

    :::question type="MCQ" question="Which of the following represents the first three terms in the expansion of (12x)1/2(1-2x)^{1/2} for x<1/2|x| < 1/2?" options=["1x12x21 - x - \frac{1}{2} x^2","1x+12x21 - x + \frac{1}{2} x^2","12x+2x21 - 2x + 2x^2","1xx21 - x - x^2"] answer="1x12x21 - x - \frac{1}{2} x^2" hint="Use the generalized binomial theorem: (1+y)n=1+ny+n(n1)2!y2+(1+y)^n = 1 + ny + \frac{n(n-1)}{2!} y^2 + \dots" solution="Using the generalized binomial theorem (1+y)n=1+ny+n(n1)2!y2+(1+y)^n = 1 + ny + \frac{n(n-1)}{2!} y^2 + \dots
    Here, y=2xy = -2x and n=1/2n = 1/2.
    The first three terms are:
    1+(12)(2x)+(12)(121)2!(2x)21 + \left(\frac{1}{2}\right)(-2x) + \frac{\left(\frac{1}{2}\right)\left(\frac{1}{2}-1\right)}{2!} (-2x)^2
    =1x+(12)(12)2(4x2)= 1 - x + \frac{\left(\frac{1}{2}\right)\left(-\frac{1}{2}\right)}{2} (4x^2)
    =1x+142(4x2)= 1 - x + \frac{-\frac{1}{4}}{2} (4x^2)
    =1x18(4x2)= 1 - x - \frac{1}{8} (4x^2)
    =1x12x2= 1 - x - \frac{1}{2} x^2."
    :::

    :::question type="NAT" question="What is the value of (125)+(126)\binom{12}{5} + \binom{12}{6}?" answer="1716" hint="Apply Pascal's Identity: (nk)+(nk+1)=(n+1k+1)\binom{n}{k} + \binom{n}{k+1} = \binom{n+1}{k+1}." solution="Using Pascal's Identity, (nk)+(nk+1)=(n+1k+1)\binom{n}{k} + \binom{n}{k+1} = \binom{n+1}{k+1}.
    Here, n=12n=12 and k=5k=5.
    So, (125)+(126)=(12+15+1)=(136)\binom{12}{5} + \binom{12}{6} = \binom{12+1}{5+1} = \binom{13}{6}.
    (136)=13×12×11×10×9×86×5×4×3×2×1=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\binom{13}{6} = \frac{13 \times 12 \times 11 \times 10 \times 9 \times 8}{6 \times 5 \times 4 \times 3 \times 2 \times 1} = 13 \times 11 \times 3 \times 4 / (5 \times 1) = 13 \times 11 \times 3 \times 2 \times 4 / (6 \times 1) = 13 \times 11 \times 2 \times (10 \times 9 \times 8) / (5 \times 4 \times 3 \times 2 \times 1) = 13 \times 11 \times 2 \times 3 \times 2 \times 1 = 13 \times 11 \times 12 = 1716.
    Calculation:
    (136)=13×12×11×10×9×8720\binom{13}{6} = \frac{13 \times 12 \times 11 \times 10 \times 9 \times 8}{720}
    =13×(12/6/2)×11×(10/5)×(9/3)×(8/4)= 13 \times (12/6/2) \times 11 \times (10/5) \times (9/3) \times (8/4)
    =13×1×11×2×3×2= 13 \times 1 \times 11 \times 2 \times 3 \times 2
    =13×11×12=143×12=1716= 13 \times 11 \times 12 = 143 \times 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.

    🎯 Key Points to Remember

    • Master the core concepts in Binomial methods before moving to advanced topics
    • Practice with previous year questions to understand exam patterns
    • Review short notes regularly for quick revision before exams

    Related Topics in Combinatorics and Discrete Mathematics

    More Resources

    Why Choose MastersUp?

    🎯

    AI-Powered Plans

    Personalized study schedules based on your exam date and learning pace

    📚

    15,000+ Questions

    Verified questions with detailed solutions from past papers

    📊

    Smart Analytics

    Track your progress with subject-wise performance insights

    🔖

    Bookmark & Revise

    Save important questions for quick revision before exams

    Start Your Free Preparation →

    No credit card required • Free forever for basic features