Skip to main content

Section 12.3 Solving Quadratic Equations Using the Zero-Product Property

When the product of two numbers is zero, at least one of the numbers in the product must be zero. This is a property unique to zero; e.g., when two numbers multiply to, say, ten, not only is it not the case that one of the two numbers need be ten, the only restriction on the two numbers at all is that neither be zero.

When solving an equation of form:

\begin{equation*} ab=0\text{,} \end{equation*}

the next step in the process is to state:

\begin{equation*} a=0\text{ or }b=0\text{.} \end{equation*}

We then solve the two new equations separately and state our solutions, or solution set. For example:

\begin{gather*} (4x+7)(2x-9)=0 \end{gather*}
\begin{align*} 4x+7\amp=0\amp\amp\text{or}\amp 2x-9\amp=0\\ 4x+7\subtractright{7}\amp=0\subtractright{7}\amp\amp\text{or}\amp 2x-9\addright{9}\amp=0\addright{9}\\ 4x\amp=-7\amp\amp\text{or}\amp 2x\amp=9\\ \divideunder{4x}{4}\amp=\divideunder{-7}{4}\amp\amp\text{or}\amp \divideunder{2x}{2}\amp=\divideunder{9}{2}\\ x\amp=-\frac{7}{4}\amp\amp\text{or}\amp x\amp=\frac{9}{2} \end{align*}

The solutions are \(-\frac{7}{4}\) and \(\frac{9}{2}\text{.}\) The solution set is \(\{-\frac{7}{4}, \frac{9}{2}\}\text{.}\)

We frequently have to perform some preliminary steps before invoking the zero-product property. Specifically:

  1. Completely expand both sides of the equation.
  2. Add and/or subtract to/from both sides of the equation so that one side of the equation is zero. The next step will be easier if make sure that the second degree term (\(ax^2\)) has a positive coefficient.
  3. Factor the non-zero side of the equation.
  4. We are now set to invoke the zero-product property.

Several examples follow.

Example 12.3.1.

Use the zero-product property to solve \(4x^2=4x+15\text{.}\)

Solution
\begin{align*} 4x^2\amp=4x+15\\ 4x^2\subtractright{4x}\subtractright{15}\amp=4x+15\subtractright{4x}\subtractright{15}\\ 4x^2-4x-15\amp=0\\ 4x^2-10x+6x-15\amp=0\\ 2x(2x-5)+3(2x-5)\amp=0\\ (2x-5)(2x+3)\amp=0 \end{align*}
\begin{align*} 2x-5\amp=0\amp\amp\text{or}\amp 2x+3\amp=0\\ 2x-5\addright{5}\amp=0\addright{5}\amp\amp\text{or}\amp 2x+3\subtractright{3}\amp=0\subtractright{3}\\ 2x\amp=5\amp\amp\text{or}\amp 2x\amp=-3\\ \divideunder{2x}{2}\amp=\divideunder{5}{2}\amp\amp\text{or}\amp \divideunder{2x}{2}\amp=\divideunder{-3}{2}\\ x\amp=\frac{5}{2}\amp\amp\text{or}\amp x\amp=-\frac{3}{2} \end{align*}

The solutions are \(\frac{5}{2}\) and \(-\frac{3}{2}\text{.}\) The solution set is \(\left\{\frac{5}{2}, -\frac{3}{2}\right\}\text{.}\)

Example 12.3.2.

Use the zero-product property to solve \((x+6)(x-2)=-16\text{.}\)

Solution
\begin{align*} (x+6)(x-2)\amp=-16\\ x^2+4x-12\amp=-16\\ x^2+4x+4\amp=0\\ (x+2)(x+2)\amp=0\\ x+2=0\\ x+2\subtractright{2}=0\subtractright{2}\\ x=-2 \end{align*}

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

Example 12.3.3.

Use the zero-product property to solve \((x+4)(4x-5)=(7x+10)(3x-2)\text{.}\)

