Math III · A-APR.5

Applying the Binomial Theorem with Pascal's Triangle and Combinatorial Reasoning

The Binomial Theorem reveals the hidden counting structure inside powers like `(x + y)^n`, connecting algebra to combinations and Pascal's Triangle.

Concept Algebra
Domain Arithmetic with Polynomials and Rational Expressions
Read time 7 minutes

What this learning objective is really asking you to learn

This objective asks students to apply the Binomial Theorem. The theorem gives a general way to expand powers of a binomial, such as \((x + y)^2\), \((x + y)^3\), or \((x + y)^n\).

Students already know small cases:

\[(x + y)^2 = x^2 + 2xy + y^2\].
\[(x + y)^3 = x^3 + 3x^2y + 3xy^2 + y^3\].

The Binomial Theorem explains the pattern for any positive integer power. In one common form,

\[(x + y)^n = Σ [nCk x^(n-k)y^k]\]

where \(k\) runs from 0 to \(n\). In words, each term has total degree \(n\), the powers of \(x\) decrease, the powers of \(y\) increase, and the coefficients are combinations.

For example,

\[(x + y)^4 = x^4 + 4x^3y + 6x^2y^2 + 4xy^3 + y^4\].

The coefficients 1, 4, 6, 4, 1 come from row 4 of Pascal's Triangle, or from combinations:

4C0, 4C1, 4C2, 4C3, 4C4.

The learning objective asks students to use Pascal's Triangle or combinatorial reasoning. Pascal's Triangle is a visual tool where each number is the sum of the two above it. Its rows give binomial coefficients. Combinatorial reasoning explains why those coefficients occur: each coefficient counts how many ways a particular term can be formed when multiplying \((x + y)\) by itself \(n\) times.

The objective is not just “expand faster.” It is about seeing that polynomial expansion has a counting structure underneath it.

Why students should learn this math

Students should learn the Binomial Theorem because it connects algebra and counting in a beautiful and useful way. What looks like symbolic expansion is also a combinatorial problem. When you expand \((x + y)^5\), you are choosing either \(x\) or \(y\) from each of five factors. The coefficient of \(x^3y^2\) counts how many ways to choose exactly two factors to contribute \(y\) and the remaining three to contribute \(x\). That count is \(5C2 = 10\).

This connection matters because mathematics is not a set of isolated units. Algebra, probability, combinatorics, and functions share structures. Students just finished probability objectives involving combinations. Now those same combination numbers appear as polynomial coefficients. This is a powerful map moment: counting methods are not only for lotteries and committees; they also control algebraic expansion.

The Binomial Theorem is also useful for efficient calculation. Expanding \((2x - 3)^5\) by repeated multiplication would be tedious. The theorem gives a structured method. It reduces error and reveals the pattern of terms.

In later mathematics, the Binomial Theorem becomes even more important. It leads to binomial probability distributions, where coefficients count the number of ways to get a certain number of successes in repeated trials. It appears in series expansions, calculus, approximation, and advanced algebra. Pascal's Triangle connects to probability, fractals, modular arithmetic, and combinatorial identities.

The “why” is that the Binomial Theorem is a bridge. It shows that powers of sums are governed by counting. Students learn to see coefficients as meaningful counts, not arbitrary numbers.

The historical machinery: Pascal's Triangle and binomial coefficients

The number pattern now called Pascal's Triangle was known in several mathematical traditions long before Blaise Pascal. Chinese, Persian, Indian, and Islamic mathematicians studied triangular arrays of binomial coefficients. Pascal's work helped organize and popularize the triangle in Europe, especially in connection with probability and combinations.

The triangle begins:

1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1

Each row gives coefficients for \((x + y)^n\), starting with row 0. The reason each interior number is the sum of the two above it is connected to combinations:

\[nCk = (n-1)C(k-1) + (n-1)Ck\].

This identity says that the number of ways to choose \(k\) items from \(n\) can be split into cases: choices that include a particular item and choices that do not.

The historical significance is that the same numbers appeared in algebraic expansion and counting problems. This helped connect probability, combinatorics, and algebra. The Binomial Theorem is one of the classic examples of mathematical unity.

Where this fits in the big map of mathematics

This objective follows polynomial identities. The Binomial Theorem is itself a family of polynomial identities. Instead of proving one identity like \((x + y)^2\), it gives a general identity for any positive integer exponent.

