Learn to solve quadratic equations using factoring, completing the square, and the quadratic formula.
A quadratic equation has the form:
ax² + bx + c = 0
Best for simple equations where factors are integers.
Example: x² - 5x + 6 = 0
(x - 2)(x - 3) = 0x = 2 or x = 3Works for all quadratic equations:
x = (-b ± √(b² - 4ac)) / 2a
Useful for deriving the quadratic formula or when coefficient of x² is 1.
The value b² - 4ac tells you about the solutions:
What are the solutions to x² - 7x + 12 = 0?