Algebra 1 Core systemssubstitution

The Substitution Method

Best when one variable is already alone, or easy to isolate.

Video by Khan Academy — “The substitution method | Systems of equations | 8th grade | Khan Academy” Watch on YouTube

The explanation

Key idea Isolate one variable, substitute into the other equation.

Substitution turns two equations into one.

1. Isolate a variable in whichever equation makes it easiest.
2. Substitute that expression into the *other* equation.
3. Solve the single-variable equation.
4. Substitute back to find the other variable.

For y = 3x − 4 and 2x + y = 11:
2x + (3x − 4) = 11 → 5x − 4 = 11 → x = 3.
Then y = 3(3) − 4 = 5. Solution: (3, 5).

Substituting back into the *same* equation you started from is the classic error. It collapses to something true like 11 = 11 and tells you nothing.

Worked example

Solve x − 2y = 1 and 3x + y = 17 by substitution.

  1. Isolate x in the first: x = 2y + 1.
  2. Substitute into the second: 3(2y + 1) + y = 17.
  3. Expand: 6y + 3 + y = 17, so 7y = 14, y = 2.
  4. Back-substitute: x = 2(2) + 1 = 5.

Answer: (5, 2)

Common mistakes

  • Substituting back into the equation you rearranged.
  • Forgetting to distribute the coefficient across the substituted expression.