Applying the Binomial Theorem
Help Questions
Algebra 2 › Applying the Binomial Theorem
Use Pascal's Triangle (row 3: $1,3,3,1$) to expand $$(2x-3)^3.$$
$8x^3+36x^2+54x+27$
$8x^3-36x^2+54x-27$
$8x^3-18x^2+54x-27$
$8x^3-36x^2+27x-27$
Explanation
This question tests your understanding of the Binomial Theorem—a formula for expanding $(x + y)^n$ using coefficients from Pascal's Triangle, which saves enormous time compared to multiplying out by hand! The Binomial Theorem says $(x + y)^n$ expands to a sum of n+1 terms where coefficients come from row n of Pascal's Triangle, x-powers decrease from n to 0, and y-powers increase from 0 to n. For example, $(x + y)^4$ uses row 4 of Pascal's Triangle (1, 4, 6, 4, 1) to give: $$1 x^4 + 4 x^3 y + 6 x^2 y^2 + 4 x y^3 + 1 y^4$$. Each term has exponents summing to 4, and coefficients from the triangle make this work perfectly! For $(2x - 3)^3$, apply the coefficients (1,3,3,1) to $(2x)^3 + 3(2x)^2(-3) + 3(2x)(-3)^2 + (-3)^3$, yielding $8x^3 - 36x^2 + 54x - 27$, as in choice A. Choice B might result from miscalculating the signs or powers, like using +18x^2 instead of -36x^2, but always include the negative sign from the binomial. The expansion recipe using Pascal's Triangle: (1) Identify n (the exponent on the binomial), (2) Write or construct row n of Pascal's Triangle—you'll have n+1 numbers, (3) Create n+1 terms: first has coefficient 1 and is x^n, last has coefficient 1 and is y^n, middle terms use Pascal's row with decreasing x-powers and increasing y-powers, (4) Write it out: $[1$st coefficient$] \cdot x^n + [2$nd coefficient$] \cdot x^{n-1} \cdot y + [3$rd coefficient$] \cdot x^{n-2} \cdot y^2 + \dots$ The pattern is systematic and reliable!
What is the coefficient of $x^4 y^2$ in the expansion of $$(x + y)^6$$? (You may use Pascal's Triangle row 6: $1, 6, 15, 20, 15, 6, 1$.)
6
15
20
30
Explanation
This question tests your understanding of the Binomial Theorem—a formula for expanding $(x + y)^n$ using coefficients from Pascal's Triangle, which saves enormous time compared to multiplying out by hand! The Binomial Theorem says $(x + y)^n$ expands to a sum of n+1 terms where coefficients come from row n of Pascal's Triangle, x-powers decrease from n to 0, and y-powers increase from 0 to n. For example, $(x + y)^4$ uses row 4 of Pascal's Triangle (1, 4, 6, 4, 1) to give: $1 \cdot x^4 + 4 \cdot x^3 y + 6 \cdot x^2 y^2 + 4 \cdot x y^3 + 1 \cdot y^4$. Each term has exponents summing to 4, and coefficients from the triangle make this work perfectly! In $(x+y)^6$ with row 6 (1,6,15,20,15,6,1), the coefficient for $x^4 y^2$ is the third one (15, for y^2), so choice B is correct. Choice C (20) is for $y^3$ instead—ensure the y-power matches the position in the row (k+1 for $y^k$). The expansion recipe using Pascal's Triangle: (1) Identify n (the exponent on the binomial), (2) Write or construct row n of Pascal's Triangle—you'll have n+1 numbers, (3) Create n+1 terms: first has coefficient 1 and is $x^n$, last has coefficient 1 and is $y^n$, middle terms use Pascal's row with decreasing x-powers and increasing y-powers, (4) Write it out: $[1\text{st coefficient}] \cdot x^n + [2\text{nd coefficient}] \cdot x^{n-1} y + [3\text{rd coefficient}] \cdot x^{n-2} y^2 + \dots$ The pattern is systematic and reliable!
Use Pascal's Triangle (row 4: $1,4,6,4,1$) to expand $$(x-2)^4.$$
$x^4-4x^3+6x^2-4x+1$
$x^4-16x^3+24x^2-32x+16$
$x^4-8x^3+24x^2+32x+16$
$x^4-8x^3+24x^2-32x+16$
Explanation
This question tests your understanding of the Binomial Theorem—a formula for expanding $(x + y)^n$ using coefficients from Pascal's Triangle, which saves enormous time compared to multiplying out by hand! Pascal's Triangle is built with a beautiful pattern: each row starts and ends with 1, and each interior number equals the sum of the two numbers above it in the previous row. Row 0 is just '1', row 1 is '1, 1', row 2 is '1, 2, 1' ($2 = 1+1$), row 3 is '1, 3, 3, 1' ($3 = 1+2$, middle $3 = 2+1$), and so on. Once you build the triangle, you have instant access to binomial coefficients! For $(x-2)^4$ using row 4 (1,4,6,4,1), expand to $x^4 + 4x^3(-2) + 6x^2(4) + 4x(-8) + 16$, simplifying to $x^4 -8x^3 +24x^2 -32x +16$, as in choice A. Choice C uses coefficients for $(x-1)^4$ instead—check the powers of the second term, like $(-2)^k$ for each. Quick Pascal's Triangle construction: write 1s down both edges. For interior numbers, add the two directly above. Example for row 4: edges are 1, then interior: $1+3=4$, $3+3=6$, $3+1=4$, giving row '1, 4, 6, 4, 1.' Check: row sums to $2^n$ (row 4 sums to 16 = $2^4$). This build-as-you-go method means you never need to memorize rows—just construct them!
What is the coefficient of $x^2 y^3$ in the expansion of $$(x+y)^5?$$ (You may use Pascal's Triangle row 5: $1,5,10,10,5,1$.)
5
10
15
20
Explanation
This question tests your understanding of the Binomial Theorem—a formula for expanding $(x + y)^n$ using coefficients from Pascal's Triangle, which saves enormous time compared to multiplying out by hand! Pascal's Triangle is built with a beautiful pattern: each row starts and ends with 1, and each interior number equals the sum of the two numbers above it in the previous row. Row 0 is just '1', row 1 is '1, 1', row 2 is '1, 2, 1' ($(2 = 1+1)$), row 3 is '1, 3, 3, 1' ($(3 = 1+2)$, middle $(3 = 2+1)$), and so on. Once you build the triangle, you have instant access to binomial coefficients! In the expansion of $(x+y)^5$ using row 5 (1,5,10,10,5,1), the term with $x^2 y^3$ corresponds to the fourth coefficient (10) times $x^2 y^3$, since powers decrease for x and increase for y. Choice B correctly identifies this coefficient as 10. A common mistake, like in choice A (5), might come from picking the adjacent coefficient, but count carefully: the coefficient for y^k is the (k+1)th in the row. Quick Pascal's Triangle construction: write 1s down both edges. For interior numbers, add the two directly above. Example for row 4: edges are 1, then interior: 1+3=4, 3+3=6, 3+1=4, giving row '1, 4, 6, 4, 1.' Check: row sums to $2^n$ (row 4 sums to 16 = $2^4$). This build-as-you-go method means you never need to memorize rows—just construct them!
Use the Binomial Theorem (coefficients from Pascal's Triangle row 4: $1,4,6,4,1$) to expand $$(x+2)^4.$$
$x^4+8x^3+12x^2+32x+16$
$x^4+8x^3+24x^2+32x+16$
$x^4+8x^2+24x^2+32x+16$
$x^4+4x^3+6x^2+4x+1$
Explanation
This question tests your understanding of the Binomial Theorem—a formula for expanding (x + y)^n using coefficients from Pascal's Triangle, which saves enormous time compared to multiplying out by hand! Pascal's Triangle is built with a beautiful pattern: each row starts and ends with 1, and each interior number equals the sum of the two numbers above it in the previous row. Row 0 is just '1', row 1 is '1, 1', row 2 is '1, 2, 1' ($2 = 1+1$), row 3 is '1, 3, 3, 1' ($3 = 1+2$, middle $3 = 2+1$), and so on. Once you build the triangle, you have instant access to binomial coefficients! For (x+2)^4 using row 4 (1,4,6,4,1), expand to $x^4 + 4x^3(2) + 6x^2(4) + 4x(8) + 16$, simplifying to $x^4 +8x^3 +24x^2 +32x +16$, matching choice A. Choice B is for (x+1)^4—verify by calculating powers of 2, like $2^2=4$, $2^3=8$, $2^4=16$. Quick Pascal's Triangle construction: write 1s down both edges. For interior numbers, add the two directly above. Example for row 4: edges are 1, then interior: $1+3=4$, $3+3=6$, $3+1=4$, giving row '1, 4, 6, 4, 1.' Check: row sums to $2^n$ (row 4 sums to $16 = 2^4$). This build-as-you-go method means you never need to memorize rows—just construct them!
Use Pascal's Triangle (row 4: $1,4,6,4,1$) to expand $$(x+y)^4.$$
$x^4+4x^3y+4x^2y^2+4xy^3+y^4$
$x^4+4x^3y+6x^2y^2+4xy^3+y^4$
$x^4+4x^2y+6x^2y^2+4xy^2+y^4$
$x^4+6x^3y+4x^2y^2+6xy^3+y^4$
Explanation
This question tests your understanding of the Binomial Theorem—a formula for expanding $(x + y)^n$ using coefficients from Pascal's Triangle, which saves enormous time compared to multiplying out by hand! The Binomial Theorem says $(x + y)^n$ expands to a sum of n+1 terms where coefficients come from row n of Pascal's Triangle. For example, $(x + y)^4$ uses row 4 of Pascal's Triangle (1, 4, 6, 4, 1) to give: $1 \cdot x^4 + 4 \cdot x^3 y + 6 \cdot x^2 y^2 + 4 \cdot x y^3 + 1 \cdot y^4$. Each term has exponents summing to 4, and coefficients from the triangle make this work perfectly! Using the given row 4 (1,4,6,4,1), the expansion is $1 \cdot x^4 + 4 \cdot x^3 y + 6 \cdot x^2 y^2 + 4 \cdot x y^3 + 1 \cdot y^4$, matching choice A exactly. Choice B incorrectly uses 4 for the middle coefficient instead of 6, but remember, the coefficients are symmetric and peak in the middle for even powers. The expansion recipe using Pascal's Triangle: (1) Identify n (the exponent on the binomial), (2) Write or construct row n of Pascal's Triangle—you'll have n+1 numbers, (3) Create n+1 terms: first has coefficient 1 and is $x^n$, last has coefficient 1 and is $y^n$, middle terms use Pascal's row with decreasing x-powers and increasing y-powers, (4) Write it out: $[1\text{st coefficient}] \cdot x^n + [2\text{nd coefficient}] \cdot x^{n-1} y + [3\text{rd coefficient}] \cdot x^{n-2} y^2 + \dots$ The pattern is systematic and reliable!
What is the 4th term (counting from the first term as term 1) in the expansion of $(x+y)^6?$ (Pascal's Triangle row 6: $1,6,15,20,15,6,1$.)
$15x^4y^2$
$20x^4y^2$
$20x^3y^3$
$15x^3y^3$
Explanation
This question tests your understanding of the Binomial Theorem—a formula for expanding $(x + y)^n$ using coefficients from Pascal's Triangle, which saves enormous time compared to multiplying out by hand! Pascal's Triangle is built with a beautiful pattern: each row starts and ends with 1, and each interior number equals the sum of the two numbers above it in the previous row. Row 0 is just '1', row 1 is '1, 1', row 2 is '1, 2, 1' (2 = 1+1), row 3 is '1, 3, 3, 1' (3 = 1+2, middle 3 = 2+1), and so on. Once you build the triangle, you have instant access to binomial coefficients! In $(x+y)^6$ using row 6 (1,6,15,20,15,6,1), the 4th term is the coefficient 20 times $x^{6-3} y^3$, or $20x^3 y^3$, matching choice B. Choice A ($15x^4 y^2$) is actually the 3rd term—remember to count starting from term 1 as the $x^6$ term. Quick Pascal's Triangle construction: write 1s down both edges. For interior numbers, add the two directly above. Example for row 4: edges are 1, then interior: 1+3=4, 3+3=6, 3+1=4, giving row '1, 4, 6, 4, 1.' Check: row sums to $2^n$ (row 4 sums to 16 = $2^4$). This build-as-you-go method means you never need to memorize rows—just construct them!
In the expansion of $(x+y)^6$, what is the coefficient of $x^3 y^3$ (use Pascal's Triangle row 6)?
15
18
20
30
Explanation
This question tests your understanding of the Binomial Theorem—a formula for expanding $(x + y)^n$ using coefficients from Pascal's Triangle, which saves enormous time compared to multiplying out by hand! Pascal's Triangle is built with a beautiful pattern: each row starts and ends with 1, and each interior number equals the sum of the two numbers above it in the previous row. Row 0 is just '1', row 1 is '1, 1', row 2 is '1, 2, 1' (2 = 1+1), row 3 is '1, 3, 3, 1' (3 = 1+2, middle 3 = 2+1), and so on. Once you build the triangle, you have instant access to binomial coefficients! For $(x + y)^6$, row 6 is 1,6,15,20,15,6,1, and the $x^3 y^3$ term corresponds to the 4th coefficient (for $y^3$), which is 20. Choice C correctly identifies the coefficient as 20 using row 6 of Pascal's Triangle. Picking 15 (choice A) might mean choosing the adjacent coefficient—note that for equal exponents in even $n$, it's the middle one: here, 20 for $k=3$ in $C(6,3)$. Quick Pascal's Triangle construction: write 1s down both edges. For interior numbers, add the two directly above. Example for row 4: edges are 1, then interior: 1+3=4, 3+3=6, 3+1=4, giving row '1, 4, 6, 4, 1.' Check: row sums to $2^n$ (row 4 sums to 16 = $2^4$). This build-as-you-go method means you never need to memorize rows—just construct them!
What is the coefficient of $x^2 y^3$ in the expansion of $$(x+y)^5$$ (coefficients come from row 5 of Pascal's Triangle)?
5
10
15
20
Explanation
This question tests your understanding of the Binomial Theorem—a formula for expanding (x + y)^n using coefficients from Pascal's Triangle, which saves enormous time compared to multiplying out by hand! Pascal's Triangle is built with a beautiful pattern: each row starts and ends with 1, and each interior number equals the sum of the two numbers above it in the previous row. Row 0 is just '1', row 1 is '1, 1', row 2 is '1, 2, 1' ($2 = 1+1$), row 3 is '1, 3, 3, 1' ($3 = 1+2$, middle $3 = 2+1$), and so on. Once you build the triangle, you have instant access to binomial coefficients! For (x + y)^5, row 5 is 1, 5, 10, 10, 5, 1, so the terms are $x^5$, $5x^4 y$, $10x^3 y^2$, $10x^2 y^3$, $5x y^4$, $y^5$—the $x^2 y^3$ term has coefficient 10. Choice B correctly identifies the coefficient as 10 using row 5 of Pascal's Triangle. An error like choosing 15 (choice C) might come from miscounting the position—remember, the coefficient for y^k is the (k+1)th in the row, so for $y^3$ it's the 4th: 10. Quick Pascal's Triangle construction: write 1s down both edges. For interior numbers, add the two directly above. Example for row 4: edges are 1, then interior: 1+3=4, 3+3=6, 3+1=4, giving row '1, 4, 6, 4, 1.' Check: row sums to $2^n$ (row 4 sums to 16 = $2^4$). This build-as-you-go method means you never need to memorize rows—just construct them!
Use Pascal's Triangle (row 4: $1,4,6,4,1$) to expand $$(x-y)^4.$$
$x^4-4x^2y^2+6x^3y-4xy^3+y^4$
$x^4-4x^3y+6x^2y^2+4xy^3-y^4$
$x^4-4x^3y+6x^2y^2-4xy^3+y^4$
$x^4+4x^3y+6x^2y^2+4xy^3+y^4$
Explanation
This question tests your understanding of the Binomial Theorem—a formula for expanding $(x + y)^n$ using coefficients from Pascal's Triangle, which saves enormous time compared to multiplying out by hand! The Binomial Theorem says $(x + y)^n$ expands to a sum of n+1 terms where coefficients come from row n of Pascal's Triangle, which saves enormous time compared to multiplying out by hand! For example, $(x + y)^4$ uses row 4 of Pascal's Triangle (1, 4, 6, 4, 1) to give: $1 \cdot x^4 + 4 \cdot x^3 y + 6 \cdot x^2 y^2 + 4 \cdot x y^3 + 1 \cdot y^4$. Each term has exponents summing to 4, and coefficients from the triangle make this work perfectly! For $(x - y)^4$, row 4 applies with alternating signs: $x^4 - 4x^3 y + 6x^2 y^2 - 4x y^3 + y^4$. Choice A correctly expands with proper coefficients, powers, and alternating signs from row 4. A common error, like in choice C, is messing up the last signs—it's $+y^4$ since $(-y)^4$ is positive; always track the power of the negative. The expansion recipe using Pascal's Triangle: (1) Identify n (the exponent on the binomial), (2) Write or construct row n of Pascal's Triangle—you'll have n+1 numbers, (3) Create n+1 terms: first has coefficient 1 and is $x^n$, last has coefficient 1 and is $y^n$, middle terms use Pascal's row with decreasing x-powers and increasing y-powers, (4) Write it out: $[1\text{st coefficient}] \cdot x^n + [2\text{nd coefficient}] \cdot x^{n-1} y + [3\text{rd coefficient}] \cdot x^{n-2} y^2 + \dots$. The pattern is systematic and reliable!