Math Equation Solver
A free math equation solver for linear, quadratic, and systems of equations — with step-by-step work and the formulas used.
Share on Social Media:
What the math equation solver does
A math equation solver takes an equation you type — like 2x + 5 = 17 or x² − 5x + 6 = 0 — and finds the value or values of the unknown that make it true. The direct answer for that first example is x = 6; for the quadratic it is x = 2 and x = 3. This free math equation solver handles linear, quadratic, and fraction equations in your browser, with no signup, and the step by step view shows the work so you can learn the method, not just copy the result.
Unlike a single-formula calculator, an equation solver applies a method: isolate the variable for linear equations, factor or use the quadratic formula for second-degree ones, and clear denominators first for fractions. The sections below explain each method and give a worked example so you can check your own algebra.
How to use the math equation solver
- Type your equation into the input, including the equals sign, for example
3x - 4 = 11. - Use
^for powers (x^2) and/for fractions, and keep both sides of the equals sign. - Submit to see the solution — one value for a linear equation, up to two for a quadratic.
- Open the step by step view to follow each move, from isolating the variable to the final answer.
- Edit the equation and resolve to compare cases or check homework.
Because this online math equation solver runs client-side, nothing is uploaded, and you can solve as many equations as you like.
Methods by equation type, with worked examples
Each kind of equation has its own reliable method. The table summarises the approach and shows a fully worked example for each, so the step by step math equation solver output makes sense.
| Equation type | Method | Worked example | Solution |
|---|---|---|---|
| Linear | Isolate the variable: undo addition, then multiplication | 2x + 5 = 17 → 2x = 12 → x = 6 | x = 6 |
| Linear (negative) | Same steps; watch the sign | 7 − 3x = 1 → −3x = −6 → x = 2 | x = 2 |
| Quadratic (factorable) | Factor, then set each factor to zero | x² − 5x + 6 = 0 → (x−2)(x−3) = 0 | x = 2, x = 3 |
| Quadratic (formula) | Use x = (−b ± √(b²−4ac)) ÷ 2a | x² + 2x − 4 = 0 | x ≈ 1.236, −3.236 |
| Fraction | Multiply through by the denominator first | x/3 + 2 = 5 → x/3 = 3 → x = 9 | x = 9 |
| Proportion | Cross-multiply | x/4 = 9/6 → 6x = 36 → x = 6 | x = 6 |
Walk through the quadratic formula row in full. For x² + 2x − 4 = 0, a = 1, b = 2, c = −4. The discriminant is 2² − 4(1)(−4) = 4 + 16 = 20. Then x = (−2 ± √20) ÷ 2 = (−2 ± 4.472) ÷ 2, giving x ≈ 1.236 and x ≈ −3.236. The math quadratic equation solver does this automatically, but knowing the discriminant tells you in advance whether you get two real answers, one, or none.
The discriminant, b² − 4ac, is worth understanding on its own because it predicts the shape of the answer before you finish solving:
| Discriminant value | Number of real roots | What it means graphically |
|---|---|---|
| Positive (> 0) | Two distinct roots | The parabola crosses the x-axis twice |
| Zero (= 0) | One repeated root | The parabola just touches the x-axis |
| Negative (< 0) | No real roots | The parabola never reaches the x-axis |
So if you compute the discriminant and it comes out negative, you can stop — there is no real solution to find, only complex ones. That single check saves time on any quadratic.
Common uses and golden rules
Students and anyone brushing up on algebra reach for an equation solver to check homework, follow the steps for a method they forgot, solve quadratics that do not factor cleanly, and untangle fraction equations. Two rules make every type easier:
- Do the same thing to both sides. Whatever you add, subtract, multiply, or divide, apply it to both sides of the equals sign to keep the equation balanced.
- Undo operations in reverse order. Reverse the order of operations: handle addition and subtraction first, then multiplication and division, to isolate the variable.
For percent-based equations, a dedicated percentage calculator is often faster, and when an equation reduces to averaging values the average calculator can finish the job.
It also helps to recognise word problems that hide an equation. "A number plus 7 is 19" is just x + 7 = 19, so x = 12. "Twice a number minus 3 equals 9" is 2x − 3 = 9, giving x = 6. "The sum of two consecutive numbers is 25" becomes x + (x + 1) = 25, so 2x + 1 = 25 and x = 12. Translate the words into symbols first, then let the math equation solver handle the algebra. The hardest part of most homework is not the solving — it is writing the equation correctly, and once it is written, the method is mechanical.
A step-by-step walkthrough of a fraction equation
Fraction equations look intimidating but follow one extra rule: clear the denominators first. Solve (x + 1)/2 = (x − 3)/4 + 1. The denominators are 2 and 4, so the least common denominator is 4. Multiply every term by 4: 2(x + 1) = (x − 3) + 4. Expand: 2x + 2 = x + 1. Subtract x from both sides: x + 2 = 1. Subtract 2: x = −1. Check by substituting back into the original: the left side is 0/2 = 0 and the right side is −4/4 + 1 = −1 + 1 = 0. Both match, so x = −1 is correct. The math fraction equation solver runs this sequence for you, but seeing it once makes the step-by-step output read like a story rather than a list of moves.
Common mistakes to avoid
- Changing only one side. Subtracting 5 from the left but not the right breaks the equation. Always balance both sides.
- Sign errors with negatives. Dividing by a negative flips the sign of the result;
−3x = −6givesx = 2, not−2. - Forgetting the second root. A quadratic usually has two solutions. The
±in the formula means do not stop after one. - Not clearing fractions first. Multiply the whole equation by the denominator before solving; trying to combine terms with fractions still attached invites errors.
- Skipping the check. Substitute your answer back into the original equation. If both sides match, the solution is right.
Tips and related calculators
Use the step by step output as a tutor: solve a problem yourself first, then compare each line to spot exactly where your method went wrong. For quadratics, glance at the discriminant before solving — a negative one means no real solution, so you know not to chase a decimal answer. Always plug the result back into the original equation as a final check; it takes seconds and catches sign slips.
This math equation solver lives in the Online Calculators hub with tools that pair naturally with algebra work. Use the percentage calculator for percent equations, the average calculator when a problem reduces to a mean, the age calculator for date-and-age word problems, and the sales tax calculator for real-world price equations.
Frequently asked questions
How does the math equation solver work? It identifies the equation type and applies the right method — isolating the variable for linear equations, factoring or the quadratic formula for quadratics, and clearing denominators for fractions — then returns the solution with optional steps.
Is this math equation solver free? Yes. The free math equation solver runs in your browser on freeseosmasher.com with no signup, no download, and no limit on how many equations you solve.
Can it show the steps? Yes. The step by step view lays out each move from the original equation to the final answer, so you can follow the method and learn it.
Does it solve quadratic equations? Yes. The math quadratic equation solver factors when possible and otherwise uses the quadratic formula, returning both roots when they exist.
Can it handle fractions? Yes. The math fraction equation solver clears denominators first, then solves the resulting equation and reports the value of the variable.
How do I solve a linear equation by hand? Undo the equation in reverse: subtract any added constant from both sides, then divide both sides by the coefficient. For 2x + 5 = 17 that gives x = 6.
What does the discriminant tell me? The value b² − 4ac inside the square root shows how many real solutions a quadratic has: positive gives two, zero gives one, and negative gives none.
Why should I check my answer? Substituting the solution back into the original equation confirms it is correct and catches sign or arithmetic errors before you rely on the result.
🔗 Relevant Tools
Link to this tool
Found this tool useful? Add it to your website or blog with one of these snippets.
Add the live, working tool to your own page:
Leave a comment
Comments go straight to our team — they are not published on the site.