Learn on PengiOpenstax Prealgebre 2EChapter 10: Polynomials

Lesson 3: Multiply Polynomials

In this lesson from OpenStax Prealgebra 2E, Chapter 10, students learn how to multiply polynomials using the Distributive Property, covering three key skills: multiplying a polynomial by a monomial, multiplying a binomial by a binomial, and multiplying a trinomial by a binomial. Students practice applying the Distributive Property to expressions such as multiplying monomials like -2x across a trinomial or using the FOIL-style distribution to expand binomial products like (x + 6)(x + 8). The lesson builds on prior knowledge of exponent properties and combining like terms to simplify polynomial expressions.

Section 1

πŸ“˜ Multiply Polynomials

New Concept

This lesson expands the Distributive Property to multiply various polynomials. You will learn to multiply monomials, binomials using the FOIL method, and trinomials by binomials, mastering different techniques for finding the product of algebraic expressions.

What’s next

Next, you'll see these methods in action with worked examples and short videos. Then, you can test your skills on a series of practice cards.

Section 2

Multiply a polynomial by a monomial

Property

To multiply a polynomial by a monomial, use the Distributive Property. You multiply each term in the polynomial by the monomial. For an expression like a(b+c)a(b+c), the property states a(b+c)=ab+aca(b+c) = ab + ac.

Examples

  • To multiply 5(x+4)5(x+4), distribute the 55 to both xx and 44. This gives 5β‹…x+5β‹…45 \cdot x + 5 \cdot 4, which simplifies to 5x+205x + 20.
  • For βˆ’3x(2x2βˆ’5x+1)-3x(2x^2 - 5x + 1), distribute βˆ’3x-3x to each term inside: (βˆ’3x)(2x2)+(βˆ’3x)(βˆ’5x)+(βˆ’3x)(1)(-3x)(2x^2) + (-3x)(-5x) + (-3x)(1), resulting in βˆ’6x3+15x2βˆ’3x-6x^3 + 15x^2 - 3x.

Section 3

Multiply a binomial by a binomial

Property

To multiply binomials, you can use the:

  • Distributive Property
  • FOIL Method
  • Vertical Method

Using the Distributive Property, you multiply each term of the first binomial across the entire second binomial. For (a+b)(c+d)(a+b)(c+d), you distribute (c+d)(c+d) to get a(c+d)+b(c+d)a(c+d) + b(c+d), then distribute again to get ac+ad+bc+bdac + ad + bc + bd.

Examples

  • Using the Distributive Property for (x+2)(x+5)(x+2)(x+5), we distribute (x+5)(x+5) to get x(x+5)+2(x+5)x(x+5) + 2(x+5). Distributing again gives x2+5x+2x+10x^2 + 5x + 2x + 10, which combines to x2+7x+10x^2 + 7x + 10.

Section 4

The FOIL method

Property

Use the FOIL method for multiplying two binomials.
Step 1. Multiply the First terms.
Step 2. Multiply the Outer terms.
Step 3. Multiply the Inner terms.
Step 4. Multiply the Last terms.
Step 5. Combine like terms, when possible.
For (a+b)(c+d)(a+b)(c+d), the products are: First (acac), Outer (adad), Inner (bcbc), Last (bdbd).

Examples

  • To multiply (x+3)(x+8)(x+3)(x+8) with FOIL: First is xβ‹…x=x2x \cdot x = x^2. Outer is xβ‹…8=8xx \cdot 8 = 8x. Inner is 3β‹…x=3x3 \cdot x = 3x. Last is 3β‹…8=243 \cdot 8 = 24. Combine to get x2+8x+3x+24=x2+11x+24x^2 + 8x + 3x + 24 = x^2 + 11x + 24.
  • For (yβˆ’7)(y+2)(y-7)(y+2): F gives y2y^2, O gives 2y2y, I gives βˆ’7y-7y, and L gives βˆ’14-14. The expression is y2+2yβˆ’7yβˆ’14y^2 + 2y - 7y - 14. Combining like terms simplifies this to y2βˆ’5yβˆ’14y^2 - 5y - 14.

Section 5

The vertical method

Property

The Vertical Method for multiplying polynomials is analogous to multiplying whole numbers. Write one polynomial above the other. Multiply the top polynomial by each term of the bottom polynomial, creating partial products. Align like terms in columns and add the partial products to get the final answer.

