Fiveable

🔟Elementary Algebra Unit 6 Review

QR code for Elementary Algebra practice questions

6.3 Multiply Polynomials

6.3 Multiply Polynomials

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🔟Elementary Algebra
Unit & Topic Study Guides

Multiplying polynomials is how you combine two or more polynomial expressions into a single, expanded expression. This skill shows up constantly in algebra, whether you're finding the area of a shape with variable side lengths or simplifying equations. It builds directly on the distributive property you already know from arithmetic.

Multiplying Polynomials

Polynomial-monomial multiplication

When you multiply a polynomial by a monomial, you distribute the monomial to every term in the polynomial. For each pair of terms, you multiply the coefficients together and add the exponents of matching variables.

Two rules drive the whole process:

  • Multiply the coefficients: 3x4x2=12x33x \cdot 4x^2 = 12x^3 (because 3×4=123 \times 4 = 12)
  • Add exponents of like bases: x2x=x2+1=x3x^2 \cdot x = x^{2+1} = x^3

After multiplying everything out, combine any like terms (3x2+2x2=5x23x^2 + 2x^2 = 5x^2).

Example: Multiply 2x33x+42x^3 - 3x + 4 by 5x-5x

  1. 5x(2x3)=10x4-5x(2x^3) = -10x^4
  2. 5x(3x)=15x2-5x(-3x) = 15x^2
  3. 5x(4)=20x-5x(4) = -20x

Result: 10x4+15x220x-10x^4 + 15x^2 - 20x

Watch the signs here. A negative times a negative gives a positive, which is how step 2 produces +15x2+15x^2.

Polynomial-monomial multiplication, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Multiplying Polynomials

FOIL method for binomials

FOIL is a shortcut for multiplying two binomials. The letters stand for the order you multiply: First, Outer, Inner, Last. It's really just the distributive property applied twice, but the acronym helps you keep track so you don't miss any terms.

  • First: Multiply the first terms of each binomial
  • Outer: Multiply the outermost terms (first of the first binomial, second of the second)
  • Inner: Multiply the innermost terms (second of the first binomial, first of the second)
  • Last: Multiply the last terms of each binomial

Then add all four results together and combine like terms.

Example: Multiply (x5)(x+2)(x - 5)(x + 2)

  1. First: xx=x2x \cdot x = x^2
  2. Outer: x2=2xx \cdot 2 = 2x
  3. Inner: 5x=5x-5 \cdot x = -5x
  4. Last: 52=10-5 \cdot 2 = -10

Add the terms: x2+2x5x10x^2 + 2x - 5x - 10

Combine like terms: x23x10x^2 - 3x - 10

The middle terms (Outer and Inner) are where like terms usually appear, so that's where most of your combining happens.

Polynomial-monomial multiplication, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Multiplying Polynomials

Trinomial-binomial expansion

FOIL only works for two binomials. When one factor has three or more terms, you use the full distributive property: multiply each term of the trinomial by each term of the binomial.

Example: Multiply (2x23x+1)(x4)(2x^2 - 3x + 1)(x - 4)

  1. Multiply 2x22x^2 by each term in (x4)(x - 4): 2x2(x)=2x32x^2(x) = 2x^3 and 2x2(4)=8x22x^2(-4) = -8x^2

  2. Multiply 3x-3x by each term in (x4)(x - 4): 3x(x)=3x2-3x(x) = -3x^2 and 3x(4)=12x-3x(-4) = 12x

  3. Multiply 11 by each term in (x4)(x - 4): 1(x)=x1(x) = x and 1(4)=41(-4) = -4

Add all the terms: 2x38x23x2+12x+x42x^3 - 8x^2 - 3x^2 + 12x + x - 4

Combine like terms: 2x311x2+13x42x^3 - 11x^2 + 13x - 4

A trinomial times a binomial produces six individual products (3 terms × 2 terms). Keeping your work organized, one term at a time, prevents sign errors and missed terms.

Alternative Multiplication Methods

  • Vertical multiplication: Stack the polynomials and multiply term by term, just like long multiplication with numbers. This format makes it easier to line up like terms for combining.
  • Area model (box method): Draw a grid where each row represents a term from one polynomial and each column represents a term from the other. Fill in each cell with the product, then add all the cells together. This is especially helpful for visual learners or larger polynomials.
  • Factoring: The reverse of multiplication. Where multiplying expands (x5)(x+2)(x - 5)(x + 2) into x23x10x^2 - 3x - 10, factoring takes x23x10x^2 - 3x - 10 and breaks it back into (x5)(x+2)(x - 5)(x + 2). You'll use this skill heavily in upcoming units.