Section 5.4 Multiplying Polynomials
Previously in
[cross-reference to target(s) "section-introduction-to-exponent-properties" missing or not unique]
, we learned to multiply two monomials together (such as \(4xy\cdot3x^2\)). And in Section 1, we learned how to add and subtract polynomials even when there is more than one term (such as \((4x^2-3x)+(5x^2+x-2)\)). In this section, we will learn how to multiply polynomials with more than one term.Example 5.4.2. Revenue.
Avery owns a local organic jam company that currently sells about \(1500\) jars a month at a price of \(\$13\) per jar. Avery has found that for each time they would raise the price of a jar by \(25\) cents, they will sell \(50\) fewer jars of jam per month.
In general, this company’s revenue can be calculated by multiplying the cost per jar by the total number of jars of jam sold. If we let \(x\) represent the number of times the price was raised by \(25\) cents, then the price will be \(13+0.25x\text{.}\)
Conversely, the number of jars the company will sell will be the \(1500\) they currently sell each month, minus \(50\) times \(x\text{.}\) This gives us the expression \(1500-50x\) to represent how many jars the company will sell after raising the price \(x\) times.
Combining these expressions, we can write a formula for the revenue model:
\begin{align*}
\text{revenue} \amp= \left(\text{price per item}\right)\times\left(\text{number of items sold}\right)\\
R \amp= \left(13+0.25x\right)\left(1500-50x\right)
\end{align*}
To simplify the expression \(\left(13+0.25x\right)\left(1500-50x\right)\text{,}\) we’ll need to multiply \(13+0.25x\) by \(1500-50x\text{.}\) In this section, we learn how to do that.
Subsection 5.4.1 Review of the Distributive Property
Polynomial multiplication relies on the distributive property, and may also rely on the
[cross-reference to target(s) "list-properties-of-exponents" missing or not unique]
. When we multiply a monomial with a binomial, we apply this property by distributing the monomial to each term in the binomial. For example,
\begin{align*}
\highlight{-4x}(3x^2+5) \amp= \multiplyleft{(-4x)}\left(3x^2\right)+\multiplyleft{(-4x)}(5)\\
\amp=-12x^3-20x
\end{align*}
Remark 5.4.3.
We can use the distributive property when multiplying on either the left or the right. This means that \(a(b+c)=ab+ac\text{,}\) but also \((b+c)a=ba+ca\text{.}\)
Example 5.4.4.
A rectangle’s length is \(4\) meters longer than its width. Assume its width is \(w\) meters. Use a simplified polynomial to model the rectangle’s area in terms of \(w\) as the only variable.
Explanation.
Since the rectangle’s length is \(4\) meters longer than its width, we can model its length by \(w+4\) meters.
The rectangle’s area would be:
\begin{align*}
A\amp=\ell w\\
\amp=(w+4)w\\
\amp=w^2+4w
\end{align*}
The rectangle’s area can be modeled by \(w^2+4w\) square meters.
In the second line of work above, we should recognize that \((w+4)w\) is equivalent to \(w(w+4)\text{.}\) Whether the \(w\) is written before or after the binomial, we are still able to use distribution to simplify the product.
Checkpoint 5.4.5.
A rectangle’s length is \(5\) feet shorter than \(5 \text{ times}\) its width. If we use \(w\) to represent the rectangle’s width, use a polynomial to represent the rectangle’s area in expanded form.
\(\displaystyle{ \text{area}=}\) square feet
Explanation.
The rectangle’s width is \(w\) feet. Since the rectangle’s length is \(5\) feet shorter than \(5 \text{ times}\) its width, its length is \(5w-5\) feet. A rectangle’s area formula is:
\(\displaystyle{ \text{area}=(\text{length})\cdot(\text{width}) }\)
After substitution, we have:
\(\displaystyle{\begin{aligned}
\text{area} \amp = (\text{length})\cdot(\text{width}) \\
\amp = (5w-5)w \\
\amp ={5w^{2}-5w}
\end{aligned}
}\)
The rectangle’s area is \({5w^{2}-5w}\) square feet.
The distributive property can be understood visually with a generic rectangle.
The big rectangle consists of two smaller rectangles. The big rectangle’s area is \(2x(3x+4)\text{,}\) and the sum of those two smaller rectangles is \(2x\cdot3x+2x\cdot4\text{.}\) Since the sum of the areas of those two smaller rectangles is the same as the bigger rectangle’s area, we have:
\begin{align*}
2x(3x+4) \amp= 2x\cdot3x+2x\cdot4\\
\amp= 6x^2+8x
\end{align*}
Generic rectangles can be used to visualize multiplying polynomials.
Subsection 5.4.2 Multiplying Binomials
Multiplying Binomials Using Distribution.
Whether we’re multiplying a monomial with a polynomial or two larger polynomials together, the first step is still based on the distributive property. We’ll start with multiplying two binomials and then move on to larger polynomials.
We know we can distribute the \(3\) in \((x+2)3\) to obtain \((x+2)\multiplyright{3}=x\multiplyright{3}+2\multiplyright{3}\text{.}\) We can actually distribute anything across \((x+2)\) if it is multiplied. For example:
\begin{equation*}
(x+2)\cat=x\cdot \cat + 2\cdot \cat
\end{equation*}
With this in mind, we can multiply \((x+2)(x+3)\) by distributing the \((x+3)\) across \((x+2)\text{:}\)
\begin{equation*}
(x+2)\highlight{(x+3)} = x\highlight{(x+3)} + 2\highlight{(x+3)}
\end{equation*}
To finish multiplying, we’ll continue by distributing again, but this time across \((x+3)\text{:}\)
\begin{align*}
(x+2)\highlight{(x+3)} \amp= x\highlight{(x+3)} + 2\highlight{(x+3)}\\
\amp= x \cdot \highlight{x} + x \cdot \highlight{3} + 2 \cdot \highlight{x} + 2 \cdot \highlight{3}\\
\amp=x^2+3x+2x+6\\
\amp=x^2+5x+6
\end{align*}
To multiply a binomial by another binomial, we simply had to repeat the step of distribution and simplify the resulting terms. In fact, multiplying any two polynomials will rely upon these same steps.
Multiplying Binomials Using FOIL.
While multiplying two binomials requires two applications of the distributive property, people often remember this distribution process using the acronym FOIL. FOIL refers to the pairs of terms from each binomial that end up distributed to each other.
If we take another look at the example we just completed, \((x+2)(x+3)\text{,}\) we can highlight how the FOIL process works. FOIL is the acronym for “First, Outer, Inner, Last”.
\begin{align*}
(x+2)(x+3)\amp= (\overbrace{{x} \stackrel{}{\cdot} {x}}^{\text{F}}) + (\overbrace{{3} \stackrel{}{\cdot} {x}}^{\text{O}}) + (\overbrace{{2} \stackrel{}{\cdot} {x}}^{\text{I}}) + (\overbrace{{2} \stackrel{}{\cdot} {3}}^{\text{L}})\\
\amp=x^2+3x+2x+6\\
\amp=x^2+5x+6
\end{align*}
- F: \(x^2\)
- The \(x^2\) term was the result of the product of first terms from each binomial.
- O: \(3x\)
- The \(3x\) was the result of the product of the outer terms from each binomial. This was from the \(x\) in the front of the first binomial and the \(3\) in the back of the second binomial.
- I: \(2x\)
- The \(2x\) was the result of the product of the inner terms from each binomial. This was from the \(2\) in the back of the first binomial and the \(x\) in the front of the second binomial.
- L: \(6\)
- The constant term \(6\) was the result of the product of the last terms of each binomial.
Multiplying Binomials Using Generic Rectangles.
We can also approach this same example using the generic rectangle method. To use generic rectangles, we treat \(x+2\) as the base of a rectangle, and \(x+3\) as the height. Their product, \((x+2)(x+3)\text{,}\) represents the rectangle’s area. The next diagram shows how to set up generic rectangles to multiply \((x+2)(x+3)\text{.}\)
The big rectangle consists of four smaller rectangles. We will find each small rectangle’s area in the next diagram by the formula \(\text{area}=\text{base}\cdot\text{height}\text{.}\)
To finish finding this product, we need to add the areas of the four smaller rectangles:
\begin{align*}
(x+2)(x+3)\amp=x^2+3x+2x+6\\
\amp=x^2+5x+6
\end{align*}
Notice that the areas of the four smaller rectangles are exactly the same as the four terms we obtained using distribution, which are also the same four terms that came from the FOIL method. Both the FOIL method and generic rectangles approach are different ways to represent the distribution that is occurring.
Example 5.4.10.
Multiply \((2x-3y)(4x-5y)\) using distribution.
Explanation.
To use the distributive property to multiply those two binomials, we’ll first distribute the second binomial across \((2x-3y)\text{.}\) Then we’ll distribute again, and simplify the terms that result.
\begin{align*}
(2x-3y)\highlight{(4x-5y)}\amp=2x\highlight{(4x-5y)}-3y\highlight{(4x-5y)}\\
\amp=8x^2-10xy-12xy+15y^2\\
\amp=8x^2-22xy+15y^2
\end{align*}
Example 5.4.11.
Multiply \((2x-3y)(4x-5y)\) using FOIL.
Explanation.
First, Outer, Inner, Last: Either with arrows on paper or mentally in our heads, we’ll pair up the four pairs of monomials and multiply those pairs together.
\begin{align*}
(2x-3y)(4x-5y)\amp=
(\overbrace{{\stackrel{}{2x}}\cdot{4x}}^{\large\text{F}})+
(\overbrace{{\stackrel{}{2x}}\cdot{(-5y)}}^{\large\text{O}})+
(\overbrace{{\stackrel{}{-3y}}\cdot{4x}}^{\large\text{I}})+
(\overbrace{{\stackrel{}{-3y}}\cdot{(-5y}}^{\large\text{L}})\\
\amp=8x^2-10xy-12xy+15y^2\\
\amp=8x^2-22xy+15y^2
\end{align*}
Example 5.4.12.
Multiply \((2x-3y)(4x-5y)\) using generic rectangles.
Explanation.
We begin by drawing four rectangles and marking their bases and heights with terms in the given binomials:
Next, we calculate each rectangle’s area by multiplying its base with its height:
Finally, we add up all rectangles’ area to find the product:
\begin{align*}
(2x-3y)(4x-5y)\amp=8x^2-10xy-12xy+15y^2\\
\amp=8x^2-22xy+15y^2
\end{align*}
Example 5.4.15.
Multiply and simplify the formula for Avery’s organic jam revenue, \(R\) (in dollars), from Example 2 where \(R= (13+0.25x)(1500-50x)\) and \(x\) represents the number of times they raised the price by 25 cents.
Explanation.
To multiply this, we’ll use FOIL:
\begin{align*}
R \amp= \left(13+0.25x\right)\left(1500-50x\right)\\
\amp= \left(13\cdot1500\right) - \left(13 \cdot 50x \right) + \left( 0.25x \cdot 1500 \right) - \left( 0.25x \cdot 50x \right)\\
\amp= 19500 - 650x + 375x - 12.5x^2\\
\amp= -12.5x^2 - 275x + 19500
\end{align*}
Example 5.4.16.
Tyrone is an artist and he sells each of his paintings for \(\$200\text{.}\) Currently, he can sell \(100\) paintings per year. So his annual revenue from selling paintings is \(\$200\cdot100=\$20000\text{.}\) He plans to raise the price. However, for each $20 price increase per painting, his customers will buy \(5\) fewer paintings annually.
Assume Tyrone would raise the price of his paintings \(x\) times, each time by $20. Use an expanded polynomial to represent his new revenue per year.
Explanation.
Currently, each painting costs $200. After raising the price \(x\) times, each time by $20, each painting’s new price would be \(200+20x\) dollars.
Currently, Tyrone sells \(100\) paintings per year. After raising the price \(x\) times, each time selling \(5\) fewer paintings, he would sell \(100-5x\) paintings per year.
His annual revenue can be calculated by multiplying each painting’s price by the number of paintings he would sell:
\begin{align*}
\text{annual revenue}\amp=(\text{price})(\text{number of sales})\\
\amp=(200+20x)(100-5x)\\
\amp=200(100)+200(-5x)+20x(100)+20x(-5x)\\
\amp=20000-1000x+2000x-100x^2\\
\amp=-100x^2+1000x+20000
\end{align*}
After raising the price \(x\) times, each time by $20, Tyrone’s annual income from paintings would be \(-100x^2+1000x+20000\) dollars.
Subsection 5.4.3 Multiplying Polynomials Larger Than Binomials
The foundation for multiplying any pair of polynomials is distribution and monomial multiplication. Whether we are working with binomials, trinomials, or larger polynomials, the process is fundamentally the same.
Example 5.4.17.
Multiply \(\left( x+5 \right)\left( x^2-4x+6 \right)\text{.}\)
We can approach this product using either distribution generic rectangles. We cannot directly use the FOIL method, although it can be helpful to draw arrows to the six pairs of products that will occur.
Using the distributive property, we begin by distributing across \(\left( x^2-4x+6 \right)\text{,}\) perform a second step of distribution, and then combine like terms.
\begin{align*}
\left(x+5\right)\highlight{\left( x^2-4x+6 \right)}\amp= x\highlight{\left( x^2-4x+6 \right)}+5\highlight{\left( x^2-4x+6 \right)}\\
\amp= x\cdot \highlight{x^2} - x\cdot \highlight{4x} +x\cdot \highlight{6}+5\cdot \highlight{x^2} - 5\cdot \highlight{4x} +5\cdot \highlight{6}\\
\amp= x^3 -4x^2 +6x +5x^2 -20x +30\\
\amp= x^3+x^2-14x+30
\end{align*}
With the foundation of monomial multiplication and understanding how distribution applies in this context, we are able to find the product of any two polynomials.
Checkpoint 5.4.19.
Multiply the polynomials.
\(\displaystyle{({a-3b})({a^{2}+7ab+9b^{2}}) = }\)
Explanation.
We multiply the polynomials by using the terms from \({a-3b}\) successively.
\begin{equation*}
\begin{aligned}
\left({a-3b}\right)\left({a^{2}+7ab+9b^{2}}\right)\amp = {aa^{2}+a\cdot 7ab+a\cdot 9b^{2}-3ba^{2}-3b\cdot 7ab-3b\cdot 9b^{2}}\\
\amp = {a^{3}+4a^{2}b-12ab^{2}-27b^{3}}
\end{aligned}
\end{equation*}
Reading Questions 5.4.4 Reading Questions
1.
Describe three ways you can go about multiplying \((x+3)(2x+5)\text{.}\)
2.
If you multiplied out \((a+b+c)(d+e+f+g)\text{,}\) how many terms would there be? (Try to answer without actually writing them all down.)
Exercises 5.4.5 Exercises
Review and Warmup
Exercise Group.
Use the properties of exponents to simplify the expression.
1.
\({t^{3}t^{6}}\)
2.
\({v^{8}v^{9}}\)
3.
\({\left(3y\right)^{2}}\)
4.
\({\left(2a\right)^{3}}\)
5.
\({7d^{4}\cdot 2d^{7}}\)
6.
\({5f^{9}\cdot 6f^{6}}\)
Skills Practice
Multiplying Monomials with Binomials.
Multiply the monomial with the binomial, writing the result as a single simplified polynomial.
7.
\({-3x}\left({x+3}\right)\)
8.
\({-x}\left({x-7}\right)\)
9.
\({-7x}\left({-8x-7}\right)\)
10.
\({8x}\left({3x+7}\right)\)
11.
\({6x^{2}}\left({x+8}\right)\)
12.
\({9x^{2}}\left({x+5}\right)\)
13.
\({-10x^{2}}\left({2x^{2}-5x}\right)\)
14.
\({7x^{2}}\left({8x^{2}-10x}\right)\)
15.
\({-4x^{2}}\left({6x^{2}-5x-4}\right)\)
16.
\({10y^{2}}\left({3y^{2}-9y-7}\right)\)
17.
\({6x^{11}y^{3}}\left({2x^{14}-6y^{16}}\right)\)
18.
\({-7x^{3}y^{10}}\left({6x^{4}-10y^{9}}\right)\)
19.
\({8a^{14}b^{18}}\left({-9a^{7}b^{15}-6a^{15}b^{9}}\right)\)
20.
\({9a^{15}b^{7}}\left({-4a^{13}b^{5}+6a^{8}b^{9}}\right)\)
21.
\({-10a^{10}}\left({8a^{7}-6a^{10}b^{5}+9b^{8}}\right)\)
22.
\({2a^{4}}\left({3a^{3}+6a^{7}b^{5}-10b^{8}}\right)\)
Multiplying Binomials.
Multiply the binomial with the binomial, writing the result as a single simplified polynomial.
23.
\(\left({x+5}\right)\left({x+6}\right)\)
24.
\(\left({x+2}\right)\left({x+10}\right)\)
25.
\(\left({9y+4}\right)\left({y+8}\right)\)
26.
\(\left({5y+8}\right)\left({y+5}\right)\)
27.
\(\left({r+1}\right)\left({r-8}\right)\)
28.
\(\left({r+8}\right)\left({r-4}\right)\)
29.
\(\left({t-7}\right)\left({t-10}\right)\)
30.
\(\left({t-10}\right)\left({t-6}\right)\)
31.
\(\left({5x+9}\right)\left({x+4}\right)\)
32.
\(\left({3x+8}\right)\left({6x+8}\right)\)
33.
\(\left({2x-3}\right)\left({4x-7}\right)\)
34.
\(\left({5y-9}\right)\left({2y-7}\right)\)
35.
\(\left({4y-5}\right)\left({y-1}\right)\)
36.
\(\left({10r-1}\right)\left({r-4}\right)\)
37.
\(\left({7r-6}\right)\left({r+3}\right)\)
38.
\(\left({4t-2}\right)\left({t+3}\right)\)
39.
\(\left({6t-8}\right)\left({2t^{2}-7}\right)\)
40.
\(\left({4x-5}\right)\left({2x^{2}-6}\right)\)
41.
\(\left({3x^{3}+1}\right)\left({x^{2}+3}\right)\)
42.
\(\left({9x^{3}+5}\right)\left({x^{2}+1}\right)\)
43.
\(\left({4y^{2}-2}\right)\left({5y^{2}-9}\right)\)
44.
\(\left({2y^{2}-7}\right)\left({3y^{2}-9}\right)\)
45.
\(\left({a+7b}\right)\left({a-8b}\right)\)
46.
\(\left({a-8b}\right)\left({a+3b}\right)\)
47.
\(\left({a+3b}\right)\left({9a-7b}\right)\)
48.
\(\left({a+9b}\right)\left({10a-5b}\right)\)
49.
\(\left({2a-5b}\right)\left({5a-3b}\right)\)
50.
\(\left({3a+9b}\right)\left({2a+2b}\right)\)
51.
\(\left({4ab+3}\right)\left({8ab-2}\right)\)
52.
\(\left({5ab-7}\right)\left({5ab+2}\right)\)
53.
\({2\mathopen{}\left(y-9\right)\mathopen{}\left(y+10\right)}\)
54.
\({4\mathopen{}\left(r-1\right)\mathopen{}\left(r+4\right)}\)
55.
\({-2\mathopen{}\left(r+8\right)\mathopen{}\left(r-2\right)}\)
56.
\({-\left(t-4\right)\mathopen{}\left(t-8\right)}\)
57.
\({t\mathopen{}\left(t+3\right)\mathopen{}\left(t+5\right)}\)
58.
\({x\mathopen{}\left(x-4\right)\mathopen{}\left(x-8\right)}\)
59.
\({5x\mathopen{}\left(x+1\right)\mathopen{}\left(x-4\right)}\)
60.
\({5x\mathopen{}\left(x-10\right)\mathopen{}\left(x+10\right)}\)
61.
\({-3\mathopen{}\left(3y+5\right)\mathopen{}\left(y-3\right)}\)
62.
\({5\mathopen{}\left(5y+3\right)\mathopen{}\left(y-1\right)}\)
Multiplying Larger Polynomials.
Multiply the polynomials together, writing the result as a single simplified polynomial.
63.
\(\left({4x-2}\right)\left({-5x^{3}+4x^{2}+4x-3}\right)\)
64.
\(\left({-4x+4}\right)\left({5x^{3}-4x^{2}-5x-2}\right)\)
65.
\(\left({5x+2}\right)\left({x^{2}-5x+4}\right)\)
66.
\(\left({5x-3}\right)\left({x^{2}+5x+5}\right)\)
67.
\(\left({x^{2}-2x-5}\right)\left({x^{2}+4x-4}\right)\)
68.
\(\left({x^{2}+2x+3}\right)\left({x^{2}+5x+2}\right)\)
69.
\(\left({a-4b}\right)\left({a^{2}+8ab-9b^{2}}\right)\)
70.
\(\left({a-5b}\right)\left({a^{2}-3ab+9b^{2}}\right)\)
71.
\(\left({a+b+6}\right)\left({a+b-6}\right)\)
72.
\(\left({a+b-7}\right)\left({a+b+7}\right)\)
Applications
73.
A rectangle’s length is \(7\) feet shorter than \(\text{twice}\) its width. If we use \(w\) to represent the rectangle’s width, use a polynomial to represent the rectangle’s area in expanded form.
74.
A rectangle’s length is \(8\) feet shorter than \(4 \text{ times}\) its width. If we use \(w\) to represent the rectangle’s width, use a polynomial to represent the rectangle’s area in expanded form.
75.
A triangle’s height is \(10\) feet longer than \(4 \text{ times}\) its base. If we use \(b\) to represent the triangle’s base, use a polynomial to represent the triangle’s area in expanded form. A triangle’s area can be calculated by \(A=\frac{1}{2}bh\text{,}\) where \(b\) stands for base, and \(h\) stands for height.
76.
A triangle’s height is \(2\) feet longer than \(\text{twice}\) its base. If we use \(b\) to represent the triangle’s base, use a polynomial to represent the triangle’s area in expanded form. A triangle’s area can be calculated by \(A=\frac{1}{2}bh\text{,}\) where \(b\) stands for base, and \(h\) stands for height.
77.
A trapezoid’s top base is \(2\) feet longer than its height, and its bottom base is \(8\) feet longer than its height. If we use \(h\) to represent the trapezoid’s height, use a polynomial to represent the trapezoid’s area in expanded form. A trapezoid’s area can be calculated by \(A=\frac{1}{2}(a+b)h\text{,}\) where \(a\) stands for the top base, \(b\) stands for the bottom base, and \(h\) stands for height.
78.
A trapezoid’s top base is \(5\) feet longer than its height, and its bottom base is \(1\) feet longer than its height. If we use \(h\) to represent the trapezoid’s height, use a polynomial to represent the trapezoid’s area in expanded form. A trapezoid’s area can be calculated by \(A=\frac{1}{2}(a+b)h\text{,}\) where \(a\) stands for the top base, \(b\) stands for the bottom base, and \(h\) stands for height.
79.
A rectangle’s base can be modeled by \({x-5}\) meters, and its height can be modeled by \({x+10}\) meters. Use a polynomial to represent the rectangle’s area in expanded form.
80.
A rectangle’s base can be modeled by \({x+6}\) meters, and its height can be modeled by \({x-4}\) meters. Use a polynomial to represent the rectangle’s area in expanded form.
81.
An artist sells his paintings at \({\$16.00}\) per piece. Currently, he can sell \(110\) paintings per year. So his annual income from paintings is \(16\cdot110=1760\) dollars. He plans to raise the price. However, for each \({\$4.00}\) of price increase per painting, his customers would buy \(6\) fewer paintings annually.
Assume the artist would raise the price of his painting \(x\) times, each time by \({\$4.00}\text{.}\) Use an expanded polynomial to represent his new income per year.
82.
An artist sells his paintings at \({\$17.00}\) per piece. Currently, he can sell \(150\) paintings per year. So his annual income from paintings is \(17\cdot150=2550\) dollars. He plans to raise the price. However, for each \({\$2.00}\) of price increase per painting, his customers would buy \(10\) fewer paintings annually.
Assume the artist would raise the price of his painting \(x\) times, each time by \({\$2.00}\text{.}\) Use an expanded polynomial to represent his new income per year.
Challenge
83.
Fill in the blanks with algebraic expressions that make the equation true. You may not use \(0\) or \(1\) in any of the blank spaces. An example is \(\mathord{?} + \mathord{?} = 8x \text{,}\) where one possible answer is \(3x + 5x = 8x \text{.}\) There are infinitely many correct answers to this problem. Be creative. After finding a correct answer, see if you can come up with a different answer that is also correct.
- \(+\) \(= {-11xy}\)
- \(+\) \(= {-15x^{20}y^{9}}\)
- \(\cdot\) \(\cdot\) \(\cdot\) \(\cdot\) \(= {13x^{50}y^{80}}\)
You have attempted of activities on this page.