Examples

  • To multiply (2xβˆ’1)(3x+5)(2x-1)(3x+5) vertically, write 2xβˆ’12x-1 above 3x+53x+5. First, 5(2xβˆ’1)=10xβˆ’55(2x-1) = 10x-5. Below that, write 3x(2xβˆ’1)=6x2βˆ’3x3x(2x-1) = 6x^2-3x, aligning terms. Adding the columns gives 6x2+7xβˆ’56x^2+7x-5.
  • Let's multiply (4yβˆ’3)(yβˆ’2)(4y-3)(y-2). Write 4yβˆ’34y-3 on top. The first partial product is βˆ’2(4yβˆ’3)=βˆ’8y+6-2(4y-3) = -8y+6. The second is y(4yβˆ’3)=4y2βˆ’3yy(4y-3) = 4y^2-3y. Adding them gives 4y2βˆ’11y+64y^2 - 11y + 6.

Section 6

Multiply a trinomial by a binomial

Property

To multiply a trinomial by a binomial, the FOIL method will not work. You must use either the Distributive Property or the Vertical Method. Using the Distributive Property, you distribute each term of the binomial to the entire trinomial. For (a+b)(c+d+e)(a+b)(c+d+e), this becomes a(c+d+e)+b(c+d+e)a(c+d+e) + b(c+d+e).

Examples

  • Using the Distributive Property for (x+2)(x2+4xβˆ’5)(x+2)(x^2+4x-5): x(x2+4xβˆ’5)+2(x2+4xβˆ’5)x(x^2+4x-5) + 2(x^2+4x-5). This expands to x3+4x2βˆ’5x+2x2+8xβˆ’10x^3+4x^2-5x + 2x^2+8x-10. Combining like terms gives x3+6x2+3xβˆ’10x^3+6x^2+3x-10.
  • Using the Vertical Method for (yβˆ’3)(y2βˆ’5y+8)(y-3)(y^2-5y+8): Multiply y2βˆ’5y+8y^2-5y+8 by βˆ’3-3 to get βˆ’3y2+15yβˆ’24-3y^2+15y-24. Then multiply by yy to get y3βˆ’5y2+8yy^3-5y^2+8y. Adding the aligned terms gives y3βˆ’8y2+23yβˆ’24y^3-8y^2+23y-24.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 10: Polynomials

  1. Lesson 1

    Lesson 1: Add and Subtract Polynomials

  2. Lesson 2

    Lesson 2: Use Multiplication Properties of Exponents

  3. Lesson 3Current

    Lesson 3: Multiply Polynomials

  4. Lesson 4

    Lesson 4: Divide Monomials

  5. Lesson 5

    Lesson 5: Integer Exponents and Scientific Notation

  6. Lesson 6

    Lesson 6: Introduction to Factoring Polynomials

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

πŸ“˜ Multiply Polynomials

New Concept

This lesson expands the Distributive Property to multiply various polynomials. You will learn to multiply monomials, binomials using the FOIL method, and trinomials by binomials, mastering different techniques for finding the product of algebraic expressions.

What’s next

Next, you'll see these methods in action with worked examples and short videos. Then, you can test your skills on a series of practice cards.

Section 2

Multiply a polynomial by a monomial

Property

To multiply a polynomial by a monomial, use the Distributive Property. You multiply each term in the polynomial by the monomial. For an expression like a(b+c)a(b+c), the property states a(b+c)=ab+aca(b+c) = ab + ac.

Examples

  • To multiply 5(x+4)5(x+4), distribute the 55 to both xx and 44. This gives 5β‹…x+5β‹…45 \cdot x + 5 \cdot 4, which simplifies to 5x+205x + 20.
  • For βˆ’3x(2x2βˆ’5x+1)-3x(2x^2 - 5x + 1), distribute βˆ’3x-3x to each term inside: (βˆ’3x)(2x2)+(βˆ’3x)(βˆ’5x)+(βˆ’3x)(1)(-3x)(2x^2) + (-3x)(-5x) + (-3x)(1), resulting in βˆ’6x3+15x2βˆ’3x-6x^3 + 15x^2 - 3x.

Section 3

Multiply a binomial by a binomial

Property

To multiply binomials, you can use the:

  • Distributive Property
  • FOIL Method
  • Vertical Method

Using the Distributive Property, you multiply each term of the first binomial across the entire second binomial. For (a+b)(c+d)(a+b)(c+d), you distribute (c+d)(c+d) to get a(c+d)+b(c+d)a(c+d) + b(c+d), then distribute again to get ac+ad+bc+bdac + ad + bc + bd.

