Learn on PengiOpenStax Algebra and TrigonometryChapter 13: Sequences, Probability, and Counting Theory

Lesson 13.6: Binomial Theorem

New Concept The Binomial Theorem offers a powerful formula to expand binomials like $(x+y)^n$ without tedious multiplication. You'll learn to apply it by identifying patterns in exponents and calculating binomial coefficients to find the complete expansion or a single term.

Section 1

πŸ“˜ Binomial Theorem

New Concept

The Binomial Theorem offers a powerful formula to expand binomials like (x+y)n(x+y)^n without tedious multiplication. You'll learn to apply it by identifying patterns in exponents and calculating binomial coefficients to find the complete expansion or a single term.

What’s next

Next, you'll tackle interactive examples expanding binomials and solve challenge problems to find specific terms using the powerful Binomial Theorem formula.

Section 2

Binomial Coefficients

Property

If nn and rr are integers greater than or equal to 0 with nβ‰₯rn \geq r, then the binomial coefficient is

(nr)=C(n,r)=n!r!(nβˆ’r)! \binom{n}{r} = C(n, r) = \frac{n!}{r!(n - r)!}

An important property of binomial coefficients is that they are symmetric, meaning:

(nr)=(nnβˆ’r) \binom{n}{r} = \binom{n}{n-r}

Examples

  • Find the binomial coefficient (62)\binom{6}{2}: (62)=6!2!(6βˆ’2)!=6β‹…52β‹…1=15\binom{6}{2} = \frac{6!}{2!(6-2)!} = \frac{6 \cdot 5}{2 \cdot 1} = 15.
  • Find the binomial coefficient (83)\binom{8}{3}: (83)=8!3!(8βˆ’3)!=8β‹…7β‹…63β‹…2β‹…1=56\binom{8}{3} = \frac{8!}{3!(8-3)!} = \frac{8 \cdot 7 \cdot 6}{3 \cdot 2 \cdot 1} = 56.

Section 3

The Binomial Theorem

Property

The Binomial Theorem is a formula that can be used to expand any binomial.

(x+y)n=βˆ‘k=0n(nk)xnβˆ’kyk (x + y)^n = \sum_{k=0}^{n} \binom{n}{k} x^{n-k} y^k
=xn+(n1)xnβˆ’1y+(n2)xnβˆ’2y2+…+(nnβˆ’1)xynβˆ’1+yn = x^n + \binom{n}{1} x^{n-1}y + \binom{n}{2} x^{n-2}y^2 + \ldots + \binom{n}{n-1} x y^{n-1} + y^n

To expand a binomial:

  1. Determine the exponent, nn.
  2. Use the formula to evaluate each term from k=0k=0 to k=nk=n.
  3. Simplify the result.

Examples

  • Expand (a+b)3(a+b)^3: This becomes (30)a3b0+(31)a2b1+(32)a1b2+(33)a0b3\binom{3}{0}a^3b^0 + \binom{3}{1}a^2b^1 + \binom{3}{2}a^1b^2 + \binom{3}{3}a^0b^3, which simplifies to a3+3a2b+3ab2+b3a^3 + 3a^2b + 3ab^2 + b^3.
  • Expand (2xβˆ’1)4(2x-1)^4: Using the theorem, we get 1(2x)4+4(2x)3(βˆ’1)+6(2x)2(βˆ’1)2+4(2x)(βˆ’1)3+1(βˆ’1)41(2x)^4 + 4(2x)^3(-1) + 6(2x)^2(-1)^2 + 4(2x)(-1)^3 + 1(-1)^4, which simplifies to 16x4βˆ’32x3+24x2βˆ’8x+116x^4 - 32x^3 + 24x^2 - 8x + 1.

Section 4

Finding a Single Term

Property

The (r+1)(r + 1)th term of the binomial expansion of (x+y)n(x + y)^n is:

(nr)xnβˆ’ryr \binom{n}{r} x^{n - r} y^r

To find a specific term without fully expanding:

  1. Determine the exponent, nn.
  2. Identify which term you need, (r+1)(r+1).
  3. Calculate rr from r+1r+1.
  4. Substitute nn and rr into the formula.

Examples

  • Find the third term of (a+b)10(a+b)^{10}. Here, n=10n=10 and r+1=3r+1=3, so r=2r=2. The term is (102)a10βˆ’2b2=45a8b2\binom{10}{2}a^{10-2}b^2 = 45a^8b^2.
  • Find the fourth term of (2xβˆ’y)7(2x-y)^7. Here, n=7n=7 and r+1=4r+1=4, so r=3r=3. The term is (73)(2x)7βˆ’3(βˆ’y)3=35(16x4)(βˆ’y3)=βˆ’560x4y3\binom{7}{3}(2x)^{7-3}(-y)^3 = 35(16x^4)(-y^3) = -560x^4y^3.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 13: Sequences, Probability, and Counting Theory

  1. Lesson 1

    Lesson 13.1: Sequences and Their Notations

  2. Lesson 2

    Lesson 13.2: Arithmetic Sequences

  3. Lesson 3

    Lesson 13.3: Geometric Sequences

  4. Lesson 4

    Lesson 13.4: Series and Their Notations

  5. Lesson 5

    Lesson 13.5: Counting Principles

  6. Lesson 6Current

    Lesson 13.6: Binomial Theorem

  7. Lesson 7

    Lesson 13.7: Probability

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

