Factor, complete the square, or use the quadratic formula.
A quadratic equation has the form ax² + bx + c = 0 where a ≠ 0. Three reliable solving methods:
x = (−b ± √(b² − 4ac)) / (2a). Always works.The discriminant Δ = b² − 4ac tells you how many real solutions to expect: Δ > 0 two distinct, Δ = 0 one double root, Δ < 0 no real solutions.
x² − 7x + 12 = 0 by factoring.(x − 3)(x − 4) = 02x² − 4x − 3 = 0.x = (4 ± √40) / 4 = (4 ± 2√10) / 4 = (2 ± √10) / 28 questions on factoring, the quadratic formula, completing the square, and the discriminant.