Solving systems by substitution
Replace one variable with an equal expression, solve the resulting one-variable equation, then recover and verify the second coordinate.
How to recognize the method, run it, and know when it is the wrong choice.
Updated July 13, 2026Substitution is equality in action: if y equals an expression, that expression can replace y everywhere.
Isolate the cheaper variable
If neither variable is isolated, choose the coefficient ±1 when possible. Solving for that variable avoids introducing fractions.
Keep the entire replacement expression in parentheses, especially when it is multiplied or subtracted.
Solve, then back-substitute
After substitution, the equation contains one variable. Solve it normally, then use the simpler original equation to find the other value.
The result is an ordered pair. A lone x-value is only half of a system solution.
Special outcomes remain meaningful
If substitution produces a contradiction, the graphs never meet. If it produces an identity, the equations describe the same line.
Do not divide by an expression that could be zero just to make the variable reappear; interpret the identity or contradiction directly.
Solve x = 3y − 4 and 2x + y = 13.
Replace x in the second equation.
Solve for y.
Back-substitute.
Verify the pair.
Common mistakes
- Dropping parentheses around the substituted expression.
- Stopping after finding one coordinate.
- Using the same equation twice during the check.
Three takeaways
- Replace equals with equals.
- Isolate a variable cheaply.
- Return and verify an ordered pair.