Solution
\begin{align*} (x+4)(4x-5)\amp=(7x+10)(3x-2)\\ 4x^2+11x-20\amp=21x^2+16x-20\\ 4x^2+11x-20\subtractright{4x^2}\subtractright{11x}\addright{20}\amp=21x^2+16x-20\subtractright{4x^2}\subtractright{11x}\addright{20}\\ 0\amp=17x^2+5x\\ 0\amp=x(17x+5) \end{align*}
\begin{align*} x\amp=0\amp\amp\text{or}\amp 17x+5\amp=0\\ x\amp=0\amp\amp\text{or}\amp 17x+5\subtractright{5}\amp=0\subtractright{5}\\ x\amp=0\amp\amp\text{or}\amp 17x\amp=-5\\ x\amp=0\amp\amp\text{or}\amp \divideunder{17x}{17}\amp=\divideunder{-5}{17}\\ x\amp=0\amp\amp\text{or}\amp x\amp=-\frac{5}{17} \end{align*}

The solutions are \(0\) and \(-\frac{5}{17}\text{.}\) The solution set is \(\left\{0, -\frac{5}{17}\right\}\text{.}\)

Example 12.3.4.

Use the zero-product property to solve \(2-x^2=(2-x)^2\text{.}\)

Solution
\begin{align*} 2-x^2\amp=(2-x)^2\\ 2-x^2\amp=(2-x)(2-x)\\ 2-x^2\amp=4-4x+x^2\\ 2-x^2\subtractright{2}\addright{x^2}\amp=4-4x+x^2\subtractright{2}\addright{x^2}\\ 0\amp=2x^2-4x+2\\ \multiplyleft{\frac{1}{2}}0\amp=\multiplyleft{\frac{1}{2}}(2x^2-4x+2)\\ 0\amp=x^2-2x+1\\ 0\amp=(x-1)(x-1)\\ x-1\amp=0\\ x-1\addright{1}\amp=0\addright{1}\\ x\amp=1 \end{align*}

The solution is \(1\text{.}\) The solution set is \(\{1\}\text{.}\)

Exercises Exercises

Use the zero-product property to solve each quadratic equation. State the solutions to each equation as well as the solution set to each equation.

1.

\((3x+8)(5x-7)=0\)

Solution

We begin by setting each of the factors from the left side of the equation equal to zero.

\begin{align*} (3x+8)(5x-7)\amp=0 \end{align*}
\begin{align*} 3x+8\amp=0 \amp\amp\text{or}\amp 5x-7\amp= 0\\ 3x+8\subtractright{8}\amp=0\subtractright{8} \amp\amp\text{or}\amp 5x-7\addright{7}\amp= 0\addright{7}\\ 3x\amp=-8 \amp\amp\text{or}\amp 5x\amp=7\\ \divideunder{3x}{3}\amp=\divideunder{-8}{3} \amp\amp\text{or}\amp \divideunder{5x}{5}\amp=\divideunder{7}{5}\\ x\amp=-\frac{8}{3} \amp\amp\text{or}\amp x\amp=\frac{7}{5} \end{align*}

The solutions are \(-\frac{8}{3}\) and \(\frac{7}{5}\text{.}\)

The solution set is \(\left\{-\frac{8}{3}, \frac{7}{5}\right\}\text{.}\)

2.

\(x(x-6)=0\)

Solution

We begin by setting each of the factors from the left side of the equation equal to zero.

\begin{align*} x(x-6)\amp=0 \end{align*}
\begin{align*} x\amp=0 \amp\amp\text{or}\amp x-6\amp=0\\ x\amp=0 \amp\amp\text{or}\amp x-6\addright{6}\amp=0\addright{6}\\ x\amp=0 \amp\amp\text{or}\amp x\amp=6 \end{align*}

The solutions are \(0\) and \(6\text{.}\)

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

3.