It connects backward to combinations from Objective 130. The coefficients in binomial expansions are combination counts.

It connects forward to probability distributions. In binomial probability, \(nCk\) counts the number of ways to get \(k\) successes in \(n\) independent trials.

It connects to calculus. Later, binomial expansions and series are used to approximate functions and study behavior near a point.

It connects to algebraic structure. Students see how exponents, coefficients, and term patterns follow a rule rather than appearing randomly.

The big-map role is combinatorial algebra. The theorem shows that expanding powers of sums is a counting problem.

How to execute the skill technically

To expand \((x + y)^n\), use this pattern:

  • There are \(n + 1\) terms.
  • The power of \(x\) starts at \(n\) and decreases to 0.
  • The power of \(y\) starts at 0 and increases to \(n\).
  • Each term has total degree \(n\).
  • The coefficients are row \(n\) of Pascal's Triangle or \(nCk\).

Example: expand \((x + y)^5\).

Row 5 of Pascal's Triangle is

1, 5, 10, 10, 5, 1.

So

\[(x + y)^5 = x^5 + 5x^4y + 10x^3y^2 + 10x^2y^3 + 5xy^4 + y^5\].

Example: expand \((2x - 3)^3\).

Use coefficients 1, 3, 3, 1.

Let \(a = 2x\) and \(b = -3\).

\[(a + b)^3 = a^3 + 3a^2b + 3ab^2 + b^3\].

Substitute:

\[(2x)^3 + 3(2x)^2(-3) + 3(2x)(-3)^2 + (-3)^3\].

Simplify:

\[8x^3 - 36x^2 + 54x - 27\].

The sign pattern comes from the negative term. Students should be careful to include the negative inside the power.

Combinatorial reasoning behind the coefficients

When expanding \((x + y)^4\), imagine four factors:

\[(x + y)(x + y)(x + y)(x + y)\].

To get an \(x^2y^2\) term, choose \(y\) from exactly two of the four factors and \(x\) from the other two. The number of ways to choose which two factors contribute \(y\) is \(4C2 = 6\). That is why the coefficient of \(x^2y^2\) is 6.

To get \(x^3y\), choose \(y\) from one of the four factors. There are \(4C1 = 4\) ways, so the coefficient is 4.

To get \(y^4\), choose \(y\) from all four factors. There is \(4C4 = 1\) way.

This explanation matters because it keeps the theorem from becoming a memorized triangle trick. The coefficients count choices.

Expanding a harder binomial

Expand \((3x - 2y)^4\).

Use row 4 of Pascal's Triangle:

1, 4, 6, 4, 1.

Let \(a = 3x\) and \(b = -2y\).

\[(a + b)^4 = a^4 + 4a^3b + 6a^2b^2 + 4ab^3 + b^4\].

Substitute:

\[(3x)^4 + 4(3x)^3(-2y) + 6(3x)^2(-2y)^2 + 4(3x)(-2y)^3 + (-2y)^4\].

Simplify term by term:

\[81x^4 - 216x^3y + 216x^2y^2 - 96xy^3 + 16y^4\].

This example shows why signs matter. Because the second term is negative, the signs alternate. The coefficients from Pascal's Triangle are positive, but the powers of -2y determine the signs.

Binomial coefficients and probability

The same coefficients appear in probability. Suppose a fair coin is flipped 5 times. How many ways are there to get exactly 2 heads? The answer is \(5C2 = 10\), because we choose which 2 of the 5 flips are heads. This is the same coefficient that appears in the \(x^3y^2\) term of \((x + y)^5\).

This is not coincidence. Expanding \((H + T)^5\) symbolically represents all possible sequences of heads and tails. The coefficient of \(H^2T^3\) counts the sequences with exactly 2 heads and 3 tails. This connection prepares students for binomial probability.

Pascal's Triangle as a machine of patterns

Pascal's Triangle contains many patterns beyond binomial expansion. The rows sum to powers of 2. Row 5 sums to \(1 + 5 + 10 + 10 + 5 + 1 = 32 = 2^5\). This makes sense because \((1 + 1)^5 = 2^5\), and substituting \(x = 1\), \(y = 1\) into the binomial expansion gives the row sum.

