Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

The binomial theorem gives a fast, organized way to expand powers such as (a + b)^n without multiplying the binomial by itself many times. It matters because these expansions appear in algebra, probability, combinatorics, and calculus. The theorem reveals that the coefficients are not random, but follow a precise counting pattern.

This pattern is the same one shown in Pascal’s Triangle.

Understanding Math: The Binomial Theorem

Each term in an expansion comes from making choices during repeated multiplication. For every copy of the binomial, one factor is chosen from the first part or the second part. Suppose a product contains the second part exactly k times.

The remaining choices must be the first part. Many different choice orders can lead to the same final term, so their products combine.

The coefficient tells how many such orders exist. This is why the theorem is really a counting rule hidden inside algebra.

A useful way to understand a binomial coefficient is to count positions. Imagine there are n multiplication slots. To create a term with k copies of b, choose which k slots supply b.

The other slots automatically supply a. For example, in a fifth power, a term with two copies of b can be formed by choosing two of five slots. There are ten choices, so its coefficient is ten.

Factorials give a compact way to calculate this count. A factorial means multiplying a whole number by every positive whole number below it, down to one. The division in the coefficient formula removes repeated arrangements that do not create a new choice of positions.

Pascal’s Triangle works because every inside number represents two groups of choices. A term in one row can arise from a choice ending with a or from a choice ending with b in the previous power. Those two groups do not overlap, so their counts are added.

The outer edges stay equal to one because there is only one way to choose no copies of b, and only one way to choose b every time. This structure lets students build coefficient rows quickly without using factorials. It is especially helpful when checking whether a calculated expansion has sensible coefficients.

The same counting appears in probability. Consider five coin tosses. The chance of getting exactly two heads depends on the number of possible orders with two heads and three tails.

There are ten such orders. If each toss is fair, every particular order has the same probability, so the count multiplies that shared probability.

More generally, binomial expansions describe repeated trials with two possible outcomes, such as correct or incorrect answers, working or faulty parts, and wins or losses. The algebraic powers track how many times each outcome occurs.

When expanding by hand, track three things separately. Check the coefficient, the power of the first term, and the power of the second term. Each term should have the same total degree as the original power.

A power of n produces n plus one terms when n is a nonnegative whole number. Signs need extra care. In an expression with subtraction, treat the second part as negative before applying the pattern.

Odd powers keep a negative sign, while even powers become positive. The familiar finite pattern applies directly to whole number powers. Fractional or negative powers lead to series with infinitely many terms, which is a later topic in calculus.

Key Facts

  • Binomial theorem: (a + b)^n = sum from k = 0 to n of C(n,k)a^(n-k)b^k.
  • Binomial coefficient: C(n,k) = n! / (k!(n-k)!).
  • The powers of a decrease from n to 0, while the powers of b increase from 0 to n.
  • The coefficients in (a + b)^n are the numbers in row n of Pascal’s Triangle, counting the top row as row 0.
  • Pascal’s rule: C(n,k) = C(n-1,k-1) + C(n-1,k).
  • Example: (a + b)^4 = a^4 + 4a^3b + 6a^2b^2 + 4ab^3 + b^4.

Vocabulary

Binomial
A binomial is an algebraic expression with exactly two terms, such as a + b or x - 3.
Binomial theorem
The binomial theorem is a formula for expanding (a + b)^n into a sum of terms with binomial coefficients.
Binomial coefficient
A binomial coefficient C(n,k) counts how many ways to choose k objects from n objects.
Pascal’s Triangle
Pascal’s Triangle is a triangular number pattern where each interior number is the sum of the two numbers above it.
Exponent
An exponent tells how many times a base is used as a factor.

Common Mistakes to Avoid

  • Writing (a + b)^n as a^n + b^n is wrong because powers do not distribute over addition.
  • Using the wrong row of Pascal’s Triangle is wrong because (a + b)^n uses row n when the top row is counted as row 0.
  • Forgetting that the exponents in each term add to n is wrong because every term comes from multiplying n total factors.
  • Dropping the coefficient 1 at the ends is wrong because the first and last terms still have coefficients C(n,0) = 1 and C(n,n) = 1.

Practice Questions

  1. 1 Expand (x + 2)^4 completely.
  2. 2 Find the coefficient of x^3y^2 in the expansion of (x + y)^5.
  3. 3 Explain why the coefficients in the expansion of (a + b)^6 match a row of Pascal’s Triangle.