Skip to main content
Mathematics LibreTexts

4.5: Polynomial Equations

  • Page ID
    66324
  • \( \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}}\)

    Learning Objectives

    By the end of this section, you will be able to:

    • Use the Zero Product Property
    • Solve quadratic equations by factoring
    • Solve polynomial equations
    • Solve applications modeled by polynomial equations
    Be Prepared

    Before you get started, take this readiness quiz.

    1. Solve: \(5y−3=0\).
    2. Factor completely: \(n^3−9n^2−22n\).
    3. If \(f(x)=8x−16\), find \(f(3)\) and solve \(f(x)=0\).

    Polynomial Equations

    We have spent considerable time learning how to factor polynomials. We will now look at polynomial equations and solve them using factoring, if possible.

    Definition \(\PageIndex{1}\)
    1. A polynomial equation is an equation that contains a polynomial expression.
    2. The solution of a polynomial equation is an assignment of the values to the variables that make the equation true; so substituting the values for the variables gives a true statement.
    3. The degree of the polynomial equation is the highest degree among all the terms appearing in the equation.

    We have already solved polynomial equations of degree one. Polynomial equations of degree one are linear equations of the form \(ax+b=c\).

    We are now going to solve polynomial equations of degree two. A polynomial equation of degree two is called a quadratic equation. Listed below are some examples of quadratic equations:

    \[x^2+5x+6=0, \qquad 3y^2=-4y+10, \qquad 64u^2−81=0, \qquad n(n+1)=42. \nonumber\]

    The last equation doesn’t appear to have the variable squared, but when we simplify the expression on the left we will get \(n^2+n\).

    The general form of a quadratic equation is \(ax^2+bx+c=0\), with \(a\neq 0\). (If \(a=0\), then \(0\cdot x^2=0\) and we are left with no quadratic term.)

    Definition \(\PageIndex{2}\)

    An equation of the form \(ax^2+bx+c=0\) is called a quadratic equation where \(a,b,\text{ and }c\text{ are real numbers and }a\neq 0.\)

    Polynomial vs Polynomial Equation

    A polynomial and a polynomial equation are not the same. Here are some examples.

    Polynomial(s) Polynomial Equation
    \(2x+1\), \(0\) \(2x+1=0\)
    \(x^2\), \(x-2\) \(x^2=x-2\)
    \(3x^2+5x-1\), \(0\) \(3x^2+5x-1=0\)

    Note that \(x^2+5x=x(x+5)\) is not a polynomial equation that we aim to solve. This is an identity of polynomials that was developed in the process of factoring the GCF out.

    It does not make sense to "solve a polynomial." We can only solve equations. For example, we cannot solve \(2x+1\) as there is no statement to assess. Whereas \(2x+1=0\) is either true or false for a particular value of \(x\). Below we check whether or not some values of \(x\) are solutions to the equation \(2x+1=0\).

    \(\bf{x}\) True or False Solution or Not a Solution
    \(5\) \(2\cdot 5 + 1= 0\) is false Not a Solution
    \(0\) \(2\cdot 0 +1 = 0\) is false Not a Solution
    \(-\dfrac{1}{2}\) \(2\cdot \left(-\dfrac{1}{2}\right) +1 = 0\) is true Solution

    To solve quadratic equations we need methods different from the ones we used in solving linear equations. We will look at one method here and then several others in a later chapter.

    Use the Zero Product Property

    We will first solve some quadratic equations by using the Zero Product Property. The Zero Product Property says that if the product of two quantities is zero, then at least one of the quantities is zero. The only way to get a product equal to zero is to multiply by zero itself.

    Zero Product Property

    If \(ab=0\), then \(a=0\) or \(b=0\).

    We will now use the Zero Product Property to solve a quadratic equation.

    Example \(\PageIndex{3}\)

    Solve \((5n−2)(6n−1)=0\).

    Solution

    The equation is open parentheses 5n minus 2 close parentheses open parentheses 6n minus 1 close parentheses equals 0. The product equals zero, so at least one factor must equal zero. Step 1 is set each factor equal to zero. So, 5n minus 2 equals 0 and 6n minus 1 equals 0.Step 2 is to solve the linear equations. So, we get n equal to 2 by 5 and n equal to 1 by 6.Step 3 is to check by substituting each solution separately into the original equation.

    Try It \(\PageIndex{4}\)

    Solve \((3m−2)(2m+1)=0\).

    Answer

    \(m=\dfrac{2}{3},\space m=−\dfrac{1}{2}\)

    Try It \(\PageIndex{5}\)

    Solve \((4p+3)(4p−3)=0\).

    Answer

    \(p=−\dfrac{3}{4},\space p=\dfrac{3}{4}\)

    Use the Zero Product Property
    1. Set each factor equal to zero.
    2. Solve the linear equations.
    3. Optional: Check answer to see if a mistake has been made.

    Solve Quadratic Equations by Factoring

    The Zero Product Property works very nicely to solve quadratic equations. The quadratic equation must be factored, with zero isolated on one side. So be sure to start with the quadratic equation in standard form, \(ax^2+bx+c=0\). Then factor the expression on the left.

    Example \(\PageIndex{6}\)

    Solve \(2y^2=13y+45\).

    Solution

    The equation is 2 y squared equals 13y plus 45. Step 1 is to write it in standard form a x squared plus bx plus c. So we have 2 y squared minus 13y minus 45 equals 0.Step 2 is to factor the quadratic expression. So we have 2y plus 5, y minus 9 equals 0.Step 3 is to use the zero product property. Setting each factor equal to zero, we have two linear equations: 2y plus 5 equals 0 and y minus 9 equals 0.Step 4 is to solve the linear equations. We get, y equals minus 5 by 2 and y equals 9.Step 5 is to check by substituting each solution separately into the original equation

    Try It \(\PageIndex{7}\)

    Solve \(3c^2=10c−8\).

    Answer

    \(c=2,\space c=\dfrac{4}{3}\)

    Try It \(\PageIndex{8}\)

    Solve \(2d^2−5d=3\).

    Answer

    \(d=3,\space d=−\dfrac{1}{2}\)

    Solve a Quadratic Equation by Factoring
    1. Write the quadratic equation in standard form, \(ax^2+bx+c=0\).
    2. Factor the quadratic expression.
    3. Use the Zero Product Property.
    4. Solve the linear equations.
    5. Optional: Check answer by substituting each solution separately into the original equation to see if a mistake has been made.

    Before we factor, we must make sure the quadratic equation is in standard form.

    Solving quadratic equations by factoring will make use of all the factoring techniques we have learned in this chapter! Do we recognize the special product pattern in the next example?

    Example \(\PageIndex{9}\)

    Solve \(169q^2=49\).

    Solution

    \(\begin{array} {ll} &169q^2=49 \\ \text{Write the quadratic equation in standard form.} &169q^2−49=0 \\ \text{Factor. It is a difference of squares.} &(13q−7)(13q+7)=0 \\ \text{Use the Zero Product Property to set each factor to }0. & \\ \text{Solve each equation.} &\begin{array} {ll} 13q−7=0 &13q+7=0 \\ 13q=7 &13q=−7 \\ q=\dfrac{7}{13} &q=−\dfrac{7}{13} \end{array} \\ \text{Check the answers.} &\text{The check is left as an exercise.} \end{array}\)

    Try It \(\PageIndex{10}\)

    Solve \(25p^2=49\).

    Answer

    \(p=\dfrac{7}{5},p=−\dfrac{7}{5}\)

    Try It \(\PageIndex{11}\)

    Solve \(36x^2=121\).

    Answer

    \(x=\dfrac{11}{6},x=−\dfrac{11}{6}\)

    In the next example, the left side of the equation is factored, but the right side is not zero. In order to use the Zero Product Property, one side of the equation must be zero. We’ll multiply the factors and then write the equation in standard form.

    Example \(\PageIndex{12}\)

    Solve \((3x−8)(x−1)=3x\).

    Solution

    \(\begin{array} {ll} &(3x−8)(x−1)=3x \\ \text{Multiply the binomials.} &3x^2−11x+8=3x \\ \text{Write the quadratic equation in standard form.} &3x^2−14x+8=0 \\ \text{Factor the trinomial.} &(3x−2)(x−4)=0 \\ \begin{array} {l} \text{Use the Zero Product Property to set each factor to 0.} \\ \text{Solve each equation.} \end{array} &\begin{array} {ll} 3x−2=0 &x−4=0 \\ 3x=2 &x=4 \\ x=\dfrac{2}{3} & \end{array} \\ \text{Check the answers.} &\text{The check is left as an exercise.} \end{array}\)

    Try It \(\PageIndex{13}\)

    Solve \((2m+1)(m+3)=12m\).

    Answer

    \(m=1,\space m=\dfrac{3}{2}\)

    Try It \(\PageIndex{14}\)

    Solve \((k+1)(k−1)=8\).

    Answer

    \(k=3,\space k=−3\)

    In the next example, when we factor the quadratic equation we will get three factors. However the first factor is a constant. We know that factor cannot equal 0.

    Example \(\PageIndex{15}\)

    Solve \(3x^2=12x+63\).

    Solution

    \(\begin{array} {ll} &3x^2=12x+63 \\ \text{Write the quadratic equation in standard form.} &3x^2−12x−63=0 \\ \text{Factor the greatest common factor first.} &3(x^2−4x−21)=0 \\ \text{Factor the trinomial.} &3(x−7)(x+3)=0 \\ \begin{array} {l} \text{Use the Zero Product Property to set each factor to 0.} \\ \text{Solve each equation.} \end{array} &\begin{array} {lll} 3\neq 0 &x−7=0 &x+3=0 \\ 3\neq 0 &x=7 &x=−3 \end{array} \\ \text{Check the answers.} &\text{The check is left as an exercise.} \end{array}\)

    Try It \(\PageIndex{16}\)

    Solve \(18a^2−30=−33a\).

    Answer

    \(a=−\dfrac{5}{2},a=\dfrac{2}{3}\)

    Try It \(\PageIndex{17}\)

    Solve \(123b=−6−60b^2\).

    Answer

    \(b=−2,\space b=−\dfrac{1}{20}\)

    The Zero Product Property also applies to the product of three or more factors. If the product is zero, at least one of the factors must be zero. We can solve some equations of degree greater than two by using the Zero Product Property, just like we solved quadratic equations.

    Example \(\PageIndex{18}\)

    Solve \(9m^3+100m=60m^2\).

    Solution

    \(\begin{array} {ll} & 9m^3+100m=60m^2 \\ \text{Bring all the terms to one side so that the other side is zero.} &9m^3−60m^2+100m=0 \\ \text{Factor the greatest common factor first.} &m(9m^2−60m+100)=0 \\ \text{Factor the trinomial.} &m(3m−10)^2=0 \end{array}\\ \begin{array} {l} \text{Use the Zero Product Property to set each factor to 0.} \\ \text{Solve each equation.} &\begin{array} {lll} m=0 &3m−10=0 &{}\\ m=0 &m=\dfrac{10}{3} & {} \end{array}\\ \text{Check your answers.} &\text{The check is left to you.} \end{array}\)

    Try It \(\PageIndex{19}\)

    Solve \(8x^3=24x^2−18x\).

    Answer

    \(x=0,\space x=\dfrac{3}{2}\)

    Try It \(\PageIndex{20}\)

    Solve \(16y^2=32y^3+2y\).

    Answer

    \(y=0,\space y=14\)

    Solve Equations with Polynomials

    As our study of polynomials continues, it will often be important to know when a polynomial equals another polynomial. Our work with the Zero Product Property will be help us find these answers.

    Solve Applications Modeled by Polynomial Equations

    The problem-solving strategy we used earlier for applications that translate to linear equations will work just as well for applications that translate to polynomial equations. We will copy the problem-solving strategy here so we can use it for reference.

    Use a Problem Solving Strategy to Solve Word Problems
    1. Read the problem. Make sure all the words and ideas are understood.
    2. Identify what we are looking for.
    3. Name what we are looking for. Choose a variable to represent that quantity.
    4. Translate into an equation. It may be helpful to restate the problem in one sentence with all the important information. Then, translate the English sentence into an algebraic equation.
    5. Solve the equation using appropriate algebra techniques.
    6. Check the answer in the problem and make sure it makes sense.
    7. Answer the question with a complete sentence.

    We will start with a number problem to get practice translating words into a polynomial equation.

    Example \(\PageIndex{21}\)

    The product of two consecutive odd integers is 323. Find the integers.

    Solution

    \(\begin{array} {ll} \textbf{Step 1. Read }\text{the problem.} & \\ \textbf{Step 2. Identify }\text{what we are looking for.} &\text{We are looking for two consecutive integers.} \\ \textbf{Step 3. Name}\text{ what we are looking for.} &\text{Let } n=\text{ the first integer.} \\ &n+2= \text{ next consecutive odd integer} \\ \begin{array} {l} \textbf{Step 4. Translate }\text{into an equation. Restate the}\hspace{20mm} \\ \text{problem in a sentence.} \end{array} &\begin{array} {l} \text{The product of the two consecutive odd} \\ \text{integers is }323. \end{array} \\ &\quad n(n+2)=323 \\ \textbf{Step 5. Solve }\text{the equation.} n^2+2n=323 \\ \text{Bring all the terms to one side.} &n^2+2n−323=0 \\ \text{Factor the trinomial.} &(n−17)(n+19)=0 \\ \begin{array} {l} \text{Use the Zero Product Property.} \\ \text{Solve the equations.} \end{array} &\begin{array} {ll} n−17=0 \hspace{10mm}&n+19=0 \\ n=17 &n=−19 \end{array} \end{array} \)
    There are two values for \(n\) that are solutions to this problem. So there are two sets of consecutive odd integers that will work.

    \(\begin{array} {ll} \text{If the first integer is } n=17 \hspace{60mm} &\text{If the first integer is } n=-19 \\ \text{then the next odd integer is} &\text{then the next odd integer is} \\ \hspace{53mm} n+2 &\hspace{53mm} n+2 \\ \hspace{51mm} 17+2 &\hspace{51mm} -19+2 \\ \hspace{55mm} 19 &\hspace{55mm} -17 \\ \hspace{51mm} 17,19 &\hspace{51mm} -17,-19 \\ \textbf{Step 6. Check }\text{the answer.} & \\ \text{The results are consecutive odd integers} & \\ \begin{array} {ll} 17,\space 19\text{ and }−19,\space −17. & \\ 17·19=323\checkmark &−19(−17)=323\checkmark \end{array} & \\ \text{Both pairs of consecutive integers are solutions.} & \\ \textbf{Step 7. Answer }\text{the question} &\text{The consecutive integers are }17, 19\text{ and }−19,−17. \end{array} \)

    Try It \(\PageIndex{22}\)

    The product of two consecutive odd integers is 255. Find the integers.

    Answer

    \(−15,−17\) and \(15, 17\)

    Try It \(\PageIndex{23}\)

    The product of two consecutive odd integers is 483 Find the integers.

    Answer

    \(−23,−21\) and \(21, 23\)

    Were you surprised by the pair of negative integers that is one of the solutions to the previous example? The product of the two positive integers and the product of the two negative integers both give positive results.

    In some applications, negative solutions will result from the algebra, but will not be realistic for the situation.

    Example \(\PageIndex{24}\)

    A rectangular bedroom has an area 117 square feet. The length of the bedroom is four feet more than the width. Find the length and width of the bedroom.

    Solution
    Step 1. Read the problem. In problems involving
    geometric figures, a sketch can help you visualize
    the situation.
    .
    Step 2. Identify what you are looking for. We are looking for the length and width.
    Step 3. Name what you are looking for. Let \(w=\text{ the width of the bedroom}\).
    The length is four feet more than the width. \(w+4=\text{ the length of the garden}\)
    Step 4. Translate into an equation.  
    Restate the important information in a sentence. The area of the bedroom is 117 square feet.
    Use the formula for the area of a rectangle. \(A=l·w\)
    Substitute in the variables. \(117=(w+4)w\)
    Step 5. Solve the equation Distribute first. \(117=w^2+4w\)
    Get zero on one side. \(117=w^2+4w\)
    Factor the trinomial. \(0=w^2+4w−117\)
    Use the Zero Product Property. \(0=(w^2+13)(w−9)\)
    Solve each equation. \(0=w+13\quad 0=w−9\)
    Since \(w\) is the width of the bedroom, it does not
    make sense for it to be negative. We eliminate that value for \(w\).
    \(\cancel{w=−13}\) \(\quad w=9\)
      \(w=9\) The width is 9 feet.
    Find the value of the length. \(w+4\)
    \(9+4\)
    13  The length is 13 feet.
    Step 6. Check the answer.
    Does the answer make sense?

    .
    Yes, this makes sense.
     
    Step 7. Answer the question. The width of the bedroom is 9 feet and
    the length is 13 feet.
    Try It \(\PageIndex{25}\)

    A rectangular sign has area 30 square feet. The length of the sign is one foot more than the width. Find the length and width of the sign.

    Answer

    The width is 5 feet and length is 6 feet.

    Try It \(\PageIndex{26}\)

    A rectangular patio has area 180 square feet. The width of the patio is three feet less than the length. Find the length and width of the patio.

    Answer

    The length of the patio is 12 feet and the width 15 feet.

    In the next example, we will use the Pythagorean Theorem \((a^2+b^2=c^2)\). This formula gives the relation between the legs and the hypotenuse of a right triangle.

    Figure shows a right triangle with the shortest side being a, the second side being b and the hypotenuse being c.

    We will use this formula to in the next example.

    Example \(\PageIndex{27}\)

    A boat’s sail is in the shape of a right triangle as shown. The hypotenuse will be 17 feet long. The length of one side will be 7 feet less than the length of the other side. Find the lengths of the sides of the sail.

    Figure shows a right triangle with the shortest side being x, the second side being x minus 7 and the hypotenuse being 17.

    Solution
    Step 1. Read the problem  
    Step 2. Identify what you are looking for. We are looking for the lengths of the
    sides of the sail.
    Step 3. Name what you are looking for.
    One side is 7 less than the other.
    Let \(x=\text{ length of a side of the sail}\).
    \(x−7=\text{ length of other side}\)
    Step 4. Translate into an equation. Since this is a
    right triangle we can use the Pythagorean Theorem.
    \(a^2+b^2=c^2\)
    Substitute in the variables. \(x^2+(x−7)^2=17^2\)
    Step 5. Solve the equation
    Simplify.
    \(x^2+x^2−14x+49=289\)
      \(2x^2−14x+49=289\)
    It is a quadratic equation, so get zero on one side. \(2x^2−14x−240=0\)
    Factor the greatest common factor. \(2(x^2−7x−120)=0\)
    Factor the trinomial. \(2(x−15)(x+8)=0\)
    Use the Zero Product Property. \(2\neq 0\quad x−15=0\quad x+8=0\)
    Solve. \(2\neq 0\quad x=15\quad x=−8\)
    Since \(x\) is a side of the triangle, \(x=−8\) does not
    make sense.
    \(2\neq 0\quad x=15\quad \cancel{x=−8}\)
    Find the length of the other side.  
       If the length of one side is
       then the length of the other side is
    .
    .
    .
    8 is the length of the other side.
    Step 6. Check the answer in the problem
    Do these numbers make sense?

    .
     
    Step 7. Answer the question The sides of the sail are 8, 15 and 17 feet.
    Try It \(\PageIndex{28}\)

    Justine wants to put a deck in the corner of her backyard in the shape of a right triangle. The length of one side of the deck is 7 feet more than the other side. The hypotenuse is 13. Find the lengths of the two sides of the deck.

    Answer

    5 feet and 12 feet

    Try It \(\PageIndex{29}\)

    A meditation garden is in the shape of a right triangle, with one leg 7 feet. The length of the hypotenuse is one more than the length of the other leg. Find the lengths of the hypotenuse and the other leg.

    Answer

    24 feet and 25 feet

    Access this online resource for additional instruction and practice with quadratic equations.

    Key Concepts

    • Polynomial Equation: A polynomial equation is an equation that contains a polynomial expression. The degree of the polynomial equation is the degree of the polynomial.
    • Quadratic Equation: An equation of the form \(ax^2+bx+c=0\) is called a quadratic equation.

      \[a,b,c\text{ are real numbers and } a\neq 0\nonumber\]

    • Zero Product Property: If \(a·b=0\), then either \(a=0\) or \(b=0\) or both.
    • How to use the Zero Product Property
      1. Set each factor equal to zero.
      2. Solve the linear equations.
      3. Check.
    • How to solve a quadratic equation by factoring.
      1. Write the quadratic equation in standard form, \(ax^2+bx+c=0\).
      2. Factor the quadratic expression.
      3. Use the Zero Product Property.
      4. Solve the linear equations.
      5. Check. Substitute each solution separately into the original equation.
    • Zero of a Polynomial: For any polynomial \(f\), if \(f(x)=0\), then \(x\) is a zero of the polynomial.
    • How to use a problem solving strategy to solve word problems.
      1. Read the problem. Make sure all the words and ideas are understood.
      2. Identify what we are looking for.
      3. Name what we are looking for. Choose a variable to represent that quantity.
      4. Translate into an equation. It may be helpful to restate the problem in one sentence with all the important information. Then, translate the English sentence into an algebraic equation.
      5. Solve the equation using appropriate algebra techniques.
      6. Check the answer in the problem and make sure it makes sense.
      7. Answer the question with a complete sentence.

    Practice Makes Perfect

    Use the Zero Product Property

    In the following exercises, solve.

    1. \((3a−10)(2a−7)=0\)

    Answer

    \(a=\dfrac{10}{3},\; a=\dfrac{7}{2}\)

    2. \((5b+1)(6b+1)=0\)

    3. \(6m(12m−5)=0\)

    Answer

    \(m=0,\; m=\dfrac{5}{12}\)

    4. \(2x(6x−3)=0\)

    5. \((2x−1)^2=0\)

    Answer

    \(x=\dfrac{1}{2}\)

    6. \((3y+5)^2=0\)

    Solve Quadratic Equations by Factoring

    In the following exercises, solve.

    7. \(5a^2−26a=24\)

    Answer

    \(a=−\dfrac{4}{5},\; a=6\)

    8. \(4b^2+7b=−3\)

    9. \(4m^2=17m−15\)

    Answer

    \(m=\dfrac{5}{4},\; m=3\)

    10. \(n^2=5−6n\)

    11. \(7a^2+14a=7a\)

    Answer

    \(a=−1,\; a=0\)

    12. \(12b^2−15b=−9b\)

    13. \(49m^2=144\)

    Answer

    \(m=\dfrac{12}{7},\; m=−\dfrac{12}{7}\)

    14. \(625=x^2\)

    15. \(16y^2=81\)

    Answer

    \(y=−\dfrac{9}{4},\; y=\dfrac{9}{4}\)

    16. \(64p^2=225\)

    17. \(121n^2=36\)

    Answer

    \(n=−\dfrac{6}{11},\; n=\dfrac{6}{11}\)

    18. \(100y^2=9\)

    19. \((x+6)(x−3)=−8\)

    Answer

    \(x=2,\; x=−5\)

    20. \((p−5)(p+3)=−7\)

    21. \((2x+1)(x−3)=−4x\)

    Answer

    \(x=\dfrac{3}{2},\; x=−1\)

    22. \((y−3)(y+2)=4y\)

    23. \((3x−2)(x+4)=12x\)

    Answer

    \(x=\dfrac{3}{2},\; x=−1\)

    24. \((2y−3)(3y−1)=8y\)

    25. \(20x^2−60x=−45\)

    Answer

    \(x=−\dfrac{2}{3}\)

    26. \(3y^2−18y=−27\)

    27. \(15x^2−10x=40\)

    Answer

    \(x=2,\; x=−\dfrac{4}{3}\)

    28. \(14y^2−77y=−35\)

    29. \(18x^2−9=−21x\)

    Answer

    \(x=−\dfrac{3}{2},\; x=\dfrac{1}{3}\)

    30. \(16y^2+12=−32y\)

    31. \(16p^3=24p^2-9p\)

    Answer

    \(p=0,\; p=\dfrac{3}{4}\)

    32. \(m^3−2m^2=−m\)

    33. \(2x^3+72x=24x^2\)

    Answer

    \(x=0,\space x=6\)

    34. \(3y^3+48y=24y^2\)

    35. \(36x^3+24x^2=−4x\)

    Answer

    \(x=0,\space x=\dfrac{1}{3}\)

    36. \(2y^3+2y^2=12y\)

    Solve Equations with Polynomial Functions

    In the following exercises, solve.

    37. For the function, \(f(x)=x^2−8x+8\), ⓐ find when \(f(x)=−4\) ⓑ Use this information to find two points that lie on the graph of the function.

    Answer

    ⓐ \(x=2\) or \(x=6\) ⓑ \((2,−4)\) \((6,−4)\)

    38. For the function, \(f(x)=x^2+11x+20\), ⓐ find when \(f(x)=−8\) ⓑ Use this information to find two points that lie on the graph of the function.

    39. For the function, \(f(x)=8x^2−18x+5\), ⓐ find when \(f(x)=−4\) ⓑ Use this information to find two points that lie on the graph of the function.

    Answer

    ⓐ \(x=\dfrac{3}{2}\) or \(x=\dfrac{3}{4}\)
    ⓑ \((\dfrac{3}{2},−4)\) \((\dfrac{3}{4},−4)\)

    40. For the function, \(f(x)=18x^2+15x−10\), ⓐ find when \(f(x)=15\) ⓑ Use this information to find two points that lie on the graph of the function.

    In the following exercises, for each function, find: ⓐ the zeros of the function ⓑ the \(x\)-intercepts of the graph of the function ⓒ the \(y\)-intercept of the graph of the function.

    41. \(f(x)=9x^2−4\)

    Answer

    ⓐ \(x=\dfrac{2}{3}\) or \(x=−\dfrac{2}{3}\)
    ⓑ \((\dfrac{2}{3},0)\), \((−\dfrac{2}{3},0)\)
    ⓒ \((0,−4)\)

    42. \(f(x)=25x^2−49\)

    43. \(f(x)=6x^2−7x−5\)

    Answer

    ⓐ \(x=\dfrac{5}{3}\) or \(x=−\dfrac{1}{2}\)
    ⓑ \((\dfrac{5}{3},0)\), \((−\dfrac{1}{2},0)\)
    ⓒ \((0,−5)\)

    44. \(f(x)=12x^2−11x+2\)

    Solve Applications Modeled by Quadratic Equations

    In the following exercises, solve.

    45. The product of two consecutive odd integers is \(143\). Find the integers.

    Answer

    \(−13,\space −11\) and \(11,\space 13\)

    46. The product of two consecutive odd integers is \(195\). Find the integers.

    47. The product of two consecutive even integers is \(168\). Find the integers.

    Answer

    \(−14,\space −12\) and \(12,\space 14\)

    48. The product of two consecutive even integers is \(288\). Find the integers.

    49. The area of a rectangular carpet is \(28\) square feet. The length is three feet more than the width. Find the length and the width of the carpet.

    Answer

    \(−4\) and \(7\)

    50. A rectangular retaining wall has area \(15\) square feet. The height of the wall is two feet less than its length. Find the height and the length of the wall.

    51. The area of a bulletin board is \(55\) square feet. The length is four feet less than three times the width. Find the length and the width of the a bulletin board.

    Answer

    \(5,\space 11\)

    52. A rectangular carport has area \(150\) square feet. The height of the carport is five feet less than twice its length. Find the height and the length of the carport.

    53. A pennant is shaped like a right triangle, with hypotenuse \(10\) feet. The length of one side of the pennant is two feet longer than the length of the other side. Find the length of the two sides of the pennant.

    Answer

    \(6,\space 8\)

    54. A stained glass window is shaped like a right triangle. The hypotenuse is \(15\) feet. One leg is three more than the other. Find the lengths of the legs.

    55. A reflecting pool is shaped like a right triangle, with one leg along the wall of a building. The hypotenuse is \(9\) feet longer than the side along the building. The third side is \(7\) feet longer than the side along the building. Find the lengths of all three sides of the reflecting pool.

    Answer

    \(8,\space 15,\space 17\)

    56. A goat enclosure is in the shape of a right triangle. One leg of the enclosure is built against the side of the barn. The other leg is \(4\) feet more than the leg against the barn. The hypotenuse is \(8\) feet more than the leg along the barn. Find the three sides of the goat enclosure.

    57. Juli is going to launch a model rocket in her back yard. When she launches the rocket, the function \(h(t)=−16t^2+32t\) models the height, \(h\), of the rocket above the ground as a function of time, \(t\). Find:

    ⓐ the zeros of this function which tells us when the rocket will hit the ground. ⓑ the time the rocket will be \(16\) feet above the ground.

    Answer

    ⓐ 0, 2 ⓑ 1

    58. Gianna is going to throw a ball from the top floor of her middle school. When she throws the ball from \(48\) feet above the ground, the function \(h(t)=−16t^2+32t+48\) models the height, \(h\), of the ball above the ground as a function of time, \(t\). Find:

    ⓐ the zeros of this function which tells us when the ball will hit the ground. ⓑ the time(s) the ball will be \(48\) feet above the ground. ⓒ the height the ball will be at \(t=1\) seconds which is when the ball will be at its highest point.

    Writing Exercises

    59. Explain how you solve a quadratic equation. How many answers do you expect to get for a quadratic equation?

    Answer

    Answers will vary.

    60. Give an example of a quadratic equation that has a GCF and none of the solutions to the equation is zero.

    Self Check

    ⓐ After completing the exercises, use this checklist to evaluate your mastery of the objectives of this section.

    This table has 4 columns, 3 rows and a header row. The header row labels each column: I can, confidently, with some help and no, I don’t get it. The first column has the following statements: solve quadratic equations by using the zero product property, solve quadratic equations by factoring and solve applications modeled by quadratic equations.

    ⓑ Overall, after looking at the checklist, do you think you are well-prepared for the next section? Why or why not?


    This page titled 4.5: Polynomial Equations is shared under a CC BY license and was authored, remixed, and/or curated by OpenStax.

    • Was this article helpful?