The shallow diagonals contain counting numbers and triangular numbers. The symmetry of each row reflects the fact that \(nCk = nC(n-k)\). Choosing 2 items to include is equivalent to choosing the remaining \(n - 2\) items to exclude.

These patterns make Pascal's Triangle a map, not just a coefficient lookup table.

A useful way to study the pattern

One effective way to study this is to choose a value of \(n\), write the matching row of Pascal's Triangle, connect each entry to the combination notation \(nCk\), and then match that entry to its term in the expansion. For example, the coefficient 10 in row 5 is 5C2, which counts the ways to choose which two factors contribute \(y\).

Common special cases students should recognize

When expanding \((1 + x)^n\), the coefficients appear without extra powers on the first term because 1 raised to any power is still 1. For example,

\[(1 + x)^5 = 1 + 5x + 10x^2 + 10x^3 + 5x^4 + x^5\].

This form appears often in probability, approximation, and later calculus.

When expanding \((x - 1)^n\), the signs alternate because the second term is negative. For example,

\[(x - 1)^4 = x^4 - 4x^3 + 6x^2 - 4x + 1\].

Recognizing these patterns helps students catch sign errors before they spread.

Why the theorem beats repeated multiplication

Repeated multiplication works for small powers, but it becomes inefficient quickly. Expanding \((x + y)^6\) by multiplying six binomials by hand is slow and error-prone. The Binomial Theorem gives the structure immediately: seven terms, coefficients from row 6, and powers that move predictably.

This matters because advanced mathematics rewards structure recognition. A student who sees the binomial pattern can focus on meaning and application instead of drowning in arithmetic.

Common misconceptions and how to avoid them

One common mistake is forgetting that row numbering starts at 0. Row 4 gives the coefficients for power 4.

Another mistake is using coefficients correctly but assigning powers incorrectly. Powers of one term should decrease while the other increases.

A third mistake is losing negative signs when expanding \((x - y)^n\). Treat the second term as -y.

A fourth mistake is thinking the coefficients are arbitrary. They count combinations.

A fifth mistake is expanding \((x + y)^n\) as \(x^n + y^n\). That is false except in special cases not relevant here.

The big takeaway

The Binomial Theorem gives a general expansion for powers of a binomial. Pascal's Triangle and combinations provide the coefficients. The theorem connects polynomial identities, counting, probability, and algebraic structure. It teaches students that expansion patterns are not random; they are governed by combinatorial reasoning.

Problem Library

Problems in the App From This Objective

180 problems across 15 archetypes in the app.

select coefficient row and apply powers.
12 problems Warmup Practice Mixed Review Assessment
Problem 1

Use Pascal's Triangle to expand (x+y)^4.

Problem 2

Use Pascal's Triangle to expand (a-b)^3.

Problem 3

Use Pascal's Triangle to expand (2x+1)^3.

Problem 4

Use Pascal's Triangle to expand (u+v)^n.

Problem 5

Use Pascal's Triangle to expand (x+y)^2.

Problem 6

Use Pascal's Triangle to expand (x-y)^4.

Problem 7

Use Pascal's Triangle to expand (x+2)^3.

Problem 8

Use Pascal's Triangle to expand (3a-b)^3.

Open in simulator
Problem 9

Use Pascal's Triangle to expand (x+y)^5.

Problem 10

Use Pascal's Triangle to expand (2x-3)^4.

Problem 11

Use Pascal's Triangle to expand (a+2b)^3.

Problem 12

Use Pascal's Triangle to expand (1-x)^5.

compute `n choose k`.
12 problems Warmup Practice Mixed Review Assessment
Problem 13

Use combination notation to find binomial coefficient coefficient of x^3y^2 in (x+y)^5.

Problem 14

Use combination notation to find binomial coefficient middle coefficient in (a+b)^6.

Problem 15

Use combination notation to find binomial coefficient coefficient for term k in expansion power n.

Problem 16

Use combination notation to find binomial coefficient coefficient of a^4b in (a+b)^5.

Open in simulator
Problem 17

Use combination notation to find binomial coefficient coefficient of x^2y^2 in (x+y)^4.

Problem 18

Use combination notation to find binomial coefficient coefficient of a^5b^2 in (a+b)^7.

Problem 19

Use combination notation to find binomial coefficient coefficient of x^6 in (x+y)^6.

Problem 20

Use combination notation to find binomial coefficient coefficient of b^5 in (a+b)^5.

