Solve a system of two equations by adding them to eliminate one variable.
Choose equations whose opposite coefficients cancel. After finding one
variable, back-substitute into either original equation to find the other.
Example
Add equations to eliminate one variable, then back-substitute.
highlighted = computed this step
Step 1 — Set up
Set up the expression.
2x+3y=12,x−3y=−3
Step 2 — Add equations
Add equations so y cancels: 3y + (-3)y = 0.
3y+(−3y)=0
Step 3 — Eliminate y
After eliminating y: 3x = 9.
3x=9
Step 4 — Solve x
Solve x: 9 / 3 = 3.
x=9/3=3
Step 5 — Back-substitute
Back-substitute into the first equation: 2(3) + 3y = 12.
2(3)+3y=12
Step 6 — Isolate y term
Subtract the x part: 12 - 6 = 6.
3y=12−6=6
Step 7 — Solve y
Solve y: 6 / 3 = 2.
y=6/3=2
Step 8 — Solution
Read the final result.
(3,2)
eliminationElimination: add (or subtract) equations so one variable cancels. Solve the resulting single-variable equation. Back-substitute to find the second variable. Verify the solution satisfies both originals.