Skip to main content
Logo image

Section 10.7 Solving Quadratic Equations by Factoring

Subsection 10.7.1 Introduction

We have learned how to factor trinomials like x2+5x+6 into (x+2)(x+3). This skill can be used to solve an equation like x2+5x+6=0, which is a quadratic equation. Note that we solved equations like this in Chapter 7, but here we will use factoring, a new method.

Definition 10.7.1. Quadratic Equation.

A quadratic equation is is an equation in the form ax2+bx+c=0 with a0. We also consider equations such as x2=x+3 and 5x2+3=(x+1)2+(x+1)(x3) 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 ax2+bx+c=0. The form ax2+bx+c=0 is called the standard form of a quadratic equation.
Figure 10.7.2. Alternative 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.

Checkpoint 10.7.3.

Identify which of the items are quadratic equations.
  1. The equation 2x2+5x=7
    • ?
    • is
    • is not
    a quadratic equation.
  2. The equation 52x=3
    • ?
    • is
    • is not
    a quadratic equation.
  3. The equation 15x3=3x2+9x
    • ?
    • is
    • is not
    a quadratic equation.
  4. The equation (x+3)(x4)=0
    • ?
    • is
    • is not
    a quadratic equation.
  5. The equation x(x+1)(x1)=0
    • ?
    • is
    • is not
    a quadratic equation.
  6. The expression x25x+6
    • ?
    • is
    • is not
    a quadratic equation.
  7. The equation (2x3)(x+5)=12
    • ?
    • is
    • is not
    a quadratic equation.
Explanation.
  1. The equation 2x2+5x=7 is a quadratic equation. To write it in standard form, simply subtract 7 from both sides.
  2. The equation 52x=3 is not quadratic. It is a linear equation.
  3. The equation 15+x3=3x2+9x is not a quadratic equation because of the x3 term.
  4. The equation (x+3)(x4)=0 is a quadratic equation. If we expand the left-hand side of the equation, we would get something in standard form.
  5. The equation x(x+1)(x1)=0 is not a quadratic equation. If we expanded the left-hand side of the equation, we would have an expression with an x3 term, which automatically makes it not quadratic.
  6. The expression x25x+6 is not a quadratic equation; it’s not an equation at all. Instead, this is a quadratic expression.
  7. The equation (2x3)(x+5)=12 is a quadratic equation. Multiplying out the left-hand side, and subtracting 12 form both sides, we would have a quadratic equation in standard form.
Now we’ll look at an application that demonstrates the need and method for solving a quadratic equation by factoring.
Nita is in a physics class that launches a tennis ball from a rooftop 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, in feet, with the quadratic equation
h=16t2+64t+80,
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
Figure 10.7.4. A Diagram of the Ball Thrown from the Roof
The ground has a height of 0, or h=0. We will substitute 0 for h in the equation and we have
16t2+64t+80=0
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. Then we can finish factoring the trinomial:
16t2+64t+80=016(t24t5)=016(t+1)(t5)=0
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 ab=0. Maybe b=0, because that would certainly cause the equation to be true. But suppose that b0. Then it is safe to divide both sides by b, and the resulting equation says that a=0. So no matter what, either a=0 or b=0.
To understand this property more, let’s look at a few products:
47=2840=0473=8407=040=0403=0
When none of the factors are 0, the result is never 0. The only way to get a product of 0 is when one of the factors is 0. 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
16(t+1)(t5)=0.
The first factor is the number 16. The second and third factors, t+1 and t5, are expressions that represent numbers. Since the product of the three factors is equal to 0, one of the factors must be zero.
Since 16 is not 0, either t+1 or t5 must be 0. This gives us two equations to solve:
t+1=0ort5=0t+11=01ort5+5=0+5t=1ort=5
We have found two solutions, 1 and 5. 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:
16t2+64t+80=016t2+64t+80=016(1)2+64(1)+80=?016(5)2+64(5)+80=?016(1)64+80=?016(25)+320+80=?01664+80=?0400+320+80=?00=00=0
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.

Subsection 10.7.2 Further Examples

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

Example 10.7.7.

Solve x25x14=0 by factoring.
Explanation.
x25x14=0(x7)(x+2)=0
x7=0orx+2=0x7+7=0+7orx+22=02x=7orx=2
The solutions are 2 and 7, so the solution set is written as {2,7}.

Example 10.7.8.

Solve x25x14=0 by using graphing technology.
Explanation.
We have already solved the equation x25x14=0 by factoring in Example 7, and now we can analyze the significance of the solutions graphically. What will 2 and 7 mean on the graph?
To solve this equation graphically, we first make a graph of y=x25x14 and of y=0. Both of these graphs are shown in Figure 9 in an appropriate window.
Figure 10.7.9. A graph of y=x25x14 and y=0.
From the graph provided we can see that the solutions (the x-values where the graphs intersect) are 2 and 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.

Example 10.7.10. A Quadratic Equation with Only One Solution.

