Expanding (x + y)⁷ by repeated multiplication is slow and error-prone. The Binomial Theorem writes it out directly.
Step 1: Let's Learn
Read it, or press Listen and follow the words.
Pascal’s triangle
Each row begins and ends with 1, and every other entry is the sum of the two above it. Row n holds the coefficients of (x + y)ⁿ.
The coefficients are combinations
The entries of row n are nC0, nC1, up to nCn. Choosing which factors contribute a y is literally a combination.
The exponents
In (x + y)ⁿ the power of x falls from n to 0 while the power of y rises from 0 to n. Every term’s exponents total n.
One term at a time
The term containing yʳ is nCr · x^(n−r) · yʳ. That finds a single term without expanding anything else.
Subtraction
For (x − y)ⁿ the signs alternate, because each y carries a minus with it.
Expanding a power without multiplying out
(x + y)ⁿ expands into n + 1 terms whose coefficients are the binomial coefficients. Rather than multiplying n brackets together, the theorem writes the answer directly.
The coefficients are combinations
The coefficient of xᵏyⁿ⁻ᵏ is n choose k. This is because expanding the product means choosing x from k of the n brackets, and the number of such choices is exactly a combination.
Pascal's triangle
Each entry is the sum of the two above it, and row n gives the coefficients for (x + y)ⁿ. It is quick for small n and the additive rule reflects a genuine identity about combinations.
Finding one term without the rest
The general term formula lets you extract, say, the x⁵ coefficient of a twelfth power without expanding anything else. That selective extraction is what makes the theorem practically useful.
Step 2: Try It Yourself
Tap and try it out.
4C2 has the most. It has 5 more than 4C0.
Step 3: Watch an Example
One step at a time.
Watch Amara Expand (x + y)⁴
Amara wants the full expansion without multiplying four brackets.
- Step 1
Row 4 of Pascal’s triangle is 1, 4, 6, 4, 1.
Step 4: Your Turn
Practice makes it stick.
The Row
Problem 1 of 2
How many terms does the expansion of (x + y)⁶ have?
The Coefficient
Problem 2 of 2
In (x + y)⁵, what is the coefficient of x³y²?
Expand It
1 of 8
How many terms in (x + y)⁹?
2 of 8
What is 6C2?
3 of 8
In (x + y)⁴, what is the coefficient of x²y²?
4 of 8
What is the sum of row 3 of Pascal’s triangle: 1, 3, 3, 1?
5 of 8
In (x + y)⁷, the exponents of every term total what number?
6 of 8
In (x + y)⁶, what is the coefficient of x⁵y?
7 of 8
Put row 5 of Pascal’s triangle in order, left to right.
- 15
- 210
- 310 again
- 41
8 of 8
In (x − y)³, what is the sign of the y³ term? Enter 1 for positive, 2 for negative.
Step 5: Quick Check
Show what you know.
Question 1 of 2
How many terms does (x + y)⁸ have?
Question 2 of 2
Where do the binomial coefficients come from?
What You Learned
- Row n of Pascal’s triangle gives the coefficients of (x + y)ⁿ.
- The powers of x fall while the powers of y rise, always totalling n.
- The term with yʳ is nCr · x^(n−r) · yʳ.