Skip to main content
Logo image

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 4xy3x2). And in Section 1, we learned how to add and subtract polynomials even when there is more than one term (such as (4x23x)+(5x2+x2)). In this section, we will learn how to multiply polynomials with more than one term.
Figure 5.4.1. Alternative Video Lesson

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.
Conversely, the number of jars the company will sell will be the 1500 they currently sell each month, minus 50 times x. This gives us the expression 150050x 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:
revenue=(price per item)×(number of items sold)R=(13+0.25x)(150050x)
To simplify the expression (13+0.25x)(150050x), we’ll need to multiply 13+0.25x by 150050x. 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,
4x(3x2+5)=(4x)(3x2)+(4x)(5)=12x320x

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, but also (b+c)a=ba+ca.

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:
A=w=(w+4)w=w2+4w
The rectangle’s area can be modeled by w2+4w square meters.
In the second line of work above, we should recognize that (w+4)w is equivalent to w(w+4). 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 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.
area= square feet
Explanation.
The rectangle’s width is w feet. Since the rectangle’s length is 5 feet shorter than 5 times its width, its length is 5w5 feet. A rectangle’s area formula is:
area=(length)(width)
After substitution, we have:
area=(length)(width)=(5w5)w=5w25w
The rectangle’s area is 5w25w square feet.
The distributive property can be understood visually with a generic rectangle.
a rectangle with two regions; the region on the left indicates 2x*3x=6x^2; the region on the right indicates that 2x*4=8x; together they add up to 6x^2+8x
Figure 5.4.6. A Generic Rectangle Modeling 2x(3x+4)
The big rectangle consists of two smaller rectangles. The big rectangle’s area is 2x(3x+4), and the sum of those two smaller rectangles is 2x3x+2x4. Since the sum of the areas of those two smaller rectangles is the same as the bigger rectangle’s area, we have:
2x(3x+4)=2x3x+2x4=6x2+8x
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)3=x3+23. We can actually distribute anything across (x+2) if it is multiplied. For example:
(x+2)🐱=x🐱+2🐱
With this in mind, we can multiply (x+2)(x+3) by distributing the (x+3) across (x+2):
(x+2)(x+3)=x(x+3)+2(x+3)
To finish multiplying, we’ll continue by distributing again, but this time across (x+3):
(x+2)(x+3)=x(x+3)+2(x+3)=xx+x3+2x+23=x2+3x+2x+6=x2+5x+6
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), we can highlight how the FOIL process works. FOIL is the acronym for “First, Outer, Inner, Last”.
(x+2)(x+3)=(xxF)+(3xO)+(2xI)+(23L)=x2+3x+2x+6=x2+5x+6
F: x2
The x2 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.
a diagram that shows how to multiply using FOIL; x*x + x*3 + 2*x + 6
Figure 5.4.7. Using FOIL Method to multiply (x+2)(x+3)

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), represents the rectangle’s area. The next diagram shows how to set up generic rectangles to multiply (x+2)(x+3).
a two by two rectangle with the terms x and 2 above the columns and the terms x and 3 on the left side of the rows
Figure 5.4.8. Setting up Generic Rectangles to Multiply (x+2)(x+3)
The big rectangle consists of four smaller rectangles. We will find each small rectangle’s area in the next diagram by the formula area=baseheight.
the previous generic rectangles with the areas computed; x*x=x^2, x*2=2x, 3*x=3x and 3*2=6
Figure 5.4.9. Using Generic Rectangles to Multiply (x+2)(x+3)
To finish finding this product, we need to add the areas of the four smaller rectangles:
(x+2)(x+3)=x2+3x+2x+6=x2+5x+6
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 (2x3y)(4x5y) using distribution.
Explanation.
To use the distributive property to multiply those two binomials, we’ll first distribute the second binomial across (2x3y). Then we’ll distribute again, and simplify the terms that result.
(2x3y)(4x5y)=2x(4x5y)3y(4x5y)=8x210xy12xy+15y2=8x222xy+15y2

Example 5.4.11.

