Quadratic Equations and the Quadratic Formula
Solve ax² + bx + c = 0 using the quadratic formula: x = (-b ± √Δ) / 2a, where discriminant Δ = b² - 4ac. Example: x² - 5x + 6 = 0 (a=1, b=-5, c=6). Δ = 25 - 24 = 1 > 0. x = (5 ± 1) / 2, so x = 3 or 2. Factored form: (x-3)(x-2) = 0. If Δ is positive: two distinct real roots; zero: repeated root; negative: complex conjugate pair.