Examples

  • Using the Distributive Property for (x+2)(x+5)(x+2)(x+5), we distribute (x+5)(x+5) to get x(x+5)+2(x+5)x(x+5) + 2(x+5). Distributing again gives x2+5x+2x+10x^2 + 5x + 2x + 10, which combines to x2+7x+10x^2 + 7x + 10.

Section 4

The FOIL method

Property

Use the FOIL method for multiplying two binomials.
Step 1. Multiply the First terms.
Step 2. Multiply the Outer terms.
Step 3. Multiply the Inner terms.
Step 4. Multiply the Last terms.
Step 5. Combine like terms, when possible.
For (a+b)(c+d)(a+b)(c+d), the products are: First (acac), Outer (adad), Inner (bcbc), Last (bdbd).

Examples

  • To multiply (x+3)(x+8)(x+3)(x+8) with FOIL: First is xβ‹…x=x2x \cdot x = x^2. Outer is xβ‹…8=8xx \cdot 8 = 8x. Inner is 3β‹…x=3x3 \cdot x = 3x. Last is 3β‹…8=243 \cdot 8 = 24. Combine to get x2+8x+3x+24=x2+11x+24x^2 + 8x + 3x + 24 = x^2 + 11x + 24.
  • For (yβˆ’7)(y+2)(y-7)(y+2): F gives y2y^2, O gives 2y2y, I gives βˆ’7y-7y, and L gives βˆ’14-14. The expression is y2+2yβˆ’7yβˆ’14y^2 + 2y - 7y - 14. Combining like terms simplifies this to y2βˆ’5yβˆ’14y^2 - 5y - 14.

Section 5

The vertical method

Property

The Vertical Method for multiplying polynomials is analogous to multiplying whole numbers. Write one polynomial above the other. Multiply the top polynomial by each term of the bottom polynomial, creating partial products. Align like terms in columns and add the partial products to get the final answer.

Examples

  • To multiply (2xβˆ’1)(3x+5)(2x-1)(3x+5) vertically, write 2xβˆ’12x-1 above 3x+53x+5. First, 5(2xβˆ’1)=10xβˆ’55(2x-1) = 10x-5. Below that, write 3x(2xβˆ’1)=6x2βˆ’3x3x(2x-1) = 6x^2-3x, aligning terms. Adding the columns gives 6x2+7xβˆ’56x^2+7x-5.
  • Let's multiply (4yβˆ’3)(yβˆ’2)(4y-3)(y-2). Write 4yβˆ’34y-3 on top. The first partial product is βˆ’2(4yβˆ’3)=βˆ’8y+6-2(4y-3) = -8y+6. The second is y(4yβˆ’3)=4y2βˆ’3yy(4y-3) = 4y^2-3y. Adding them gives 4y2βˆ’11y+64y^2 - 11y + 6.

Section 6

Multiply a trinomial by a binomial

Property

To multiply a trinomial by a binomial, the FOIL method will not work. You must use either the Distributive Property or the Vertical Method. Using the Distributive Property, you distribute each term of the binomial to the entire trinomial. For (a+b)(c+d+e)(a+b)(c+d+e), this becomes a(c+d+e)+b(c+d+e)a(c+d+e) + b(c+d+e).

Examples

  • Using the Distributive Property for (x+2)(x2+4xβˆ’5)(x+2)(x^2+4x-5): x(x2+4xβˆ’5)+2(x2+4xβˆ’5)x(x^2+4x-5) + 2(x^2+4x-5). This expands to x3+4x2βˆ’5x+2x2+8xβˆ’10x^3+4x^2-5x + 2x^2+8x-10. Combining like terms gives x3+6x2+3xβˆ’10x^3+6x^2+3x-10.
  • Using the Vertical Method for (yβˆ’3)(y2βˆ’5y+8)(y-3)(y^2-5y+8): Multiply y2βˆ’5y+8y^2-5y+8 by βˆ’3-3 to get βˆ’3y2+15yβˆ’24-3y^2+15y-24. Then multiply by yy to get y3βˆ’5y2+8yy^3-5y^2+8y. Adding the aligned terms gives y3βˆ’8y2+23yβˆ’24y^3-8y^2+23y-24.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 10: Polynomials

  1. Lesson 1

    Lesson 1: Add and Subtract Polynomials

  2. Lesson 2

    Lesson 2: Use Multiplication Properties of Exponents

  3. Lesson 3Current

    Lesson 3: Multiply Polynomials

  4. Lesson 4

    Lesson 4: Divide Monomials

  5. Lesson 5

    Lesson 5: Integer Exponents and Scientific Notation

  6. Lesson 6

    Lesson 6: Introduction to Factoring Polynomials