\(x(x-3)=10\)

Solution

We begin by making the right side of the equation zero and then factoring the left side of the equation.

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

The solutions are \(5\) and \(-2\text{.}\)

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

4.

\(x^2+12x=-36\)

Solution

We begin by making the right side of the equation zero and then factoring the left side of the equation.

\begin{align*} x^2+12x\amp=-36\\ x^2+12x\addright{36}\amp=-36\addright{36}\\ x^2+12x+36\amp=0\\ (x+6)(x+6)\amp=0\\ x+6\amp=0\\ x+6\subtractright{6}\amp=0\subtractright{6}\\ x\amp=-6 \end{align*}

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

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

5.

\(4t(8t+9)=5\)

Solution

We begin by expanding the left side of the equation, making the right side of the equation zero, and then factoring the left side of the equation.

\begin{align*} 4t(8t+9)\amp=5\\ 32t^2+36t\amp=5\\ 32t^2+36t\subtractright{5}\amp=5\subtractright{5}\\ 32t^2+36t-5\amp=0\\ 32t^2+40t-4t-5\amp=0\\ 8t(4t+5)-1 \cdot (4t+5)\amp=0\\ (4t+5)(8t-1)\amp=0 \end{align*}
\begin{align*} 4t+5\amp=0 \amp\amp\text{or}\amp 8t-1\amp=0\\ 4t+5\subtractright{5}\amp=0\subtractright{5} \amp\amp\text{or}\amp 8t-1\addright{1}\amp=0\addright{1}\\ 4t\amp=-5 \amp\amp\text{or}\amp 8t\amp=1\\ \divideunder{4t}{4}\amp=-\divideunder{5}{4} \amp\amp\text{or}\amp \divideunder{8t}{8}\amp=\divideunder{1}{8}\\ t\amp=-\frac{5}{4} \amp\amp\text{ or }\amp t\amp=\frac{1}{8} \end{align*}

The solutions are \(-\frac{5}{4}\) and \(\frac{1}{8}\text{.}\)

The solution set is \(\left\{-\frac{5}{4}, \frac{1}{8}\right\}\text{.}\)

6.

\(2y^2=y\)

Solution

We begin by making the right side of the equation zero and then factoring the left side of the equation.

\begin{align*} 2y^2\amp=y\\ 2y^2\subtractright{y}\amp=y\subtractright{y}\\ 2y^2-y\amp=0\\ y(2y-1)\amp=0 \end{align*}
\begin{align*} y\amp=0 \amp\amp\text{or}\amp 2y-1\amp=0\\ y\amp=0 \amp\amp\text{or}\amp 2y-1\addright{1}\amp=0\addright{1}\\ y\amp=0 \amp\amp\text{or}\amp 2y\amp=1\\ y\amp=0 \amp\amp\text{or}\amp \divideunder{2y}{2}\amp=\divideunder{1}{2}\\ y\amp=0 \amp\amp\text{or}\amp y\amp=\frac{1}{2} \end{align*}

The solutions are \(0\) and \(\frac{1}{2}\text{.}\)

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

7.

\((w-10)(w+1)=-10\)

Solution

We begin by expanding the left side of the equation, making the right side of the equation zero, and then factoring the left side of the equation.

\begin{align*} (w-10)(w+1)\amp=-10\\ w^2-9w-10\amp=-10\\ w^2-9w-10\addright{10}\amp=-10\addright{10}\\ w^2-9w\amp=0\\ w(w-9)\amp=0 \end{align*}
\begin{align*} w\amp=0 \amp\amp\text{or}\amp w-9\amp=0\\ w\amp=0 \amp\amp\text{or}\amp w-9\addright{9}\amp=0\addright{9}\\ w\amp=0 \amp\amp\text{or}\amp w\amp=9 \end{align*}

The solutions are \(0\) and \(9\text{.}\)

The solution set is \(\{0, 9\}\text{.}\)