Multiply (2x3y)(4x5y) 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.
(2x3y)(4x5y)=(2x4xF)+(2x(5y)O)+(3y4xI)+(3y(5yL)=8x210xy12xy+15y2=8x222xy+15y2

Example 5.4.12.

Multiply (2x3y)(4x5y) using generic rectangles.
Explanation.
We begin by drawing four rectangles and marking their bases and heights with terms in the given binomials:
a two by two rectangle with the terms 2x and -3y above the columns and the terms 4x and -5y on the left of the rows
Figure 5.4.13. Setting up Generic Rectangles to Multiply (2x3y)(4x5y)
Next, we calculate each rectangle’s area by multiplying its base with its height:
the previous generic rectangles with the areas multiplied; 2x*4x=8x^2, 2x*-5y=-10xy, -3y*4x=-12xy and -3y*-5y=15y^2
Figure 5.4.14. Using Generic Rectangles to Multiply (2x3y)(4x5y)
Finally, we add up all rectangles’ area to find the product:
(2x3y)(4x5y)=8x210xy12xy+15y2=8x222xy+15y2

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)(150050x) and x represents the number of times they raised the price by 25 cents.
Explanation.
To multiply this, we’ll use FOIL:
R=(13+0.25x)(150050x)=(131500)(1350x)+(0.25x1500)(0.25x50x)=19500650x+375x12.5x2=12.5x2275x+19500

Example 5.4.16.

Tyrone is an artist and he sells each of his paintings for $200. Currently, he can sell 100 paintings per year. So his annual revenue from selling paintings is $200100=$20000. 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 1005x paintings per year.
His annual revenue can be calculated by multiplying each painting’s price by the number of paintings he would sell:
annual revenue=(price)(number of sales)=(200+20x)(1005x)=200(100)+200(5x)+20x(100)+20x(5x)=200001000x+2000x100x2=100x2+1000x+20000
After raising the price x times, each time by $20, Tyrone’s annual income from paintings would be 100x2+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 (x+5)(x24x+6).
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.
Figure 5.4.18. Multiply Each Term by Each Term
Using the distributive property, we begin by distributing across (x24x+6), perform a second step of distribution, and then combine like terms.
(x+5)(x24x+6)=x(x24x+6)+5(x24x+6)=xx2x4x+x6+5x254x+56=x34x2+6x+5x220x+30=x3+x214x+30
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.
(a3b)(a2+7ab+9b2)=
Explanation.
We multiply the polynomials by using the terms from a3b successively.
(a3b)(a2+7ab+9b2)=aa2+a7ab+a9b23ba23b7ab3b9b2=a3+4a2b12ab227b3

Reading Questions 5.4.4 Reading Questions

1.

Describe three ways you can go about multiplying (x+3)(2x+5).

2.

If you multiplied out (a+b+c)(d+e+f+g), how many terms would there be? (Try to answer without actually writing them all down.)

Exercises 5.4.5 Exercises

Skills Practice

Multiplying Monomials with Binomials.
Multiply the monomial with the binomial, writing the result as a single simplified polynomial.
15.
4x2(6x25x4)
16.
10y2(3y29y7)
17.
6x11y3(2x146y16)
18.
7x3y10(6x410y9)
19.
8a14b18(9a7b156a15b9)
20.
9a15b7(4a13b5+6a8b9)
21.
10a10(8a76a10b5+9b8)
22.
2a4(3a3+6a7b510b8)
Multiplying Binomials.
Multiply the binomial with the binomial, writing the result as a single simplified polynomial.
43.
(4y22)(5y29)
44.
(2y27)(3y29)
49.
(2a5b)(5a3b)
Multiplying Larger Polynomials.
Multiply the polynomials together, writing the result as a single simplified polynomial.
63.
(4x2)(5x3+4x2+4x3)
64.
(4x+4)(5x34x25x2)
67.
(x22x5)(x2+4x4)
68.
(x2+2x+3)(x2+5x+2)
69.
(a4b)(a2+8ab9b2)
70.
(a5b)(a23ab+9b2)

Applications

73.
A rectangle’s length is 7 feet shorter than 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 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 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=12bh, where b stands for base, and h stands for height.
76.
A triangle’s height is 2 feet longer than 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=12bh, 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=12(a+b)h, 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=12(a+b)h, 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 x5 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 x4 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 16110=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. 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 17150=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. 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 ?+?=8x, where one possible answer is 3x+5x=8x. 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.
  1. + =11xy
  2. + =15x20y9
  3. =13x50y80
You have attempted 1 of 84 activities on this page.