Problem 21

Use combination notation to find binomial coefficient coefficient of x^7y in (x+y)^8.

Problem 22

Use combination notation to find binomial coefficient coefficient of a^2b^7 in (a+b)^9.

Problem 23

Use combination notation to find binomial coefficient middle coefficient in (x+y)^10.

Problem 24

Use combination notation to find binomial coefficient coefficient of a^3b^4 in (a+b)^7.

use general term formula.
12 problems Warmup Practice Mixed Review Assessment
Problem 25

Find the requested term in binomial expansion: third term of (x+2)^5.

Problem 26

Find the requested term in binomial expansion: term containing x^2 in (x+1)^4.

Problem 27

Find the requested term in binomial expansion: k-th zero-based term in (a+b)^n.

Problem 28

Find the requested term in binomial expansion: coefficient of y^3 in (2x+y)^5.

Problem 29

Find the requested term in binomial expansion: fourth term of (x+y)^6.

Open in simulator
Problem 30

Find the requested term in binomial expansion: second term of (a-3b)^4.

Problem 31

Find the requested term in binomial expansion: term containing x^4 in (2x+3)^5.

Problem 32

Find the requested term in binomial expansion: constant term in (x + 1/x)^4.

Problem 33

Find the requested term in binomial expansion: term containing y^6 in (x^2 - y^3)^3.

Problem 34

Find the requested term in binomial expansion: coefficient of x^3 in (x-2)^5.

Problem 35

Find the requested term in binomial expansion: fifth term of (a+b)^7.

Problem 36

Find the requested term in binomial expansion: third term of (2x - 1/2y)^4.

match exponents and coefficient.
12 problems Warmup Practice Mixed Review Assessment
Problem 37

Find the coefficient of the specified power in coefficient of x^3 in (x+2)^5.

Problem 38

Find the coefficient of the specified power in coefficient of x^2y^3 in (x+y)^5.

Problem 39

Find the coefficient of the specified power in coefficient of x^4 in (2x-1)^5.

Problem 40

Find the coefficient of the specified power in coefficient of x^(n-k)y^k in (x+y)^n.

Problem 41

Find the coefficient of the specified power in coefficient of x^2 in (x+3)^4.

Problem 42

Find the coefficient of the specified power in coefficient of x^3 in (x-2)^5.

Problem 43

Find the coefficient of the specified power in coefficient of x^2 in (3x+1)^4.

Problem 44

Find the coefficient of the specified power in coefficient of x in (2x-3)^3.

Open in simulator
Problem 45

Find the coefficient of the specified power in coefficient of y^4 in (1+y)^6.

Problem 46

Find the coefficient of the specified power in coefficient of x^3y^2 in (2x+3y)^5.

Problem 47

Find the coefficient of the specified power in coefficient of x^2 in (x/2 - 1)^4.

Problem 48

Find the coefficient of the specified power in coefficient of x^k in (ax+b)^n.

handle alternating signs.
12 problems Warmup Practice Mixed Review Assessment
Problem 49

Expand the binomial with subtraction: (x-y)^4.

Problem 50

Expand the binomial with subtraction: (a-b)^3.

Problem 51

Expand the binomial with subtraction: (2x-1)^3.

Problem 52

Expand the binomial with subtraction: (u-v)^n.

Open in simulator
Problem 53

Expand the binomial with subtraction: (p-q)^5.

Problem 54

Expand the binomial with subtraction: (x-2)^4.

Problem 55

Expand the binomial with subtraction: (3a-2b)^3.

Problem 56

Expand the binomial with subtraction: (y-3)^3.

Problem 57

Expand the binomial with subtraction: (2m-n)^4.

Problem 58

Expand the binomial with subtraction: (x-3y)^3.

Problem 59

Expand the binomial with subtraction: (1-x)^5.

Problem 60

Expand the binomial with subtraction: (4c-d)^3.

apply powers to coefficients and variables.
12 problems Warmup Practice Mixed Review Assessment
Problem 61

Expand the binomial with coefficients inside terms: (2x+3)^3.

Problem 62

Expand the binomial with coefficients inside terms: (x-4y)^3.

Problem 63

Expand the binomial with coefficients inside terms: (3a+b)^2.

Problem 64

Expand the binomial with coefficients inside terms: (ax+b)^n.

Problem 65

