The quadratic formula is a crucial tool used to find the zeros of quadratic equations, which take the form \(ax^2 + bx + c = 0\).
The formula is given by:
\[x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\]
Here, \(a\), \(b\), and \(c\) are numbers from the equation and \(x\) represents the unknown or variable you're solving for.
- \(b^2 - 4ac\) is called the discriminant.
The discriminant determines the nature of the roots:
- If it is positive, two real and distinct roots exist.
- If it is zero, only one real root exists (a repeated root).
- If it is negative, two complex roots exist.
In our exercise, the quadratic within the factored polynomial is solved using this formula. It provided zeros \(x = -5\) and \(x = 0\), showcasing how zeros can be directly obtained from solving polynomial equations.