Skip to main content
Mathematics LibreTexts

6.2: Introduction to Factoring

  • Page ID
    51469
  • \( \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

    • Use the principle of zero products to solve equations
    • Determine for what kind of equations the principle of zero products can be used
    • Explain why some techniques for solving linear equations don’t work for solving polynomial equations

    Consider the profit equation for a cell phone manufacturer:

    \(P=-0.09x^2+5000x-750,000\)

    Using an online graphing calculator, we generated this graph of the profit equation.

    Screen Shot 2016-06-07 at 2.42.59 PM

    A manager may want to know for what amount of phones manufactured and sold will a profit be made. By substituting 100 in for x, we discovered that when 100 phones were manufactured and sold, the company did not make a profit.

    Substitute x = 100

    \(\begin{array}{c}P=-0.09x^2+5000x-750,000\\=-0.09\left(100\right)^2+5000\left(100\right)-750,000\\=-900+500,000-750,000\\=-250,900\end{array}\)

    Finding the points where profit is greater than or equal to zero will guide management decisions, and help the company plan to have enough labor and materials on hand. Knowing where profit equals zero gives the company a baseline from which to plan. On the graph, profit is zero when the parabola crosses the x-axis. In algebraic terms, this means finding where the profit equation is equal to zero:

    \(\begin{array}{c}P=-0.09x^2+5000x-750,000\\0=-0.09x^2+5000x-750,000\\0<-0.09x^2+5000x-750,000\end{array}\)

    We know how to solve linear equations like this: \(x-4>0\). But, how do you solve a polynomial equation like this: \(0<-0.09x^2+5000x-750,000\)?

    In this section we will learn some very useful tools for solving certain kinds of polynomial equations, and in later math courses you will likely learn how to extend these ideas to solving polynomial inequalities. The first concept we will explore is that of the zero product property, then we will discuss how that can be used to solve polynomial equations.

    The Principle of Zero Products

    The number zero
    Zero

    What if we told you that we multiplied two numbers together and got an answer of zero? What could you say about the two numbers? Could they be 2 and 5? Could they be 9 and 1? No! When the result (answer) from multiplying two numbers is zero, that means that one of them had to be zero. This idea is called the zero product principle, and it is useful for solving certain kinds of equations, like we described in the cell phone manufacturer example.

    Principle of Zero Products

    The Principle of Zero Products states that if the product of two numbers is 0, then at least one of the factors is 0. If \(a=0\) or \(b=0\), or both a and b are 0.

    Example

    Use the principle of zero products to solve. \(5y=0\)
    [reveal-answer q=”547123″]Show Solution[/reveal-answer]
    [hidden-answer a=”547123″]

    By the principle of zero products, when two factors are multiplied and the result is zero at least one of them is equal to zero. Therefore, either \(y=0\).

    In this case, we know that 5 is not equal to zero, so \(y\) must be equal to zero.

    We can verify this with algebra.

    \(\begin{array}{c}5y=0\\\text{}\\\frac{5y}{5}=\frac{0}{5}\\\text{}\\y=0\end{array}\)

    Answer

    Both by the principle of zero products, and with algebra, we have shown that \(y=0\).

    [/hidden-answer]

    We can extend this idea to products of more than just two numbers. In the next example we will show that we can use the principle of zero products to solve an equation containing the product of a number and a binomial.

    Example

    Use the principle of zero products to solve:

    \(7\left(y-2\right)=0\)
    [reveal-answer q=”726832″]Show Solution[/reveal-answer]
    [hidden-answer a=”726832″]

    By the principle of zero products, either \(\left(y-2\right)=0\). We know that \(\left(y-2\right)=0\). We know how to solve this kind of equation!

    We can remove the parentheses because they are not needed to solve.

    \(\begin{array}{c}y-2=0\\\,\,\,\,\,\,\,\,\,\underline{+2}\,\,\,\,\,\,\underline{+2}\\\text{}\\\,\,\,\,\,\,\,\,\,\,y=2\end{array}\)

    We can check this is correct by substituting 2 for y into the original equation.

    \(\begin{array}{c}7\left(2-2\right)=0\\7\left(0\right)=0\\0=0\end{array}\)

    This statement is true, so we have found the correct value for y.

    Answer

    \(y=2\)

    [/hidden-answer]

    We could have used the distributive property and the addition and multiplication properties of equality to solve the equation in the previous example. It would look something like this:

    Solve \(7\left(y-2\right)=0\) using the distributive property.

    \(\begin{array}{c}7\left(y-2\right)=0\\7y-14=0\\\,\,\,\,\,\,\,\,\,\underline{+14}\,\,\,\,\,\,\underline{+14}\\\text{}\\7y=14\\\text{}\\\frac{7y}{7}=\frac{14}{7}\\\text{}\\y=2\end{array}\)

    We have the same answer that we verified in the example, but we used different algebraic principles to find it.

    In the next example we add another layer to the idea that we can use the principle of zero products to solve equations. We will solve an equation that contains the product of a variable and a binomial.

    Example

    Use the principle of zero products to solve:

    \(t\left(5-t\right)=0\)

    [reveal-answer q=”649695″]Show Solution[/reveal-answer]
    [hidden-answer a=”649695″]

    By the principle of zero products, either \(\left(5-t\right)=0\)

    \(\displaystyle\begin{array}{c}t=0\,\,\,\,\,\,\,\,\,\text{OR}\,\,\,\,\,\,\,\,5-t=0\\\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\underline{-5}\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\underline{-5}\\\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,-t=-5\\\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\frac{-t}{-1}=\frac{-5}{-1}\\\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,t=5\\\text{}\\t=0\,\,\,\,\,\,\,\,\,\,\,\,\text{OR}\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,t=5\end{array}\)

    Wow, two answers! Let’s check that they are both correct.

    Substitute \(t=0\)

    \(\begin{array}{c}t\left(5-t\right)=0\\0\left(5-0\right)=0\\\,\,\,\,\,\,\,\,\,\,0\left(5\right)=0\\\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,0=0\end{array}\)

    \(t=5\)

    Substitute \(t=5\)

    \(\begin{array}{c}5\left(5-5\right)=0\\\,\,\,\,\,\,\,\,\,\,\,5\left(0\right)=0\\\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,0=0\end{array}\)

    \(t=5\) also checks. There are two answers to this equation.

    Answer

    \(t=0\text{ OR }t=5\)

    [/hidden-answer]

    Why don’t we just use the distributive property to solve these kind of equations? Let’s try using the distributive property on the previous example to explain why this will not always work.

    \(\begin{array}{c}t\left(5-t\right)=0\\\text{}\\5t-t^2=0\\\underline{-5t}\,\,\,\,\,\,\,\,\,\,\underline{-5t}\\t^2=-5t\\\text{}\\t\cdot{t}=-5t\\\text{}\\\frac{t\cdot{t}}{t}=\frac{-5t}{t}\\\text{}\\t=-5\end{array}\)

    Wait, in the example, our solution was \(t=0\text{ OR }t=5\). Let’s check this new answer to see if it is correct.

    Substitute \(t=-5\)

    \(\begin{array}{c}-5\left(5-\left(-5\right)\right)=0\\-5\left(5+5\right)=0\\-5\left(10\right)=0\\-50\neq{0}\end{array}\)

    This isn’t even the right answer!

    When we are solving polynomial equations, we need to use some different methods than we used to solve linear equations to make sure we get all of the correct answers. The principle of zero products is one tool that allows us to do this.

    CautionCaution! It is important to remember that the principle of zero products only works when we have an equation with zero on one side, and only a product on the other side. The table below gives examples of equations for which you can and cannot apply the principle of zero products.

    YES Zero Products Works to Solve NO Zero Products Does Not Work to Solve WHY NOT?
    \(\frac{1}{2}\left(x-2\right)=28\) There is a product on the left, but it is not equal to zero.
    \(s^2+9s=0\) There is a sum equal to zero but no product equal to zero.

    Let’s look at one more example of how the principle of zero products can be used to solve equations involving products that are binomials.

    Example

    Use the principle of zero products to solve:

    \(\left(s+1\right)\left(s-5\right)=0\)
    [reveal-answer q=”499648″]Show Solution[/reveal-answer]
    [hidden-answer a=”499648″]

    Set both products equal to zero, then solve the linear equations.

    \(\begin{array}{c}\left(s+1\right)=0\\s+1=0\\\underline{-1}\,\,\,\,\,\,\,\underline{-1}\\s=-1\end{array}\)

    \(\begin{array}{c}\left(s-5\right)=0\\s-5=0\\\,\,\,\,\,\,\,\,\,\,\,\underline{+5}\,\,\,\,\,\underline{+5}\\\,\,\,\,\,\,\,\,\,s=5\end{array}\)

    Answer

    \(s=-1\text{ OR }s=5\)

    [/hidden-answer]

    The last two examples we showed were both polynomial equations that were degree two. Remember that degree means the largest exponent in the polynomial. Degree two polynomials are often called quadratic. Using the distributive property to multiply the products in the last example will help you see that it is a degree two polynomial.

    Use a table:

    \(+1\)
    \(s^2\) \(-5\) \(-5\)

    Combine terms and simplify:

    \(\begin{array}{c}s^2+s-5s-5\\=s^2-4s-5\end{array}\)

    When the polynomial is simplified, you can tell that it is a degree two polynomial, or a quadratic polynomial. At the start of this page, we proposed that a business would be interested in where the quadratic polynomial that represented profit was equal to or greater than zero. We have presented one way to find where a quadratic polynomial is equal to zero, as long as it is in the form of a product of two binomials, and hasn’t been multiplied out.

    In the following video we present more examples of how to use the zero product principle to solve polynomial equations that are in factored form.

    Thumbnail for the embedded element "Ex: Solve an Equation in Factored Form"

    A YouTube element has been excluded from this version of the text. You can view it online here: pb.libretexts.org/ba/?p=114

    What would you do if you were asked to solve a quadratic equation such as \(y^2+2y=0\) as the product of a monomial and a binomial so you can use the zero product principle to solve it.

    CC licensed content, Original
    CC licensed content, Shared previously

    6.2: Introduction to Factoring is shared under a not declared license and was authored, remixed, and/or curated by LibreTexts.

    • Was this article helpful?