Skip to main content
\(\require{cancel}\newcommand{\abs}[1]{\left\lvert#1\right\rvert} \newcommand{\point}[2]{\left(#1,#2\right)} \newcommand{\highlight}[1]{{\color{blue}{{#1}}}} \newcommand{\lighthigh}[1]{{\color{magenta}{{#1}}}} \newcommand{\unhighlight}[1]{{\color{black}{{#1}}}} \newcommand{\lowlight}[1]{{\color{lightgray}{#1}}} \newcommand{\attention}[1]{\mathord{\overset{\downarrow}{#1}}} \newcommand{\substitute}[1]{{\color{blue}{{#1}}}} \newcommand{\addright}[1]{{\color{blue}{{{}+#1}}}} \newcommand{\addleft}[1]{{\color{blue}{{#1+{}}}}} \newcommand{\subtractright}[1]{{\color{blue}{{{}-#1}}}} \newcommand{\multiplyright}[2][\cdot]{{\color{blue}{{{}#1#2}}}} \newcommand{\multiplyleft}[2][\cdot]{{\color{blue}{{#2#1{}}}}} \newcommand{\divideunder}[2]{\frac{#1}{{\color{blue}{{#2}}}}} \newcommand{\divideright}[1]{{\color{blue}{{{}\div#1}}}} \newcommand{\cancelhighlight}[1]{{\color{blue}{{\cancel{#1}}}}} \newcommand{\apple}{\text{🍎}} \newcommand{\banana}{\text{🍌}} \newcommand{\pear}{\text{🍐}} \newcommand{\cat}{\text{🐱}} \newcommand{\dog}{\text{🐶}} \newcommand{\lt}{<} \newcommand{\gt}{>} \newcommand{\amp}{&} \)

Section8.1Solving Quadratic Equations by Factoring

We have learned how to factor trinomials like \(x^2+5x+6\) into \((x+2)(x+3)\text{.}\) This skill is needed to solve an equation like \(x^2+5x+6=0\text{,}\) which is a quadratic equation. A quadratic equation is is an equation in the form \(ax^2+bx+c=0\) with \(a\neq0\text{.}\) We also consider equations such as \(x^2=x+3\) and \(5x^2+3= (x+1)^2 + (x + 1)(x-3)\) to be quadratic equations, because we can expand any multiplication, add or subtract terms from both sides, and combine like terms to get the form \(ax^2+bx+c=0\text{.}\) The form \(ax^2+bx+c=0\) is called the standard form of a quadratic equation.

Figure8.1.1Alternative Video Lesson

Before we begin exploring the method of solving quadratic equations by factoring, we'll identify what types of equations are quadratic and which are not.

Checkpoint8.1.2

Now we'll look at an application that demonstrates the need and method for solving a quadratic equation by factoring.

A physics class launches a tennis ball from a rooftop that is \(80\) feet above the ground. They fire it directly upward at a speed of \(64\) feet per second and measure the time it takes for the ball to hit the ground below. We can model the height of the tennis ball, \(h\text{,}\) in feet, with the quadratic equation

\begin{equation*} h=-16t^2+64t+80\text{,} \end{equation*}

where \(t\) represents the time in seconds after the launch. Using the model we can predict when the ball will hit the ground.

A drawing of a tall building and a tennis ball being launched upward; the path of the ball is an arc that goes upward and then downward to the ground
Figure8.1.3A Diagram of the Ball Thrown from the Roof

The ground has a height of \(0\text{,}\) or \(h=0\text{.}\) We will substitute \(0\) for \(h\) in the equation and we have

\begin{equation*} -16t^2+64t+80=0 \end{equation*}

We need to solve this quadratic equation for \(t\) to find when the ball will hit the ground.

The key strategy for solving a linear equation is to separate the variable terms from the constant terms on either side of the equal sign. It turns out that this same method will not work for quadratic equations. Fortunately, we already have spent a good amount of time discussing a method that will work: factoring. If we can factor the polynomial on the left-hand side, we will be on the home stretch to solving the whole equation.

We will look for a common factor first, and see that we can factor out \(-16\text{.}\) Then we can finish factoring the trinomial:

\begin{align*} -16t^2+64t+80\amp=0\\ -16(t^2-4t-5)\amp=0\\ -16(t+1)(t-5)\amp=0 \end{align*}

In order to finish solving the equation, we need to understand the following property. This property explains why it was incredibly important to \(not\) move the \(80\) in our example over to the other side of the equation before trying to factor.

One way to understand this property is to think about the equation \(a\cdot b=0\text{.}\) Maybe \(b=0\text{,}\) because that would certainly cause the equation to be true. But suppose that \(b\neq0\text{.}\) Then it is safe to divide both sides by \(b\text{,}\) and the resulting equation says that \(a=0\text{.}\) So no matter what, either \(a=0\) or \(b=0\text{.}\)

To understand this property more, let's look at a few products:

\begin{align*} 4\cdot7\amp=28\amp4\cdot0\amp=0\amp4\cdot7\cdot3\amp=84\\ 0\cdot7\amp=0\amp-4\cdot0\amp=0\amp4\cdot0\cdot3\amp=0 \end{align*}

When none of the factors are \(0\text{,}\) the result is never \(0\text{.}\) The only way to get a product of \(0\) is when one of the factors is \(0\text{.}\) This property is unique to the number \(0\) and can be used no matter how many numbers are multiplied together.

Now we can see the value of factoring. We have three factors in our equation

\begin{equation*} -16(t+1)(t-5)=0\text{.} \end{equation*}

The first factor is the number \(-16\text{.}\) The second and third factors, \(t+1\) and \(t-5\text{,}\) are expressions that represent numbers. Since the product of the three factors is equal to \(0\text{,}\) one of the factors must be zero.

Since \(-16\) is not \(0\text{,}\) either \(t+1\) or \(t-5\) must be \(0\text{.}\) This gives us two equations to solve:

\begin{align*} t+1\amp=0\amp\amp\text{or}\amp t-5\amp=0\\ t+1\subtractright{1}\amp=0\subtractright{1}\amp\amp\text{or}\amp t-5\addright{5}\amp=0\addright{5}\\ t\amp=-1\amp\amp\text{or}\amp t\amp=5 \end{align*}

We have found two solutions, \(-1\) and \(5\text{.}\) A quadratic expression will have at most two linear factors, not including any constants, so it can have up to two solutions.

Let's check each of our two solutions \(-1\) and \(5\text{:}\)

\begin{align*} -16t^2+64t+80\amp=0\amp\amp\amp-16t^2+64t+80\amp=0\\ -16(\substitute{-1})^2+64(\substitute{-1})+80\amp\stackrel{?}{=}0\amp\amp\amp-16(\substitute{5})^2+64(\substitute{5})+80\amp\stackrel{?}{=}0\\ -16(1)-64+80\amp\stackrel{?}{=}0\amp\amp\amp-16(25)+320+80\amp\stackrel{?}{=}0\\ -16-64+80\amp\stackrel{?}{=}0\amp\amp\amp-400+320+80\amp\stackrel{?}{=}0\\ 0\amp\stackrel{\checkmark}{=}0\amp\amp\amp0\amp\stackrel{\checkmark}{=}0 \end{align*}

We have verified our solutions. While there are two solutions to the equation, the solution \(-1\) is not relevant to this physics model because it is a negative time which would tell us something about the ball's height before it was launched. The solution \(5\) does make sense. According to the model, the tennis ball will hit the ground \(5\) seconds after it is launched.

Subsection8.1.1Further Examples

We'll now look at further examples of solving quadratic equations by factoring. The general process is outlined here:

Example8.1.6

Solve \(x^2-5x-14=0\) by factoring.

Solution
\begin{align*} x^2-5x-14\amp=0\\ (x-7)(x+2)\amp=0 \end{align*}
\begin{align*} x-7\amp=0\amp\amp\text{or}\amp x+2\amp=0\\ x-7\addright{7}\amp=0\addright{7}\amp\amp\text{or}\amp x+2\subtractright{2}\amp=0\subtractright{2}\\ x\amp=7\amp\amp\text{or}\amp x\amp=-2 \end{align*}

The solutions are \(-2\) and \(7\text{,}\) so the solution set is written as \(\{-2, 7\}.\)

If the two factors of a polynomial happen to be the same, the equation will only have one solution. Let's look at an example of that.

Example8.1.7A Quadratic Equation with Only One Solution

Solve \(x^2-10x+25=0\) by factoring.

Solution
\begin{align*} x^2-10x+25\amp=0\\ (x-5)(x-5)\amp=0\\ (x-5)^2\amp=0 \end{align*}
\begin{align*} x-5\amp=0\\ x-5\addright{5}\amp=0\addright{5}\\ x\amp=5 \end{align*}

The solution is \(5\text{,}\) so the solution set is written as \(\{5\}\text{.}\)

Example8.1.8Factor Out a Common Factor

Solve \(5x^2+55x+120=0\) by factoring.

Solution

Note that the terms are all divisible by \(5\text{,}\) so we can factor that out to start.

\begin{align*} 5x^2+55x+120\amp=0\\ 5(x^2+11x+24)\amp=0\\ 5(x+8)(x+3)\amp=0 \end{align*}
\begin{align*} x+8\amp=0\amp\amp\text{or}\amp x+3\amp=0\\ x\amp=-8\amp\amp\text{or}\amp x\amp=-3 \end{align*}

The solution set is \(\{-8, -3\}\text{.}\)

Example8.1.9Factoring Using the AC Method

Solve \(3x^2-7x+2=0\) by factoring.

Solution

Recall that we multiply \(3\cdot2=6\) and find a factor pair that multiplies to \(6\) and adds to \(-7\text{.}\) The factors are \(-6\) and \(-1\text{.}\) We use the two factors to replace the middle term with \(-6x\) and \(-x\text{.}\)

\begin{align*} 3x^2-7x+2\amp=0\\ 3x^2-6x-x+2\amp=0\\ (3x^2-6x)+(-x+2)\amp=0\\ 3x(x-2)-1(x-2)\amp=0\\ (3x-1)(x-2)\amp=0 \end{align*}
\begin{align*} 3x-1\amp=0\amp\amp\text{or}\amp x-2\amp=0\\ 3x\amp=1\amp\amp\text{or}\amp x\amp=2\\ x\amp=\frac{1}{3}\amp\amp\text{or}\amp x\amp=2 \end{align*}

The solution set is \(\left\{\frac{1}{3}, 2\right\}\text{.}\)

So far the equations have been written in standard form, which is

\begin{equation*} ax^2+bx+c=0 \end{equation*}

If an equation is not given in standard form then we must rearrange it in order to use the Zero Product Property.

Example8.1.10Writing in Standard Form

Solve \(x^2-10x=24\) by factoring.

Solution

There is nothing like the Zero Product Property for the number \(24\text{.}\) We must have a \(0\) on one side of the equation to solve quadratic equations using factoring.

\begin{align*} x^2-10x\amp=24\\ x^2-10x\subtractright{24}\amp=24\subtractright{24}\\ x^2-10x-24\amp=0\\ (x-12)(x+2)\amp=0 \end{align*}
\begin{align*} x-12\amp=0\amp\amp\text{or}\amp x+2\amp=0\\ x\amp=12\amp\amp\text{or}\amp x=\amp-2 \end{align*}

The solution set is \(\{-2, 12\}\text{.}\)

Example8.1.11Writing in Standard Form

Solve \((x+4)(x-3)=18\) by factoring.

Solution

Again, there is nothing like the Zero Product Property for a number like \(18\text{.}\) We must expand the left side and subtract \(18\) from both sides.

\begin{align*} (x+4)(x-3)\amp=18\\ x^2+x-12\amp=18\\ x^2+x-12\subtractright{18}\amp=18\subtractright{18}\\ x^2+x-30\amp=0\\ (x+6)(x-5)\amp=0 \end{align*}
\begin{align*} x+6\amp=0\amp\amp\text{or}\amp x-5\amp=0\\ x\amp=-6\amp\amp\text{or}\amp x\amp=5 \end{align*}

The solution set is \(\{-6, 5\}\text{.}\)

Example8.1.12A Quadratic Equation with No Constant Term

Solve \(2x^2=5x\) by factoring.

Solution

It may be tempting to divide both sides of the equation by \(x\text{.}\) But \(x\) is a variable, and for all we know, maybe \(x=0\text{.}\) So it is not safe to divide by \(x\text{.}\) As a general rule, never divide an equation by a variable in the solving process. Instead, we will put the equation in standard form.

\begin{align*} 2x^2\amp=5x\\ 2x^2\subtractright{5x}\amp=5x\subtractright{5x}\\ 2x^2-5x\amp=0\\ \end{align*}

We can factor out \(x\text{.}\)

\begin{align*} x(2x-5)\amp=0 \end{align*}
\begin{align*} x\amp=0\amp\amp\text{or}\amp 2x-5\amp=0\\ x\amp=0\amp\amp\text{or}\amp 2x\amp=5\\ x\amp=0\amp\amp\text{or}\amp x\amp=\frac{5}{2} \end{align*}

The solution set is \(\left\{0, \frac{5}{2}\right\}\text{.}\) In general, if a quadratic equation does not have a constant term, then \(0\) will be one of the solutions.

Example8.1.13Factoring a Special Polynomial

Solve \(x^2=9\) by factoring.

Solution

We can put the equation in standard form and use factoring. In this case, we find a difference of squares.

\begin{align*} x^2\amp=9\\ x^2-9\amp=0\\ (x+3)(x-3)\amp=0 \end{align*}
\begin{align*} x+3\amp=0\amp\amp\text{or}\amp x-3\amp=0\\ x\amp=-3\amp\amp\text{or}\amp x\amp=3 \end{align*}

The solution set is \(\{-3, 3\}\text{.}\)

Example8.1.14Solving an Equation with a Higher Degree

Solve \(2x^3-10x^2-28x=0\) by factoring.

Solution

Although this equation is not quadratic, it does factor so we can solve it by factoring.

\begin{align*} 2x^3-10x^2-28x\amp=0\\ 2x(x^2-5x-14)\amp=0\\ 2x(x-7)(x+2)\amp=0 \end{align*}
\begin{align*} 2x\amp=0\amp\amp\text{or}\amp x-7\amp=0\amp\text{or}\amp\amp x+2\amp=0\\ x\amp=0\amp\amp\text{or}\amp x\amp=7\amp\text{or}\amp\amp x\amp=-2 \end{align*}

The solution set is \(\{-2, 0, 7\}\text{.}\)

Subsection8.1.2Applications

Example8.1.15Kicking it on Mars

Some time in the recent past, Forrest traveled to Mars for a vacation with his kids, Hunter and Kelly, who wanted to kick a soccer ball around in the comparatively reduced gravity. Kelly stood at point \(K\) and kicked the ball over her dad standing at point \(F\) to Hunter standing at point \(H\text{.}\) The height of the ball off the ground, \(h\) in feet, can be modeled by the equation \(h=-0.01\left(x^2-70x-1800\right)\text{,}\) where \(x\) is how far to the right the ball is from Forrest. Note that distances to the left of Forrest will be negative.

  1. Find out how high the ball was above the ground when it passed over Forrest's head.

  2. Find the distance from Kelly to Hunter.

a coordinate plane with a dot for Kelly, Forrest and Hunter; There is an arc from Kelly to Hunter that goes over Forrest
Figure8.1.16A Soccer Kick on Mars
Solution
  1. The ball was neither left nor right of Forrest when it went over him, so \(x=0\text{.}\) Plugging that value into our equation for \(x\text{,}\)

    \begin{align*} h\amp=-0.01\left(0^2-70(0)-1800\right)\\ \amp=-0.01(-1800)\\ \amp=18 \end{align*}

    It seems that the soccer ball was \(18\) feet above the ground when it flew over Forrest.

  2. The distance from Kelly to Hunter is the same as the distance from point \(K\) to point \(H\text{.}\) These are the horizontal intercepts of the graph of the given formula: \(h=-0.01\left(x^2-70x-1800\right)\text{.}\) To find the horizontal intercepts, set \(h=0\) and solve for \(x\text{.}\)

    \begin{align*} 0=-0.01\left(x^2-70x-1800\right)\\ \end{align*}

    Note that we can divide by \(-0.01\) on both sides of the equation to simplify.

    \begin{align*} 0\amp=x^2-70x-1800\\ 0\amp=(x-90)(x+20)\\ \end{align*}

    So, either:

    \begin{align*} x-90\amp=0\amp\text{or}\amp\amp x+20\amp=0\\ x\amp=90\amp\text{or}\amp\amp x\amp=-20 \end{align*}

    Since the \(x\)-values are how far right or left the points are from Forrest, Kelly is standing \(20\) feet left of Forrest and Hunter is standing \(90\) feet right of Forrest. Thus, the two kids are \(110\) feet apart.

It is worth noting that if this same kick, with same initial force at the same angle, took place on Earth, the ball would have traveled less than \(30\) feet from Kelly before landing!

The previous coordinate plane with a scale added so that Forrest is standing at the origin; the scale on the x-axis is 20 feet and the scale on the y-axis is 10 feet; there is an arc for the soccer ball on Earth that would travel 30 feet; the arc for the ball kicked on the moon would travel 110 feet
Figure8.1.17A Soccer Kick on Mars and the Same Kick on Earth
Example8.1.18An Area Application

Rajesh has a hot tub and he wants to build a deck around it. The hot tub is 7 ft by 5 ft and it is covered by a roof that is 99 ft2. How wide can he make the deck so that it will be covered by the roof?

Solution

We will define \(x\) to represent the width of the deck (in feet). Here is a diagram to help us understand the scenario.

A diagram with a 7x5 rectangle for the hot tub; there is a larger rectangle around the hot tub for the deck, which extends x feet on each side of the hot tub
Figure8.1.19Diagram for the Deck

The overall length is \(7+2x\) feet, because Rajesh is adding \(x\) feet on each side. Similarly, the overall width is \(5+2x\) feet.

The formula for the area of a rectangle is \(\text{area}=\text{length}\cdot\text{width}\text{.}\) Since the total area of the roof is 99 ft2, we can write and solve the equation:

\begin{align*} (7+2x)(5+2x)=99\\ 4x^2+24x+35=99\\ 4x^2+24x+35\subtractright{99}\amp=99\subtractright{99}\\ 4x^2+24x-64\amp=0\\ 4(x^2+6x-16)\amp=0\\ 4(x+8)(x-2)\amp=0 \end{align*}
\begin{align*} x+8\amp=0\amp\amp\text{or}\amp x-2\amp=0\\ x\amp=-8\amp\amp\text{or}\amp x\amp=2 \end{align*}

Since a length cannot be negative, we take \(x=2\) as the only applicable solution. Rajesh should make the deck 2 ft wide on each side to fit under the roof.

SubsectionExercises

Solve Quadratic Equations by Factoring

1

Solve the equation.

\((x+4)(x - 2) = 0\)

2

Solve the equation.

\((x+7)(x - 11) = 0\)

3

Solve the equation.

\({-85\!\left(x+8\right)\!\left(15x-7\right)} = 0\)

4

Solve the equation.

\({-73\!\left(x-10\right)\!\left(8x+5\right)} = 0\)

5

Solve the equation.

\({x^{2}+3x+2} = 0\)

6

Solve the equation.

\({x^{2}+10x+21} = 0\)

7

Solve the equation.

\({x^{2}+x-12} = 0\)

8

Solve the equation.

\({x^{2}+9x-10} = 0\)

9

Solve the equation.

\({x^{2}-9x+20} = 0\)

10

Solve the equation.

\({x^{2}-12x+32} = 0\)

11

Solve the equation.

\({x^{2}+18x} = {-80}\)

12

Solve the equation.

\({x^{2}+15x} = {-54}\)

13

Solve the equation.

\({x^{2}-7x} = {30}\)

14

Solve the equation.

\({x^{2}+x} = {72}\)

15

Solve the equation.

\({x^{2}-13x} = {-40}\)

16

Solve the equation.

\({x^{2}-16x} = {-63}\)

17

Solve the equation.

\({x^{2}} = {x}\)

18

Solve the equation.

\({x^{2}} = {-x}\)

19

Solve the equation.

\({8x^{2}} = {56x}\)

20

Solve the equation.

\({9x^{2}} = {-54x}\)

21

Solve the equation.

\({10x^{2}} = {x}\)

22

Solve the equation.

\({2x^{2}} = {x}\)

23

Solve the equation.

\({x^{2}-4x+4}=0\)

24

Solve the equation.

\({x^{2}-6x+9}=0\)

25

Solve the equation.

\({x^{2}}={10x-25}\)

26

Solve the equation.

\({x^{2}}={12x-36}\)

27

Solve the equation.

\({64x^{2}}={-80x-25}\)

28

Solve the equation.

\({81x^{2}}={-18x-1}\)

29

Solve the equation.

\({5x^{2}}={-39x-54}\)

30

Solve the equation.

\({5x^{2}}={-54x-40}\)

31

Solve the equation.

\({x^{2}-100} = 0\)

32

Solve the equation.

\({x^{2}-64} = 0\)

33

Solve the equation.

\({9x^{2}-16}=0\)

34

Solve the equation.

\({49x^{2}-4}=0\)

35

Solve the equation.

\({25x^{2}}={49}\)

36

Solve the equation.

\({36x^{2}}={49}\)

37

Solve the equation.

\({x\!\left(x-7\right)} = {44}\)

38

Solve the equation.

\({x\!\left(x+3\right)} = {28}\)

39

Solve the equation.

\({x\!\left(5x+42\right)}={80}\)

40

Solve the equation.

\({x\!\left(5x+59\right)}={-90}\)

41

Solve the equation.

\({\left(x-1\right)\!\left(x-1\right)} = {9}\)

42

Solve the equation.

\({\left(x+3\right)\!\left(x+2\right)} = {2}\)

43

Solve the equation.

\({\left(x+1\right)\!\left(4x-5\right)} = {3x^{2}-3}\)

44

Solve the equation.

\({\left(x+2\right)\!\left(2x+1\right)} = {x^{2}-2}\)

45

Solve the equation.

\({x\!\left(x+4\right)}={2x-1}\)

46

Solve the equation.

\({x\!\left(x+12\right)}={3\!\left(2x-3\right)}\)

47

Solve the equation.

\({64x^{2}+80x+25}=0\)

48

Solve the equation.

\({81x^{2}+18x+1}=0\)

49

Solve the equation.

\({\left(x+9\right)\!\left(x^{2}+18x+80\right)} = 0\)

50

Solve the equation.

\({\left(x-5\right)\!\left(x^{2}+6x+8\right)} = 0\)

51

Solve the equation.

\({x\!\left(x^{2}-9\right)} = 0\)

52

Solve the equation.

\({x\!\left(x^{2}-16\right)} = 0\)

53

Solve the equation.

\({x^{3}-5x^{2}+4x} = 0\)

54

Solve the equation.

\({x^{3}+11x^{2}+10x} = 0\)

Quadratic Equation Application Problems

55

Two numbers’ sum is \(-1\text{,}\) and their product is \(-42\text{.}\) Find these two numbers.

These two numbers are .

56

Two numbers’ sum is \(1\text{,}\) and their product is \(-56\text{.}\) Find these two numbers.

These two numbers are .

57

A rectangle’s base is \({9\ {\rm cm}}\) longer than its height. The rectangle’s area is \({162\ {\rm cm^{2}}}\text{.}\) Find this rectangle’s dimensions.

The rectangle’s height is .

The rectangle’s base is .

58

A rectangle’s base is \({7\ {\rm cm}}\) longer than its height. The rectangle’s area is \({144\ {\rm cm^{2}}}\text{.}\) Find this rectangle’s dimensions.

The rectangle’s height is .

The rectangle’s base is .

59

A rectangle’s base is \({1\ {\rm in}}\) shorter than twice its height. The rectangle’s area is \({6\ {\rm in^{2}}}\text{.}\) Find this rectangle’s dimensions.

The rectangle’s height is .

The rectangle’s base is .

60

A rectangle’s base is \({9\ {\rm in}}\) shorter than five times its height. The rectangle’s area is \({2\ {\rm in^{2}}}\text{.}\) Find this rectangle’s dimensions.

The rectangle’s height is .

The rectangle’s base is .

61

There is a rectangular lot in the garden, with \({7\ {\rm ft}}\) in length and \({5\ {\rm ft}}\) in width. You plan to expand the lot by an equal length around its four sides, and make the area of the expanded rectangle \({143\ {\rm ft^{2}}}\text{.}\) How long should you expand the original lot in four directions?

You should expand the original lot by in four directions.

62

There is a rectangular lot in the garden, with \({10\ {\rm ft}}\) in length and \({8\ {\rm ft}}\) in width. You plan to expand the lot by an equal length around its four sides, and make the area of the expanded rectangle \({168\ {\rm ft^{2}}}\text{.}\) How long should you expand the original lot in four directions?

You should expand the original lot by in four directions.