Equation Solver
Solve linear and quadratic equations step by step
Quick answer
Equation Solver
Linear equations have one solution, while quadratic equations can have zero, one, or two real solutions depending on the discriminant (b² - 4ac).
Formula
Linear: ax + b = 0 → x = -b/a | Quadratic: ax² + bx + c = 0 → x = (-b ± √(b² - 4ac)) / 2a
Solve Your Equation
🔢Formula
Linear: ax + b = 0 → x = -b/a | Quadratic: ax² + bx + c = 0 → x = (-b ± √(b² - 4ac)) / 2a💡How it works
Linear equations have one solution, while quadratic equations can have zero, one, or two real solutions depending on the discriminant (b² - 4ac).