Quadratic Equation Solver
Solve ax² + bx + c = 0 step by step
Coefficients
Enter a, b, c
ax² + bx + c = 0
Solution
Equation
x² - 5x + 6 = 0
Roots: x = 2, x = 3
Root 1 (x₁)
2
Root 2 (x₂)
3
📊 Step-by-Step Solution
💡 Analysis
📐 Two real roots. Equation factors as (x-2)(x-3) = 0
❓ FAQs
x = (-b ± √(b² - 4ac)) / 2a
This is the quadratic formula to solve ax² + bx + c = 0
D = b² - 4ac
• D > 0: Two real roots
• D = 0: One real root (repeated)
• D < 0: Two complex roots