How to Multiply Polynomials

To be successful in multiplying polynomials, you will need to apply the knowledge learned from the following two prerequisite topics:

Product Law of Exponent

The rule states that when multiplying two exponential expressions with the same base, simply copy the common base and then add their exponents.

x^a times x^b = x^(a+b)

Adding and Subtracting Polynomials

The key idea is that we can only add or subtract similar or like terms.

To review, check out our separate lesson on how to add and subtract polynomials.


Let’s go over some examples.

Examples of How to Multiply Polynomials

Example 1: Simplify by multiplying the two monomials

(3x^5)(4x^2)

Each of the expression inside the parenthesis is a polynomial that is given a special name known as a monomial because it contains one term. To get the product of these monomials, we will multiply the coefficients and the variables separately then put them together to arrive at the final answer.

3x^5 times 4x^2 = 12x^7

Example 2: Simplify by multiplying the three monomials

(-5x^2)(6x^10)(-x)

This example is very similar to example 1. The only difference is that we are now multiplying three monomials. I want to point out that the third monomial has a coefficient of [latex] – 1[/latex], and an exponent of [latex] + 1[/latex]. Thus,

in -x, -1 is the coefficient while 1 is the exponent

Multiplying them, we should get

(-5x^2)(6x^10)(-x)=30x^13

Example 3: Simplify by multiplying the monomial to a binomial

(9x^3)(-4x^2+2x)

The expression inside the second parenthesis is a binomial because it is a polynomial with exactly two terms. The approach here is to apply the distributive property of multiplication over addition. In other words, we are going to take the monomial [latex]{9{x^3}}[/latex] and multiply it by the two terms of the given binomial, [latex]{ – \,4{x^2} + 2x}[/latex].

It should look like this.

9x^3 times -4x^2 is the first product; 9x^3 times 2x is the second product

Working this out, we have…

(9x^3)(-4x^2+2x)=-36x^5+18x^4

Example 4: Simplify by multiplying the monomial to a binomial

(-x^2)(-x^6-3x)

Solution:

  • Step 1: Distribute by multiplying the monomial into the first term of the binomial inside the parenthesis.
(-x^2)(-x^6)=x^8
  • Step 2: Distribute by multiplying the monomial into the second term of the binomial inside the parenthesis.
(-x^2)(-3x)=3^3
  • Therefore, the final answer is
(-x^2)(-x^6-3x) = x^8+3x^3

Example 5: Simplify by multiplying the two binomials

(x-4)(x+2)

Solution:

We are going to multiply these two binomials using the “usual” method – that is, to apply the distributive property.

  • Step 1: Multiply the first term of the first binomial to the first term of the second binomial. Let’s call this the first partial product.
x times x = x^2
  • Step 2: Multiply the first term of the first binomial to the second term of the second binomial. This will be our second partial product.
x times 2 equals 2x
  • Step 3: Multiply the second term of the first binomial to the first term of the second binomial. This will be our third partial product.
-4 times x equals -4x
  • Step 4: Multiply the second term of the first binomial to the second term of the second binomial. This will be our fourth partial product.
-4 times 2 equals -8
  • Step 5: Combine like terms, and we are done!
(x-4)(x+2) = x^2-2x-8

Example 6: Simplify by multiplying the two binomials using the Grid Method.

(x-4)(x+2)

Write the first binomial, [latex]x – 4[/latex] vertically and the second binomial, [latex]x + 2[/latex], horizontally. Then multiply the corresponding terms and place the partial products in their individual square grid.

(x-4)(x+2)=x^2+2x-4x-8

Now, add up all the terms inside the square grids. Make sure to combine like terms which in this case the [latex]x[/latex]-terms.

-4x+2x=-2x

Therefore, our final answer becomes

(x-4)(x+2)=x^2-2x-8

Example 7: Simplify by multiplying the two binomials using the FOIL Method.

(3x-5)(4x-1)

Solution:

  • F: Multiply the first terms
3x times 4x = 12x^2
  • O: Multiply the outer terms
3x times -1 equals -3x
  • I: Multiply the inner terms
-5 times 4x equals -20x
  • L: Multiply the last terms
-5 times -1 equals 5

Finish this off by combining like terms to arrive at the final answer.

(3x-5)(4x-1)=12x^2-23+5

You may also be interested in these related math lessons or tutorials:

Adding and Subtracting Polynomials
Dividing Polynomials using Long Division Method
Dividing Polynomials using Synthetic Division Method
Multiplying Binomials using FOIL Method