Skip to main content
Mathematics LibreTexts

6.4: Multiply polynomial expressions

  • Page ID
    45061
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    We can multiply polynomials of different forms, but the method will be the same. We first look at multiplying monomials, multiplying a monomial and polynomial, and then finish with multiplying polynomials. We are using the product rule of exponents and the distributive property.

    Multiply a Polynomial Expression by a Monomial

    Example 6.4.1

    Multiply: \((4x^3y^4z)(2x^2y^6z^3)\)

    Solution

    \[\begin{array}{rl}(4x^3y^4z)(2x^2y^6z^3)&\text{Rewrite without parenthesis} \\ 4x^3y^4z\cdot 2x^2y^6z^3&\text{Multiply coefficients and apply the product rule of exponents} \\ 4\cdot 2\cdot x^{3+2}y^{4+6}z^{1+3}&\text{Simplify} \\ 8x^5y^{10}z^4&\text{Product}\end{array}\nonumber\]

    Example 6.4.2

    Multiply: \(4x^3(5x^2-2x+5)\)

    Solution

    \[\begin{array}{rl}4x^3(5x^2-2x+5)&\text{Distribute }4x^3 \\ \color{blue}{4x^3}\color{black}{}\cdot 5x^2-\color{blue}{4x^3}\color{black}{}\cdot 2x+\color{blue}{4x^3}\color{black}{}\cdot 5&\text{Multiply and apply the product rule of exponents} \\ 20x^5-8x^4+20x^3&\text{Product}\end{array}\nonumber\]

    Example 6.4.3

    Multiply: \(2a^3b(3ab^2-4a)\)

    Solution

    \[\begin{array}{rl}2a^3b(3ab^2-4a)&\text{Distribute }2a^3b \\ \color{blue}{2a^3b}\color{black}{}\cdot 3ab^2-\color{blue}{2a^3b}\color{black}{}\cdot 4a&\text{Multiply and apply the product rule of exponents} \\ 6a^{3+1}b^{1+2}-8a^{3+1}b&\text{Simplify} \\ 6a^4b^3-8a^4b&\text{Product}\end{array}\nonumber\]

    Multiplying with Binomials

    There are several different methods for multiplying polynomials, all of which result in the same answer. We discuss multiplying by distribution and the FOIL method.

    Example 6.4.4

    Multiply: \((3x+5)(x+13)\)

    Solution

    We will multiply using distribution and then simplify.

    \[\begin{array}{rl}(3x+5)(x+13)&\text{Distribute }3x\text{ and }5\text{ to }(x+13) \\ \color{blue}{3x}\color{black}{}(x+13)+\color{blue}{5}\color{black}{}(x+13)&\text{Distribute} \\ 3x^2+39x+5x+65&\text{Combine like terms} \\ 3x^2+44x+65&\text{Product}\end{array}\nonumber\]

    Example 6.4.5

    Multiply: \((4x+7y)(3x-2y)\)

    Solution

    We will multiply using the FOIL method. FOIL is an acronym and represents

    \[\begin{array}{ll}\text{First}&\text{-Multiply the first terms in each parenthesis} \\ \text{Outer}&\text{-Multiply the outer terms in each parenthesis} \\ \text{Inner}&\text{-Multiply the inner terms in each parenthesis} \\ \text{Last}&\text{-Multiply the last terms in each parenthesis}\end{array}\nonumber\]

    clipboard_eaeb1e46019594ad0d1a1ee737c0f5588.png

    \[\begin{aligned}&=12x^2-8xy+21xy-14y^2 \\ &=12x^2+13xy+14y^2\end{aligned}\]

    Multiplying with Trinomials

    A trinomial is a polynomial with three terms. Usually, in Algebra, a trinomial takes the form of \(ax^2+bx+c\), where \(a,\: b,\) and \(c\) are coefficients.

    Example 6.4.6

    Multiply: \((2x-5)(4x^2-7x+3)\)

    Solution

    Since we are multiplying a binomial with a trinomial, we can use distribution to multiply.

    \[\begin{array}{rl}(2x-5)(4x^2-7x+3)&\text{Distribute }2x\text{ and }-5\text{ to }(4x^2-7x+3) \\ \color{blue}{2x}\color{black}{}\cdot (4x^2-7x+3)-\color{blue}{5}\color{black}{}(4x^2-7x+3)&\text{Distribute} \\ 8x^3-14x^2+6x-20x^2+35x-15&\text{Combine like terms} \\ 8x^3-34x^2+41x-15&\text{Product}\end{array}\nonumber\]

    Example 6.4.7

    Multiply: \((5x^2+x-10)(3x^2-10x-6)\)

    Solution

    Since we are multiplying a trinomial with a trinomial, then we can use distribution to multiply.

    \[\begin{array}{rl}(5x^2+x-10)(3x^2-10x-6)&\text{Distribute }5x^2,\: x,\text{ and }-10 \\ &\text{to }(3x^2-10x-6) \\ \color{blue}{5x^2}\color{black}{}\cdot (3x^2-10x-6)+\color{blue}{x}\color{black}{}(3x^2-10x-6)-\color{blue}{10}\color{black}{}(3x^2-10x-6)&\text{Distribute} \\ 15x^4-50x^3-30x^2+3x^3-10x^2-6x-30x^2+100x+60&\text{Combine like terms} \\ 15x^4-47x^3-70x^2+94x+60&\text{Product}\end{array}\nonumber\]

    Multiplying Monomials and Binomials

    Example 6.4.8

    Multiply: \(3x(2x-4)(x+5)\)

    Solution

    We first use FOIL to multiply the binomials and then distribute the \(3x\).

    clipboard_e46c3960200bc28bb16a3fc94d2dd98c6.png

    \[\begin{aligned}&=3x(2x^2+10x-4x-20) \\ &=3x(2x^2+6x-20)\end{aligned}\]

    Lastly, we distribute \(3x\):

    \[\begin{array}{l} 3x(2x^2+6x-20) \\ \color{blue}{3x}\color{black}{}\cdot 2x^2+\color{blue}{3x}\color{black}{}\cdot 6x-\color{blue}{3x}\color{black}{}\cdot 20 \\ 6x^3+18x^2-60x\end{array}\nonumber\]

    Thus, the product is \(6x^3+18x^2-60x\).

    Note

    In Example 6.4.8 , a common error is distributing the \(3x\) first and into both parenthesis. While we can distribute the \(3x\) into the \((2x − 4)\) factor, we cannot distribute into both factors. We recommend to multiply the binomials first, then distribute the monomial last.

    Multiplying Polynomial Functions

    We can multiply two polynomial functions the same way we multiply polynomial expressions, except, now, we have functions. The method is the same, but the notation and problems change.

    Definition

    If \(f\) and \(g\) are two functions of \(x\), then \[(f\cdot g)(x)=f(x)\cdot g(x)\nonumber\] where \(x\) is in the domain of \(f\) and \(g\).

    Example 6.4.9

    Let \(f(x)=2x-1\) and \(g(x)=x+4\). Find \((f\cdot g)(x)\).

    Solution

    We start by applying the definition, then simplify completely.

    \[\begin{array}{rl}(f\cdot g)(x)=f(x)\cdot g(x)&\text{Apply the definition} \\ (f\cdot g)(x)=(2x-1)\cdot (x+4)&\text{Multiply two binomials} \\ (f\cdot g)(x)=2x^2+8x-x-4&\text{Combine like terms} \\ (f\cdot g)(x)=2x^2+7x-4&\text{The product of }f\text{ and }g\end{array}\nonumber\]

    Multiply Polynomial Expressions Homework

    Multiply and simplify.

    Exercise 6.4.1

    \(6(p-7)\)

    Exercise 6.4.2

    \(2(6x+3)\)

    Exercise 6.4.3

    \(5m^4(4m+4)\)

    Exercise 6.4.4

    \((4n+6)(8n+8)\)

    Exercise 6.4.5

    \((8b+3)(7b-5)\)

    Exercise 6.4.6

    \((4x+5)(2x+3)\)

    Exercise 6.4.7

    \((3v-4)(5v-2)\)

    Exercise 6.4.8

    \((6x-7)(4x+1)\)

    Exercise 6.4.9

    \((5x+y)(6x-4y)\)

    Exercise 6.4.10

    \((x+3y)(3x+4y)\)

    Exercise 6.4.11

    \((7x+5y)(8x+3y)\)

    Exercise 6.4.12

    \((r-7)(6r^2-r+5)\)

    Exercise 6.4.13

    \((6n-4)(2n^2-2n+5)\)

    Exercise 6.4.14

    \((6x+3y)(6x^2-7xy+4y^2)\)

    Exercise 6.4.15

    \((8n^2+4n+6)(6n^2-5n+6)\)

    Exercise 6.4.16

    \((5k^2+3k+3)(3k^2+3k+6)\)

    Exercise 6.4.17

    \(3(3x-4)(2x+1)\)

    Exercise 6.4.18

    \(3(2x+1)(4x-5)\)

    Exercise 6.4.19

    \(7(x-5)(x-2)\)

    Exercise 6.4.20

    \(6(4x-1)(4x+1)\)

    Exercise 6.4.21

    \(4k(8k+4)\)

    Exercise 6.4.22

    \(3n^2(6n+7)\)

    Exercise 6.4.23

    \(3(4r-7)\)

    Exercise 6.4.24

    \((2x+1)(x-4)\)

    Exercise 6.4.25

    \((r+8)(4r+8)\)

    Exercise 6.4.26

    \((7n-6)(n+7)\)

    Exercise 6.4.27

    \((6a+4)(a-8)\)

    Exercise 6.4.28

    \((5x-6)(4x-1)\)

    Exercise 6.4.29

    \((2u+3v)(8u-7v)\)

    Exercise 6.4.30

    \((8u+6v)(5u-8v)\)

    Exercise 6.4.31

    \((5a+8b)(a-3b)\)

    Exercise 6.4.32

    \((4x+8)(4x^2+3x+5)\)

    Exercise 6.4.33

    \((2b-3)(4b^2+4b+4)\)

    Exercise 6.4.34

    \((3m-2n)(7m^2+6mn+4n^2)\)

    Exercise 6.4.35

    \((2a^2+6a+3)(7a^2-6a+1)\)

    Exercise 6.4.36

    \((7u^2+8uv-6v^2)(6u^2+4uv+3v^2)\)

    Exercise 6.4.37

    \(5(x-4)(2x-3)\)

    Exercise 6.4.38

    \(2x(4x+1)(2x-6)\)

    Exercise 6.4.39

    \(5x(2x-1)(4x+1)\)

    Exercise 6.4.40

    \(3x^2(2x+3)(6x+9)\)

    Perform the indicated operations given the set of functions.

    Exercise 6.4.41

    Let \(g(x)=4x+5\) and \(h(x)=x^2+5x\), find \((g\cdot h)(x)\).

    Exercise 6.4.42

    Let \(p(t)=t-4\) and \(r(t)=2t\), find \((p\cdot r)(t)\).

    Exercise 6.4.43

    Let \(f(n)=-2n^2-5n\) and \(k(n)=n+5\), find \((f\cdot k)(n)\).


    This page titled 6.4: Multiply polynomial expressions is shared under a CC BY-NC-SA 4.0 license and was authored, remixed, and/or curated by Darlene Diaz (ASCCC Open Educational Resources Initiative) via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.