Pascal's Triangle and the Binomial Theorem give you efficient ways to expand expressions like without multiplying everything out by hand. These tools connect algebra to combinatorics and show up again in probability, so getting comfortable with them now pays off.
Pascal's Triangle and the Binomial Theorem
Construction of Pascal's Triangle
Pascal's Triangle is a triangular array of numbers where each entry is the sum of the two numbers directly above it. The first and last numbers in every row are always 1.
Here are the first several rows:
- 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
Each row gives you the coefficients for expanding . Row contains the coefficients of . Within that row, the powers of decrease from down to 0, while the powers of increase from 0 up to .
To expand a binomial using Pascal's Triangle:
- Find the row that matches your exponent
- Write each term using the row's numbers as coefficients
- Attach the correct powers of and to each coefficient ( starts at power and decreases; starts at power 0 and increases)
Example: Expand using Row 4: (1, 4, 6, 4, 1).

Methods for Binomial Coefficients
Binomial coefficients are the numbers that appear in Pascal's Triangle. They're written as (read "n choose k"), where is the row and is the position within that row, both counting from 0.
You can find binomial coefficients three ways:
- Pascal's Triangle: Look up the number at row , position
- Factorial formula: , where means
- Recursive relation: (this is just the "add the two numbers above" rule stated as a formula)
Two useful properties to know:
- Symmetry: . For example, . This is why Pascal's Triangle looks the same on both sides.
- Row sum: All the numbers in row add up to . Row 4 sums to .
Examples:
- Using the formula:
- Using the recursive relation:

Applications of the Binomial Theorem
The Binomial Theorem is the general formula for expanding :
The summation symbol tells you to add up all the terms from through . Each term has three parts: a binomial coefficient, a power of , and a power of .
To expand a binomial using this theorem:
-
Identify , , and . Be careful with signs: if you have , then , not 3.
-
Calculate the binomial coefficients
-
Build each term: multiply the coefficient by and
-
Simplify by evaluating the powers and combining
Example 1: Expand .
Here , , . The coefficients from Row 3 are 1, 3, 3, 1.
Notice how the signs alternate because is negative. Odd powers of are negative; even powers are positive.
Example 2: Find the coefficient of in .
You don't need to expand the whole thing. The term with has , which means , so .
The coefficient is 20,412.
Additional Concepts and Applications
- Combinatorics: The binomial coefficient counts the number of ways to choose items from items. This counting interpretation is why the same numbers appear in both Pascal's Triangle and the Binomial Theorem.
- Polynomial expansion: The Binomial Theorem is a specific, efficient method for expanding . For higher powers like , it saves enormous amounts of work compared to repeated multiplication.
- Algebraic identity: The theorem itself is an identity, meaning it holds true for all values of , , and non-negative integers .
- Binomial distribution: In probability, when an experiment has two outcomes (success/failure) repeated times, the binomial coefficients determine the probabilities. You'll see this connection in statistics courses.