Solve x210x+25=0 by factoring.
Explanation.
x210x+25=0(x5)(x5)=0(x5)2=0x5=0x5+5=0+5x=5
The solution is 5, so the solution set is written as {5}.
While we are examining this problem, let’s compare the algebraic solution to a graphical solution.
To solve this equation graphically, we first make a graph of y=x210x+25 and of y=0. Both of these graphs are shown in Figure 11 in an appropriate window.
Figure 10.7.11. A graph of y=x210x+25 and y=0.
From the graph provided, we can see that the reason that the equation x210x+25=0 has only one solution is that the parabola y=x210x+25 touches the line y=0 only once. So again, the solution is 5.

Example 10.7.12. Factor Out a Common Factor.

Solve 5x2+55x+120=0 by factoring.
Explanation.
Note that the terms are all divisible by 5, so we can factor that out to start.
5x2+55x+120=05(x2+11x+24)=05(x+8)(x+3)=0
x+8=0orx+3=0x=8orx=3
The solution set is {8,3}.

Example 10.7.13. Factoring Using the AC Method.

Solve 3x27x+2=0 by factoring.
Explanation.
Recall that we multiply 32=6 and find a factor pair that multiplies to 6 and adds to 7. The factors are 6 and 1. We use the two factors to replace the middle term with 6x and x.
3x27x+2=03x26xx+2=0(3x26x)+(x+2)=03x(x2)1(x2)=0(3x1)(x2)=0
3x1=0orx2=03x=1orx=2x=13orx=2
The solution set is {13,2}.
So far the equations have been written in standard form, which is
ax2+bx+c=0
If an equation is not given in standard form then we must rearrange it in order to use the Zero Product Property.

Example 10.7.14. Writing in Standard Form.

Solve x210x=24 by factoring.
Explanation.
There is nothing like the Zero Product Property for the number 24. We must have a 0 on one side of the equation to solve quadratic equations using factoring.
x210x=24x210x24=2424x210x24=0(x12)(x+2)=0
x12=0orx+2=0x=12orx=2
The solution set is {2,12}.

Example 10.7.15. Writing in Standard Form.

Solve (x+4)(x3)=18 by factoring.
Explanation.
Again, there is nothing like the Zero Product Property for a number like 18. We must expand the left side and subtract 18 from both sides.
(x+4)(x3)=18x2+x12=18x2+x1218=1818x2+x30=0(x+6)(x5)=0
x+6=0orx5=0x=6orx=5
The solution set is {6,5}.

Example 10.7.16. A Quadratic Equation with No Constant Term.

Solve 2x2=5x by factoring.
Explanation.
It may be tempting to divide both sides of the equation by x. But x is a variable, and for all we know, maybe x=0. So it is not safe to divide by x. As a general rule, never divide an equation by a variable in the solving process. Instead, we will put the equation in standard form.
2x2=5x2x25x=5x5x2x25x=0
We can factor out x.
x(2x5)=0
x=0or2x5=0x=0or2x=5x=0orx=52
The solution set is {0,52}. In general, if a quadratic equation does not have a constant term, then 0 will be one of the solutions.
While we are examining this problem, let’s compare the algebraic solution to a graphical solution.
To solve this equation graphically, we first make a graph of y=2x2 and of y=5x. Both of these graphs are shown in Figure 17 in an appropriate window.
Figure 10.7.17. A graph of y=2x2 and y=5x.
From the graph provided, we can see that the equation 2x2=5x has two solutions because the graph of y=2x2 crosses the graph of y=5x twice. Those solutions, the x-values where the graphs cross, appear to be 0 and 52=2.5.

Example 10.7.18. Factoring a Special Polynomial.

Solve x2=9 by factoring.
Explanation.
We can put the equation in standard form and use factoring. In this case, we find a difference of squares.
x2=9x29=0(x+3)(x3)=0
x+3=0orx3=0x=3orx=3
The solution set is {3,3}.

Example 10.7.19. Solving an Equation with a Higher Degree.

Solve 2x310x228x=0 by factoring.
Explanation.
Although this equation is not quadratic, it does factor so we can solve it by factoring.
2x310x228x=02x(x25x14)=02x(x7)(x+2)=0
2x=0orx7=0orx+2=0x=0orx=7orx=2
The solution set is {2,0,7}.

Subsection 10.7.3 Applications

Example 10.7.20. Kicking it on Mars.

Some time in the recent past, Filip traveled to Mars for a vacation with his kids, Henrik and Karina, who wanted to kick a soccer ball around in the comparatively reduced gravity. Karina stood at point K and kicked the ball over her dad standing at point F to Henrik standing at point H. The height of the ball off the ground, h in feet, can be modeled by the equation h=0.01(x270x1800), where x is how far to the right the ball is from Filip. Note that distances to the left of Filip will be negative.
  1. Find out how high the ball was above the ground when it passed over Filip’s head.
  2. Find the distance from Karina to Henrik.
