Simultaneous Equations Solver
Solve two simultaneous equations with two unknowns using the elimination method. Enter the coefficients of both equations and the calculator finds x and y with full step-by-step working — matching coefficients, eliminating a variable, and substituting back.
Equation 1: 2x + 3y = 13
Equation 2: 3x -1y = 4
Solution
x
2.272727
y
2.818182
How it works
Write the simultaneous equations
We have two equations with two unknowns, x and y. We will use the elimination method.
Multiply equations to match x coefficients
Multiply equation (1) by 3 and equation (2) by 2 so both have 6x.
Subtract equations to eliminate x
Subtract the equations: the x terms cancel out.
Result:11y = 31Divide both sides by 11
Divide both sides by 11 to find y.
Result:y = 2.818182Substitute y into equation (1)
Substitute y = 2.818182 into equation (1): 2x + 8.454545 = 13.
Solve for x
2x = 4.545455, so x = 2.272727.
Result:x = 2.272727Check in equation (2)
Check: 3 × 2.272727 + -1 × 2.818182 = 4. Expected 4. ✓
The formula
Example substitution
Multiply equation 2 by 3 to match y coefficients, then add equations to eliminate y.
Worked examples
2x + y = 7 and x + y = 4
- 1Subtract eq2 from eq1: x = 3
- 2Substitute into eq2: 3 + y = 4
- 3Solve for y: y = 1
3x + 2y = 12 and x − y = 1
- 1From eq2: x = y + 1
- 2Substitute: 3(y+1) + 2y = 12
- 3Solve: 5y = 9, y = 1.8
- 4x: x = 2.8
4x + 3y = 25 and 2x − y = 5
- 1Multiply eq2 by 3: 6x − 3y = 15
- 2Add equations: 10x = 40
- 3x = 4:
- 4y: y = 2(4) − 5 = 3
Frequently asked questions
How do you solve simultaneous equations?+
Use elimination (multiply equations to match one variable, then add or subtract) or substitution (rearrange one equation and substitute into the other).
What is the elimination method?+
Multiply one or both equations so that one variable has the same coefficient, then add or subtract the equations to eliminate that variable.
How do you check simultaneous equation answers?+
Substitute your values of x and y into both original equations. Both should balance.
What if the equations have no solution?+
If the equations represent parallel lines, there is no solution. If they represent the same line, there are infinitely many solutions.