Skip to main content
\(\require{cancel}\newcommand{\abs}[1]{\left\lvert#1\right\rvert} \newcommand{\point}[2]{\left(#1,#2\right)} \newcommand{\highlight}[1]{{\color{blue}{{#1}}}} \newcommand{\lighthigh}[1]{{\color{magenta}{{#1}}}} \newcommand{\unhighlight}[1]{{\color{black}{{#1}}}} \newcommand{\lowlight}[1]{{\color{lightgray}{#1}}} \newcommand{\attention}[1]{\mathord{\overset{\downarrow}{#1}}} \newcommand{\substitute}[1]{{\color{blue}{{#1}}}} \newcommand{\addright}[1]{{\color{blue}{{{}+#1}}}} \newcommand{\addleft}[1]{{\color{blue}{{#1+{}}}}} \newcommand{\subtractright}[1]{{\color{blue}{{{}-#1}}}} \newcommand{\multiplyright}[2][\cdot]{{\color{blue}{{{}#1#2}}}} \newcommand{\multiplyleft}[2][\cdot]{{\color{blue}{{#2#1{}}}}} \newcommand{\divideunder}[2]{\frac{#1}{{\color{blue}{{#2}}}}} \newcommand{\divideright}[1]{{\color{blue}{{{}\div#1}}}} \newcommand{\cancelhighlight}[1]{{\color{blue}{{\cancel{#1}}}}} \newcommand{\apple}{\text{🍎}} \newcommand{\banana}{\text{🍌}} \newcommand{\pear}{\text{🍐}} \newcommand{\cat}{\text{đŸ±}} \newcommand{\dog}{\text{đŸ¶}} \newcommand{\lt}{<} \newcommand{\gt}{>} \newcommand{\amp}{&} \)

Section6.3Multiplying Polynomials

ObjectivesPCC Course Content and Outcome Guide

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.

Figure6.3.1Alternative Video Lesson
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:

\begin{align*} \text{revenue} \amp= \left(\text{price per item}\right)\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'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,

\begin{align*} \highlight{-4x}(3x^2+5) \amp= \multiplyleft{(-4x)}(3x^2)+\multiplyleft{(-4x)}(5) \\ \amp=-12x^3-20x \end{align*}

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.

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
Figure6.3.3A Generic Rectangle Modeling \(2x(3x+4)\)

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 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,

\begin{align*} (3x^2+5)\highlight{(-4x)} \amp= (3x^2)\multiplyright{(-4x)}+(5)\multiplyright{(-4x)} \\ \amp=-12x^3-20x \end{align*}

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:

\begin{equation*} (x+2)\cat=x\cdot \cat + 2\cdot \cat \end{equation*}

With this in mind, we can begin multiplying \((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 x + x \cdot 3 + 2 \cdot x + 2 \cdot 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 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".

\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.

a diagram that shows how to muliply using FOIL; x*x + x*3 + 2*x + 6
Figure6.3.8Using 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)\text{,}\) represents the rectangle's area. The next diagram shows how to set up generic rectangles to multiply \((x+2)(x+3)\text{.}\)

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
Figure6.3.9Setting 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 \(\text{area}=\text{base}\cdot\text{height}\text{.}\)

the previous generic rectangles with the areas computed; x*x=x^2, x*2=2x, 3*x=3x and 3*2=6
Figure6.3.10Using Generic Rectangles to Multiply \((x+2)(x+3)\)

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.

Example6.3.11

Multiply \((2x-3y)(4x-5y)\) using distribution.

Solution

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*}
Example6.3.12

Multiply \((2x-3y)(4x-5y)\) using FOIL.

Solution

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*}
Example6.3.13

Multiply \((2x-3y)(4x-5y)\) using generic rectangles.

Solution

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
Figure6.3.14Setting up Generic Rectangles to Multiply \((2x-3y)(4x-5y)\)

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
Figure6.3.15Using Generic Rectangles to Multiply \((2x-3y)(4x-5y)\)

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*}

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.

Solution

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*}
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.

Solution

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:

\begin{align*} \text{annual income}\amp=(200+20x)(100-5x)\\ \amp=100(200+20x)-5x(200+20x)\\ \amp=20000+2000x-1000x-100x^2\\ \amp=-100x^2+1000x+20000 \end{align*}

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.

\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 x^2 - x\cdot 4x +x\cdot 6 +5\cdot x^2 - 5\cdot 4x +5\cdot 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.

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}) = }\)