a coordinate plane with a dot for Karina, Filip and Henrik; There is an arc from Karina to Henrik that goes over Filip
Figure 10.7.21. A Soccer Kick on Mars
Explanation.
  1. The ball was neither left nor right of Filip when it went over him, so x=0. Plugging that value into our equation for x,
    h=0.01(0270(0)1800)=0.01(1800)=18
    It seems that the soccer ball was 18 feet above the ground when it flew over Filip.
  2. The distance from Karina to Henrik is the same as the distance from point K to point H. These are the horizontal intercepts of the graph of the given formula: h=0.01(x270x1800). To find the horizontal intercepts, set h=0 and solve for x.
    0=0.01(x270x1800)
    Note that we can divide by 0.01 on both sides of the equation to simplify.
    0=x270x18000=(x90)(x+20)
    So, either:
    x90=0orx+20=0x=90orx=20
    Since the x-values are how far right or left the points are from Filip, Karina is standing 20 feet left of Filip and Henrik is standing 90 feet right of Filip. 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 Karina before landing!
The previous coordinate plane with a scale added so that Filip 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
Figure 10.7.22. A Soccer Kick on Mars and the Same Kick on Earth

Example 10.7.23. An 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?
Explanation.
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
Figure 10.7.24. Diagram 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 area=lengthwidth. Since the total area of the roof is 99 ft2, we can write and solve the equation:
(7+2x)(5+2x)=994x2+24x+35=994x2+24x+3599=99994x2+24x64=04(x2+6x16)=04(x+8)(x2)=0
x+8=0orx2=0x=8orx=2
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.

Reading Questions 10.7.4 Reading Questions

1.

If you use factoring to solve a polynomial equation, what number should be the only thing on one side of the equation?

2.

When you are trying to solve a quadratic equation where the leading coefficient is not 1m and you want to use factoring, and you have moved all terms to one side so that the other side is 0, what should you look for before trying anything else?

Exercises 10.7.5 Exercises

Warmup and Review.

1.
Factor the given polynomial.
6t18=
2.
Factor the given polynomial.
3t21=
3.
Factor the given polynomial.
x2+6x27=
4.
Factor the given polynomial.
x2+x30=
5.
Factor the given polynomial.
2y27y+5=
6.
Factor the given polynomial.
2y213y+20=
7.
Factor the given polynomial.
15r2+9r+18=
8.
Factor the given polynomial.
32r212r+36=
9.
Factor the given polynomial.
100r49=
10.
Factor the given polynomial.
36t4121=

Solve Quadratic Equations by Factoring.

11.
Solve the equation.
(x+12)(x11)=0
12.
Solve the equation.
(x11)(x+5)=0
13.
Solve the equation.
53(x7)(8x+1)=0
14.
Solve the equation.
53(x4)(2x+9)=0
17.
Solve the equation.
x27x30=0
18.
Solve the equation.
x22x35=0
21.
Solve the equation.
x29x22=0
23.
Solve the equation.
x2+4x53=8
30.
Solve the equation.
x216x=60
37.
Solve the equation.
x222x+121=0
38.
Solve the equation.
x224x+144=0
41.
Solve the equation.
121x2=110x25
42.
Solve the equation.
16x2=8x1
43.
Solve the equation.
5x2=43x24
44.
Solve the equation.
4x2=15x14
55.
Solve the equation.
(x+2)(x+6)=3
56.
Solve the equation.
(x+3)(x6)=8
57.
Solve the equation.
(x1)(4x+1)=3x23
58.
Solve the equation.
(x+2)(2x1)=2+x2
59.
Solve the equation.
x(x20)=5(2x+5)
60.
Solve the equation.
x(x12)=3(2x+3)
63.
Solve the equation.
(x5)(x2+18x+80)=0
64.
Solve the equation.
(x2)(x2+16x+63)=0
67.
Solve the equation.
x35x214x=0
68.
Solve the equation.
x311x2+30x=0

Quadratic Equation Application Problems.

69.
Two numbers’ sum is 3, and their product is 54. Find these two numbers.
These two numbers are .
70.
Two numbers’ sum is 14, and their product is 45. Find these two numbers.
These two numbers are .
71.
A rectangle’s base is 5 cm longer than its height. The rectangle’s area is 104 cm2. Find this rectangle’s dimensions.
The rectangle’s height is .
The rectangle’s base is .
72.
A rectangle’s base is 9 cm longer than its height. The rectangle’s area is 136 cm2. Find this rectangle’s dimensions.
The rectangle’s height is .
The rectangle’s base is .
73.
A rectangle’s base is 2 in shorter than three times its height. The rectangle’s area is 65 in2. Find this rectangle’s dimensions.
The rectangle’s height is .
The rectangle’s base is .
74.
A rectangle’s base is 3 in shorter than twice its height. The rectangle’s area is 35 in2. Find this rectangle’s dimensions.
The rectangle’s height is .
The rectangle’s base is .
75.
There is a rectangular lot in the garden, with 9 ft in length and 3 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 135 ft2. How long should you expand the original lot in four directions?
You should expand the original lot by in four directions.
76.
There is a rectangular lot in the garden, with 6 ft in length and 4 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 80 ft2. How long should you expand the original lot in four directions?
You should expand the original lot by in four directions.

Challenge.

77.
Give an example of a cubic equation that has three solutions: one solution is x=3, the second solution is x=9, and the third solution is x=23. Write your equation in standard form.
78.
Solve for x in the equation 75x203x18=0.
You have attempted 1 of 2 activities on this page.