πŸ“˜ Binomial Theorem

New Concept

The Binomial Theorem offers a powerful formula to expand binomials like (x+y)n(x+y)^n without tedious multiplication. You'll learn to apply it by identifying patterns in exponents and calculating binomial coefficients to find the complete expansion or a single term.

What’s next

Next, you'll tackle interactive examples expanding binomials and solve challenge problems to find specific terms using the powerful Binomial Theorem formula.

Section 2

Binomial Coefficients

Property

If nn and rr are integers greater than or equal to 0 with nβ‰₯rn \geq r, then the binomial coefficient is

(nr)=C(n,r)=n!r!(nβˆ’r)! \binom{n}{r} = C(n, r) = \frac{n!}{r!(n - r)!}

An important property of binomial coefficients is that they are symmetric, meaning:

(nr)=(nnβˆ’r) \binom{n}{r} = \binom{n}{n-r}

Examples

  • Find the binomial coefficient (62)\binom{6}{2}: (62)=6!2!(6βˆ’2)!=6β‹…52β‹…1=15\binom{6}{2} = \frac{6!}{2!(6-2)!} = \frac{6 \cdot 5}{2 \cdot 1} = 15.
  • Find the binomial coefficient (83)\binom{8}{3}: (83)=8!3!(8βˆ’3)!=8β‹…7β‹…63β‹…2β‹…1=56\binom{8}{3} = \frac{8!}{3!(8-3)!} = \frac{8 \cdot 7 \cdot 6}{3 \cdot 2 \cdot 1} = 56.

Section 3

The Binomial Theorem

Property

The Binomial Theorem is a formula that can be used to expand any binomial.

(x+y)n=βˆ‘k=0n(nk)xnβˆ’kyk (x + y)^n = \sum_{k=0}^{n} \binom{n}{k} x^{n-k} y^k
=xn+(n1)xnβˆ’1y+(n2)xnβˆ’2y2+…+(nnβˆ’1)xynβˆ’1+yn = x^n + \binom{n}{1} x^{n-1}y + \binom{n}{2} x^{n-2}y^2 + \ldots + \binom{n}{n-1} x y^{n-1} + y^n

To expand a binomial:

  1. Determine the exponent, nn.
  2. Use the formula to evaluate each term from k=0k=0 to k=nk=n.
  3. Simplify the result.

Examples

  • Expand (a+b)3(a+b)^3: This becomes (30)a3b0+(31)a2b1+(32)a1b2+(33)a0b3\binom{3}{0}a^3b^0 + \binom{3}{1}a^2b^1 + \binom{3}{2}a^1b^2 + \binom{3}{3}a^0b^3, which simplifies to a3+3a2b+3ab2+b3a^3 + 3a^2b + 3ab^2 + b^3.
  • Expand (2xβˆ’1)4(2x-1)^4: Using the theorem, we get 1(2x)4+4(2x)3(βˆ’1)+6(2x)2(βˆ’1)2+4(2x)(βˆ’1)3+1(βˆ’1)41(2x)^4 + 4(2x)^3(-1) + 6(2x)^2(-1)^2 + 4(2x)(-1)^3 + 1(-1)^4, which simplifies to 16x4βˆ’32x3+24x2βˆ’8x+116x^4 - 32x^3 + 24x^2 - 8x + 1.

Section 4

Finding a Single Term

Property

The (r+1)(r + 1)th term of the binomial expansion of (x+y)n(x + y)^n is:

(nr)xnβˆ’ryr \binom{n}{r} x^{n - r} y^r

To find a specific term without fully expanding:

  1. Determine the exponent, nn.
  2. Identify which term you need, (r+1)(r+1).
  3. Calculate rr from r+1r+1.
  4. Substitute nn and rr into the formula.

Examples

  • Find the third term of (a+b)10(a+b)^{10}. Here, n=10n=10 and r+1=3r+1=3, so r=2r=2. The term is (102)a10βˆ’2b2=45a8b2\binom{10}{2}a^{10-2}b^2 = 45a^8b^2.
  • Find the fourth term of (2xβˆ’y)7(2x-y)^7. Here, n=7n=7 and r+1=4r+1=4, so r=3r=3. The term is (73)(2x)7βˆ’3(βˆ’y)3=35(16x4)(βˆ’y3)=βˆ’560x4y3\binom{7}{3}(2x)^{7-3}(-y)^3 = 35(16x^4)(-y^3) = -560x^4y^3.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 13: Sequences, Probability, and Counting Theory

  1. Lesson 1

    Lesson 13.1: Sequences and Their Notations

  2. Lesson 2

    Lesson 13.2: Arithmetic Sequences

  3. Lesson 3

    Lesson 13.3: Geometric Sequences

  4. Lesson 4

    Lesson 13.4: Series and Their Notations

  5. Lesson 5

    Lesson 13.5: Counting Principles

  6. Lesson 6Current

    Lesson 13.6: Binomial Theorem

  7. Lesson 7

    Lesson 13.7: Probability