Expand the binomial with coefficients inside terms: (2x+3y)^2.

Problem 66

Expand the binomial with coefficients inside terms: (2a-3b)^3.

Problem 67

Expand the binomial with coefficients inside terms: (4x-5)^2.

Open in simulator
Problem 68

Expand the binomial with coefficients inside terms: (3x+2)^3.

Problem 69

Expand the binomial with coefficients inside terms: (x+2)^4.

Problem 70

Expand the binomial with coefficients inside terms: (2x-1)^4.

Problem 71

Expand the binomial with coefficients inside terms: (5x-y)^2.

Problem 72

Expand the binomial with coefficients inside terms: (a+4b)^3.

use Pascal row or combination formula.
12 problems Warmup Practice Mixed Review Assessment
Problem 73

Identify the missing coefficient in expansion (x+y)^5=x^5+5x^4y+__x^3y^2+.

Problem 74

Identify the missing coefficient in expansion (a-b)^4=a^4-4a^3b+__a^2b^2-.

Problem 75

Identify the missing coefficient in expansion (2x+1)^4=16x^4+__x^3+.

Problem 76

Identify the missing coefficient in expansion coefficient k in row n.

Problem 77

Identify the missing coefficient in expansion (x+y)^6 = x^6 + 6x^5y + 15x^4y^2 + __x^3y^3 +.

Problem 78

Identify the missing coefficient in expansion (a-b)^5 = a^5 - 5a^4b + __a^3b^2 -.

Problem 79

Identify the missing coefficient in expansion (3x+y)^3 = 27x^3 + __x^2y +.

Problem 80

Identify the missing coefficient in expansion (x+2y)^4 = x^4 + 8x^3y + __x^2y^2 +.

Problem 81

Identify the missing coefficient in expansion (x-3y)^3 = x^3 - 9x^2y + __xy^2 -.

Open in simulator
Problem 82

Identify the missing coefficient in expansion (2x+3y)^3 = 8x^3 + __x^2y +.

Problem 83

Identify the missing coefficient in expansion (3a-2b)^4 = 81a^4 - 216a^3b + __a^2b^2 -.

Problem 84

Identify the missing coefficient in expansion (x+2)^5 = x^5 + 10x^4 + __x^3 +.

explain combinatorial meaning.
12 problems Warmup Practice Mixed Review Assessment
Problem 85

Connect Binomial Theorem coefficients to counting for coefficient of x^3y^2 in (x+y)^5.

Problem 86

Connect Binomial Theorem coefficients to counting for Pascal path to row 6 entry 15.

Problem 87

Connect Binomial Theorem coefficients to counting for coefficient nCk.

Problem 88

Connect Binomial Theorem coefficients to counting for term a^(n-k)b^k.

Problem 89

Connect Binomial Theorem coefficients to counting for coefficient of a^4b^3 in (a+b)^7.

Problem 90

Connect Binomial Theorem coefficients to counting for coefficient of x^2y^3 in (2x+y)^5.

Problem 91

Connect Binomial Theorem coefficients to counting for the 3rd number in the 8th row of Pascal's triangle (starting count from 0).

Problem 92

Connect Binomial Theorem coefficients to counting for sum of coefficients in (x+y)^n.

Problem 93

Connect Binomial Theorem coefficients to counting for coefficient of x^2 in (1+x)^6.

Open in simulator
Problem 94

Connect Binomial Theorem coefficients to counting for coefficient of a^n in (a+b)^n.

Problem 95

Connect Binomial Theorem coefficients to counting for the value of 10C4.

Problem 96

Connect Binomial Theorem coefficients to counting for coefficient of x^3 in (x-1)^5.

recognize `C(n,k)=C(n,n-k)`.
12 problems Warmup Practice Mixed Review Assessment
Problem 97

Use symmetry of binomial coefficients for C(8,2) and C(8,6).

Problem 98

Use symmetry of binomial coefficients for coefficient of x^4y^3 and x^3y^4 in (x+y)^7.

Problem 99

Use symmetry of binomial coefficients for C(n,k).

Problem 100

Use symmetry of binomial coefficients for row 6 coefficients missing symmetric entry opposite 15.

Problem 101

Use symmetry of binomial coefficients for C(10,3) and C(10,7).

Problem 102

Use symmetry of binomial coefficients for C(12,5) and C(12,7).

