Overview
Practice
Watch
Read
Next Steps
Read
Solving Polynomial Equations
A polynomial equation sets a polynomial equal to zero, and solving it means finding the roots. Learn the factoring method step by step: set the equation to zero, factor, apply the zero product property to split it, and solve each factor. Includes worked quadratic and higher-degree examples.
Solving by factoring
The most common method is factoring, which relies on the zero product property: if a product equals zero, then at least one of its factors must equal zero. The steps are always the same.
Factoring often starts by pulling out a common factor, so it helps to be quick at taking out the greatest common factor. Many polynomial equations are quadratics in disguise, which you can handle the same way you solve quadratic equations by factoring.
A worked example
Take x² − 5x + 6 = 0. It is already equal to zero, so factor the left side into (x − 2)(x − 3) = 0. By the zero product property, x − 2 = 0 or x − 3 = 0, which gives x = 2 or x = 3. Both values are roots — substitute them back in to check.
Higher-degree equations
A cubic or higher polynomial is solved the same way once it is fully factored. For example, x³ − x = 0 factors to x(x − 1)(x + 1) = 0, giving three roots: x = 0, x = 1, and x = −1. These ideas carry into word problems of polynomials, where the equation models a real situation.