Section6.3Multiplying Polynomials
¶Previously, we have learned to multiply monomials in Section 6.1 (such as \((4xy)\left(3x^2\right)\)) and to add and subtract polynomials in Section 6.2 (such as \((4x^2-3x)+(5x^2+x-2)\)). In this section, we will learn how to multiply polynomials.
Example6.3.2Revenue
A local organic jam company currently sells about \(1500\) jars a month at a price of \(\$13\) per jar. They have also realized that for every \(25\)-cent increase in the selling price of a jar of jam, they will sell \(50\) fewer jars of jam each 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 \(25\)-cent increases in the price, then the price per jar will be the current price of thirteen dollars/jar plus \(x\) times \(0.25\) dollars/jar, or \(13+0.25x\text{.}\)
Continuing with \(x\) representing the number of \(25\)-cent increases in the price, we know the company will sell \(50\) fewer jars each time the price increases by \(25\) cents. The number of jars the company will sell will be the \(1500\) they currently sell each month, minus \(50\) jars times \(x\text{,}\) the number of price increases. This gives us the expression \(1500-50x\) to represent how many jars the company will sell after \(x\) \(25\)-cent price increases.
Combining this, we can now write a formula for our revenue model:
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'll learn how to multiply these two expressions that each have multiple terms.
Subsection6.3.1Review of the Distributive Property
The first step in almost every polynomial multiplication exercise will be a step of distribution. Let's quickly review the distributive property from Section 2.8, which states that \(a(b+c)=ab+ac\) where \(a, b\text{,}\) and \(c\) are real numbers or variable expressions.
When we multiply a monomial with a binomial, we apply this property by distributing the monomial to each term in the binomial. For example,
A visual approach to the distributive property is to treat the product as finding a rectangle's area. Such rectangles are referred to as generic rectangles and they can be used to model polynomial multiplication.
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:
Generic rectangles are frequently used to visualize the distributive property.
Multiplying a monomial with a polynomial involves two steps: distribution and monomial multiplication. We also need to rely on the rules of exponents 6.1.15 when simplifying.
Checkpoint6.3.4
Checkpoint6.3.5
Checkpoint6.3.6
Remark6.3.7
We can use the distributive property when multiplying on either the left or the right. This means that we can state \(a(b+c)=ab+ac\text{,}\) or that \((b+c)a=ba+ca\text{,}\) which is equivalent to \(ab+ac\text{.}\) As an example,
Subsection6.3.2Approaches to Multiplying Binomials
¶Multiplying Binomials Using Distribution
Whether we're multiplying a monomial with a polynomial or two larger polynomials together, the first step to carrying out the multiplication is a step of distribution. We'll start with multiplying binomials and then move to working with 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)\text{.}\) For example:
With this in mind, we can begin multiplying \((x+2)(x+3)\) by distributing the \((x+3)\) across \((x+2)\text{:}\)
To finish multiplying, we'll continue by distributing again, but this time across \((x+3)\text{:}\)
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 mnemonic 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".
- 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:
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.
Example6.3.11
Multiply \((2x-3y)(4x-5y)\) using distribution.
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.
Example6.3.12
Multiply \((2x-3y)(4x-5y)\) using FOIL.
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.
Example6.3.13
Multiply \((2x-3y)(4x-5y)\) using generic rectangles.
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:
Subsection6.3.3More Examples of Multiplying Binomials
When multiplying binomials, all of the approaches shown in Subsection 6.3.2 will have the same result. The FOIL method is the most direct and will be used in the examples that follow.
Example6.3.16
Multiply and simplify the formula for the jam company's revenue, \(R\) (in dollars), from Example 6.3.2 where \(R= (13+0.25x)(1500-50x)\) and \(x\) represents the number of 25-cent price increases to the selling price of a jar of jam.
To multiply this, we'll use FOIL:
Example6.3.17
An artist sells his paintings at $\(200.00\) per piece. Currently, he can sell \(100\) paintings per year. Thus, his annual income from paintings is \(200\cdot100=20000\) dollars. He plans to raise the price. However, for each $\(20.00\) of price increase per painting, his customers would buy \(5\) fewer paintings annually.
Assume the artist would raise the price of his painting \(x\) times, each time by $\(20.00\text{.}\) Use an expanded polynomial to represent his new income per year.
Currently, each painting costs $\(200.00\text{.}\) After raising the price \(x\) times, each time by $\(20.00\text{,}\) each paintingâs new price would be \(200+20x\) dollars.
Currently, the artist 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 income can be calculated by multiplying each paintingâs price with the number of paintings he would sell:
After raising the price \(x\) times, each time by $\(20.00\text{,}\) the artistâs annual income from paintings would be \(-100x^2+1000x+20000\) dollars.
Checkpoint6.3.18
Checkpoint6.3.19
Subsection6.3.4Multiplying 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.
Example6.3.20
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.
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.
Checkpoint6.3.21
SubsectionExercises
Multiplying Monomials with Binomials
1
Find the product of the monomial and the binomial.
\({6x}\left({x+5}\right)=\)
2
Find the product of the monomial and the binomial.
\({9x}\left({x-9}\right)=\)
3
Find the product of the monomial and the binomial.
\({2x}\left({7x+4}\right)=\)
4
Find the product of the monomial and the binomial.
\({-3x}\left({-2x-3}\right)=\)
5
Find the product of the monomial and the binomial.
\({-5x^{2}}\left({x-8}\right)=\)
6
Find the product of the monomial and the binomial.
\({-3x^{2}}\left({x+7}\right)=\)
7
Find the product of the monomial and the binomial.
\({-3y^{2}}\left({-6y^{2}+9y}\right)=\)
8
Find the product of the monomial and the binomial.
\({9r^{2}}\left({-3r^{2}+4r}\right)=\)
9
Find the product of the monomial and the trinomial.
\({-6r^{2}}\left({-10r^{2}-9r+10}\right)=\)
10
Find the product of the monomial and the trinomial.
\({3t^{2}}\left({-7t^{2}-4t+4}\right)=\)
11
Find the product
\(\displaystyle{ ({10x^{20}y^{16}})({3x^{16}+2y^{8}}) = }\)
12
Find the product
\(\displaystyle{ ({-2x^{8}y^{3}})({-5x^{9}-3y^{7}}) = }\)
13
Find the product
\(\displaystyle{ ({-3a^{9}b^{11}})({9a^{15}b^{7}+2a^{15}b^{12}}) = }\)
14
Find the product
\(\displaystyle{ ({4a^{11}b^{18}})({3a^{20}b^{5}-2a^{18}b^{14}}) = }\)
15
Find the product
\(\displaystyle{ ({-5a^{5}})({-7a^{7}+2a^{6}b^{8}-7b^{5}}) = }\)
16
Find the product
\(\displaystyle{ ({-6a^{4}})({2a^{10}+7a^{5}b^{3}+3b^{6}}) = }\)
Applications of Multiplying Monomials with Binomials
17
A rectangleâs length is \(6\) 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.
\(\displaystyle{ \text{area}=}\) square feet
18
A rectangleâs length is \(7\) feet shorter than \(3 \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
19
A triangleâs height is \(8\) 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.
\(\displaystyle{ \text{area}=}\) square feet
20
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.
\(\displaystyle{ \text{area}=}\) square feet
21
A trapezoidâs top base is \(2\) feet longer than its height, and its bottom base is \(6\) 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.
\(\displaystyle{ \text{area}=}\) square feet
22
A trapezoidâs top base is \(2\) feet longer than its height, and its bottom base is \(10\) 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.
\(\displaystyle{ \text{area}=}\) square feet
Multiplying Binomials
23
Find the product of the two binomials.
\(\left({x+7}\right)\left({x+10}\right)=\)
24
Find the product of the two binomials.
\(\left({y+3}\right)\left({y+4}\right)=\)
25
Find the product of the two binomials.
\(\left({10y+9}\right)\left({y+5}\right)=\)
26
Find the product of the two binomials.
\(\left({7r+3}\right)\left({r+2}\right)=\)
27
Find the product of the two binomials.
\(\left({r+3}\right)\left({r-4}\right)=\)
28
Find the product of the two binomials.
\(\left({t+9}\right)\left({t-10}\right)=\)
29
Find the product of the two binomials.
\(\left({t-5}\right)\left({t-6}\right)=\)
30
Find the product of the two binomials.
\(\left({x-9}\right)\left({x-2}\right)=\)
31
Find the product of the two binomials.
\(\left({6x+4}\right)\left({5x+9}\right)=\)
32
Find the product of the two binomials.
\(\left({4x+8}\right)\left({6x+3}\right)=\)
33
Find the product of the two binomials.
\(\left({2y-9}\right)\left({6y-3}\right)=\)
34
Find the product of the two binomials.
\(\left({5y-1}\right)\left({2y-8}\right)=\)
35
Find the product of the two binomials.
\(\left({5r-1}\right)\left({r-3}\right)=\)
36
Find the product of the two binomials.
\(\left({2r-7}\right)\left({r-6}\right)=\)
37
Find the product of the two binomials.
\(\left({8t-2}\right)\left({t+8}\right)=\)
38
Find the product of the two binomials.
\(\left({5t-8}\right)\left({t+9}\right)=\)
39
Find the product of the two binomials.
\(\left({2x-4}\right)\left({4x^{2}-3}\right)=\)
40
Find the product of the two binomials.
\(\left({5x-10}\right)\left({2x^{2}-3}\right)=\)
41
Find the product of the two binomials.
\(\left({5x^{3}+1}\right)\left({x^{2}+8}\right)=\)
42
Find the product of the two binomials.
\(\left({2y^{3}+9}\right)\left({y^{2}+8}\right)=\)
43
Find the product of the two binomials.
\(\left({5y^{2}-7}\right)\left({3y^{2}-10}\right)=\)
44
Find the product of the two binomials.
\(\left({3r^{2}-8}\right)\left({5r^{2}-8}\right)=\)
45
Expand the following polynomial in factored form.
\({3\!\left(x+2\right)\!\left(x+3\right)}=\)
46
Expand the following polynomial in factored form.
\({-3\!\left(x+2\right)\!\left(x+3\right)}=\)
47
Expand the following polynomial in factored form.
\({x\!\left(x-2\right)\!\left(x+2\right)}=\)
48
Expand the following polynomial in factored form.
\({-x\!\left(x+2\right)\!\left(x+3\right)}=\)
49
Expand the following polynomial in factored form.
\({-\left(4x+1\right)\!\left(x+4\right)}=\)
50
Find the product of the two binomials.
\(\displaystyle{ ({a-3b})({a+4b}) = }\)
51
Find the product of the two binomials.
\(\displaystyle{ ({a+4b})({a-7b}) = }\)
52
Find the product of the two binomials.
\(\displaystyle{ ({a-6b})({5a+10b}) = }\)
53
Find the product of the two binomials.
\(\displaystyle{ ({a-3b})({6a+8b}) = }\)
54
Find the product of the two binomials.
\(\displaystyle{ ({7a-10b})({9a-7b}) = }\)
55
Find the product of the two binomials.
\(\displaystyle{ ({8a-4b})({6a+6b}) = }\)
56
Find the product of the two binomials.
\(\displaystyle{ ({9ab+8})({3ab-6}) = }\)
57
Find the product of the two binomials.
\(\displaystyle{ ({10ab+3})({9ab+6}) = }\)
Applications of Multiplying Binomials
58
A rectangleâs base can be modeled by \({x-2}\) meters, and its height can be modeled by \({x-7}\) meters. Use a polynomial to represent the rectangleâs area in expanded form.
\(\displaystyle{ \text{area}=}\) square meters
59
A rectangleâs base can be modeled by \({x-3}\) meters, and its height can be modeled by \({x-10}\) meters. Use a polynomial to represent the rectangleâs area in expanded form.
\(\displaystyle{ \text{area}=}\) square meters
60
An artist sells his paintings at \({\$13.00}\) per piece. Currently, he can sell \(140\) paintings per year. Thus, his annual income from paintings is \(13\cdot140=1820\) dollars. He plans to raise the price. However, for each \({\$3.00}\) of price increase per painting, his customers would buy \(9\) fewer paintings annually.
Assume the artist would raise the price of his painting \(x\) times, each time by \({\$3.00}\text{.}\) Use an expanded polynomial to represent his new income per year.
\(\displaystyle{ \text{new annual income}=}\)
61
An artist sells his paintings at \({\$14.00}\) per piece. Currently, he can sell \(120\) paintings per year. Thus, his annual income from paintings is \(14\cdot120=1680\) dollars. He plans to raise the price. However, for each \({\$5.00}\) of price increase per painting, his customers would buy \(7\) fewer paintings annually.
Assume the artist would raise the price of his painting \(x\) times, each time by \({\$5.00}\text{.}\) Use an expanded polynomial to represent his new income per year.
\(\displaystyle{ \text{new annual income}=}\)
Multiplying Larger Polynomials
62
Find the product of the binomials with the trinomial
\(\left({-4x-2}\right)\left({x^{2}-3x-4}\right)=\)
63
Find the product of the binomials with the trinomial
\(\left({4x+4}\right)\left({x^{2}+3x+5}\right)=\)
64
Find the product of the two polynomials.
\(\left({-5x+2}\right)\left({-3x^{3}-5x^{2}+2x+3}\right)=\)
65
Find the product of the two polynomials.
\(\left({-5x-3}\right)\left({3x^{3}+2x^{2}-3x+2}\right)=\)
66
Find the product of the trinomial and the trinomial.
\(\left({x^{2}+2x+3}\right)\left({x^{2}+4x+5}\right)=\)
67
Find the product of the trinomial and the trinomial.
\(\left({x^{2}+2x+3}\right)\left({x^{2}+4x+5}\right)=\)
68
Find the product
\(\displaystyle{ ({a+3b})({a^{2}+8ab-5b^{2}}) = }\)
69
Find the product
\(\displaystyle{ ({a+4b})({a^{2}-3ab+5b^{2}}) = }\)
70
Find the product
\(\displaystyle{ ({a+b-5})({a+b+5}) = }\)
71
Find the product
\(\displaystyle{ ({a+b+6})({a+b-6}) = }\)