Problem 103

Use symmetry of binomial coefficients for coefficient of x^2y^5 and x^5y^2 in (x+y)^7.

Problem 104

Use symmetry of binomial coefficients for row 8 coefficients missing symmetric entry opposite 28.

Problem 105

Use symmetry of binomial coefficients for C(2n, n-1) and C(2n, n+1).

Problem 106

Use symmetry of binomial coefficients for C(9,1) and C(9,8).

Open in simulator
Problem 107

Use symmetry of binomial coefficients for the 3rd term and the 8th term in the expansion of (a+b)^9.

Problem 108

Use symmetry of binomial coefficients for C(6,3) and C(6, 6-3).

use exponent n to predict structure.
12 problems Warmup Practice Mixed Review Assessment
Problem 109

Determine degree and term count of binomial expansion (x+y)^6.

Problem 110

Determine degree and term count of binomial expansion (2x-3)^4.

Problem 111

Determine degree and term count of binomial expansion (x^2+y)^3.

Problem 112

Determine degree and term count of binomial expansion (a+b)^n.

Problem 113

Determine degree and term count of binomial expansion (a+b)^9.

Problem 114

Determine degree and term count of binomial expansion (4x-y)^3.

Problem 115

Determine degree and term count of binomial expansion (x^2+y^2)^5.

Open in simulator
Problem 116

Determine degree and term count of binomial expansion (p^3-2q)^4.

Problem 117

Determine degree and term count of binomial expansion (m+5)^7.

Problem 118

Determine degree and term count of binomial expansion (2a^4+3b^2)^2.

Problem 119

Determine degree and term count of binomial expansion (x-1)^10.

Problem 120

Determine degree and term count of binomial expansion (c^5+d^3)^3.

expand strategically around convenient values.
12 problems Warmup Practice Mixed Review Assessment
Problem 121

Use the Binomial Theorem for numerical computation: 101^3.

Problem 122

Use the Binomial Theorem for numerical computation: 99^2.

Problem 123

Use the Binomial Theorem for numerical computation: (1.02)^3 approximation.

Problem 124

Use the Binomial Theorem for numerical computation: (a+h)^n near a.

Open in simulator
Problem 125

Use the Binomial Theorem for numerical computation: 102^2.

Problem 126

Use the Binomial Theorem for numerical computation: 98^3.

Problem 127

Use the Binomial Theorem for numerical computation: 1.01^4.

Problem 128

Use the Binomial Theorem for numerical computation: 0.99^3.

Problem 129

Use the Binomial Theorem for numerical computation: 11^3.

Problem 130

Use the Binomial Theorem for numerical computation: 9^4.

Problem 131

Use the Binomial Theorem for numerical computation: 2.01^2.

Problem 132

Use the Binomial Theorem for numerical computation: 49^2.

show same coefficients from two approaches.
12 problems Warmup Practice Mixed Review Assessment
Problem 133

Compare Pascal's Triangle and Binomial Theorem methods for (x+y)^5.

Problem 134

Compare Pascal's Triangle and Binomial Theorem methods for (a-b)^4.

Problem 135

Compare Pascal's Triangle and Binomial Theorem methods for (2x+1)^3.

Problem 136

Compare Pascal's Triangle and Binomial Theorem methods for general power n.

Problem 137

Compare Pascal's Triangle and Binomial Theorem methods for (p+q)^6.

Open in simulator
Problem 138

Compare Pascal's Triangle and Binomial Theorem methods for (m-n)^5.

Problem 139

Compare Pascal's Triangle and Binomial Theorem methods for (x+3)^4.

Problem 140

Compare Pascal's Triangle and Binomial Theorem methods for (2a-b)^3.

Problem 141

Compare Pascal's Triangle and Binomial Theorem methods for (x^2+y)^3.

Problem 142

Compare Pascal's Triangle and Binomial Theorem methods for (1-x)^5.

Problem 143

Compare Pascal's Triangle and Binomial Theorem methods for (a+b)^n.

Problem 144

Compare Pascal's Triangle and Binomial Theorem methods for (3x+2y)^2.

count ways to choose terms from factors.
12 problems Warmup Practice Mixed Review Assessment
Problem 145

Derive a binomial coefficient by combinatorial reasoning for x^2y^3 in (x+y)^5.

Problem 146

