Algebra Solver

Solve linear and quadratic equations step by step.

x +=

Solve equations step by step

This algebra solver handles the two equation types students meet most: linear equations of the form ax + b = c, and quadratic equations of the form ax² + bx + c = 0. Enter the coefficients and it returns the solution along with the working, so you can check your homework and understand the method, not just the answer.

How quadratic equations are solved

The solver uses the quadratic formula, x = (−b ± √(b² − 4ac)) ÷ 2a. The part under the square root, b² − 4ac, is the discriminant. If it is positive there are two real solutions; if it is zero there is one repeated solution; and if it is negative the solutions are a pair of complex conjugates, which the solver displays in the form p ± qi.

More maths tools

Pair this with our graph plotter to visualise where an equation crosses the x-axis, the scientific calculator for general sums, and the equation simplifier.

Frequently asked questions

What is the discriminant?

It is b² − 4ac, the expression under the square root in the quadratic formula. Its sign tells you how many real solutions an equation has.

Can it solve equations with no real solution?

Yes. When the discriminant is negative, it returns the two complex roots in the form a ± bi.