Derive a binomial coefficient by combinatorial reasoning for a^4b^2 in (a+b)^6.

Problem 147

Derive a binomial coefficient by combinatorial reasoning for x^3 in (x+2)^5.

Problem 148

Derive a binomial coefficient by combinatorial reasoning for a^(n-k)b^k.

Open in simulator
Problem 149

Derive a binomial coefficient by combinatorial reasoning for p^3q^4 in (p+q)^7.

Problem 150

Derive a binomial coefficient by combinatorial reasoning for u^5v^3 in (u+v)^8.

Problem 151

Derive a binomial coefficient by combinatorial reasoning for y^4 in (y+3)^6.

Problem 152

Derive a binomial coefficient by combinatorial reasoning for z^2 in (z+4)^5.

Problem 153

Derive a binomial coefficient by combinatorial reasoning for x^3y^2 in (2x+y)^5.

Problem 154

Derive a binomial coefficient by combinatorial reasoning for x^2 in (x-1)^4.

Problem 155

Derive a binomial coefficient by combinatorial reasoning for x^k y^(n-k) in (x+y)^n.

Problem 156

Derive a binomial coefficient by combinatorial reasoning for (2x)^2(3y)^3 in (2x+3y)^5.

catch coefficient, power, sign, and term-count mistakes.
12 problems Warmup Practice Mixed Review Assessment
Problem 157

Identify the invalid binomial expansion structure: (x+y)^4 shown with 4 terms.

Open in simulator
Problem 158

Identify the invalid binomial expansion structure: (x-y)^3 all positive terms.

Problem 159

Identify the invalid binomial expansion structure: (2x+1)^3 starts x^3 instead of 8x^3.

Problem 160

Identify the invalid binomial expansion structure: coefficient row for n=5 uses row 4.

Problem 161

Identify the invalid binomial expansion structure: (x+y)^3 has x^3, x^1, x^0 progression for x.

Problem 162

Identify the invalid binomial expansion structure: (a+b)^4 has b^0, b^1, b^1, b^2, b^3 progression for b.

Problem 163

Identify the invalid binomial expansion structure: (x+y)^5 includes a term like x^3y^3.

Problem 164

Identify the invalid binomial expansion structure: (a+b)^4 uses coefficient 5 for the a^3b term.

Problem 165

Identify the invalid binomial expansion structure: (x-y)^4 has a positive x^2y^2 term.

Problem 166

Identify the invalid binomial expansion structure: (2x+y)^2 shows 2x^2 instead of (2x)^2.

Problem 167

Identify the invalid binomial expansion structure: (a+b)^3 is missing the a^1b^2 term.

Problem 168

Identify the invalid binomial expansion structure: (x+2)^3 ends with +2 instead of +8.

diagnose Pascal row, sign, coefficient, and exponent mistakes.
12 problems Warmup Practice Mixed Review Assessment
Problem 169

Correct the Binomial Theorem error: A student uses row 4 to expand (x+y)^5.

Problem 170

Correct the Binomial Theorem error: A student expands (x-y)^4 with all negative middle terms.

Problem 171

Correct the Binomial Theorem error: A student forgets to cube the 2 in (2x+1)^3.

Problem 172

Correct the Binomial Theorem error: A student treats the third term as k=3 in zero-based formula.

Problem 173

Correct the Binomial Theorem error: A student expands (a+b)^6 and uses Pascal's row for n=5.

Problem 174

Correct the Binomial Theorem error: A student expands (x-2y)^3 and writes the third term as -C(3,2)x^1(2y)^2.

Problem 175

Correct the Binomial Theorem error: In the expansion of (2x+y)^3, a student writes the second term as 3(2x)^2y = 6x^2y.

Problem 176

Correct the Binomial Theorem error: A student finds the coefficient of the 5th term in (a+b)^7 by calculating C(7,5).

Problem 177

Correct the Binomial Theorem error: A student expands (x+y)^5 and writes a term as 10x^3y^3.

Problem 178

Correct the Binomial Theorem error: A student expands (a+b)^4 and lists only 4 terms.

Open in simulator
Problem 179

Correct the Binomial Theorem error: A student uses 1, 5, 12, 12, 5, 1 as coefficients for (x+y)^5.

Problem 180

Correct the Binomial Theorem error: A student expands (x-(-3))^4 and alternates signs in the expansion.