ironfern @ docs ~/math/grade-9/3-equations/substitution-addition $

Substitution & Addition Methods

Graphing gives us intuition, but for exact answers we need algebra. Two fundamental techniques for solving linear systems are the substitution method and the addition (elimination) method.

Substitution Method

Theorem — Substitution Method — Steps
  1. Isolate one variable in one of the equations (choose the one with the simplest coefficient).
  2. Substitute the resulting expression into the other equation.
  3. Solve the single-variable equation that results.
  4. Back-substitute to find the other variable.
  5. Write the solution as an ordered pair and verify it in both original equations.
Example — Substitution Method

Solve the system:

{2x+y=5x3y=1\begin{cases} 2x + y = 5 \\ x - 3y = 1 \end{cases}

Solution. Equation 2 has xx with coefficient 1, so isolate xx:

x=1+3yx = 1 + 3y

Substitute into equation 1:

2(1+3y)+y=52(1 + 3y) + y = 5 2+6y+y=52 + 6y + y = 5 7y=37y = 3 y=37y = \dfrac{3}{7}

Back-substitute:

x=1+337=1+97=167x = 1 + 3 \cdot \dfrac{3}{7} = 1 + \dfrac{9}{7} = \dfrac{16}{7}

Solution: (167,  37)\left(\dfrac{16}{7},\; \dfrac{3}{7}\right).

Check: 2167+37=32+37=52 \cdot \dfrac{16}{7} + \dfrac{3}{7} = \dfrac{32 + 3}{7} = 5 ✓ and 167337=1697=1\dfrac{16}{7} - 3 \cdot \dfrac{3}{7} = \dfrac{16 - 9}{7} = 1 ✓.

Addition (Elimination) Method

The idea is to add the equations so that one variable cancels out.

Theorem — Addition (Elimination) Method — Steps
  1. Multiply one or both equations by suitable constants so that one variable has opposite coefficients in the two equations.
  2. Add the equations — one variable is eliminated.
  3. Solve the resulting single-variable equation.
  4. Substitute back to find the other variable.
  5. Write the solution and verify.

Example: Direct Addition

Example — Elimination — Direct Addition

Solve the system:

{3x+2y=7x2y=1\begin{cases} 3x + 2y = 7 \\ x - 2y = 1 \end{cases}

Solution. The yy-coefficients are already opposites (+2y+2y and 2y-2y), so add the equations directly:

(3x+2y)+(x2y)=7+1(3x + 2y) + (x - 2y) = 7 + 1 4x=8    x=24x = 8 \implies x = 2

Substitute x=2x = 2 into the first equation:

3(2)+2y=7    6+2y=7    y=123(2) + 2y = 7 \implies 6 + 2y = 7 \implies y = \dfrac{1}{2}

Solution: (2,  12)\left(2,\; \dfrac{1}{2}\right).

Example: Multiplication Required

Example — Elimination — With Multiplication

Solve the system:

{2x+3y=83x2y=1\begin{cases} 2x + 3y = 8 \\ 3x - 2y = 1 \end{cases}

Solution. Multiply equation 1 by 2 and equation 2 by 3 to make the yy-coefficients opposites:

4x+6y=164x + 6y = 16 9x6y=39x - 6y = 3

Add:

13x=19    x=191313x = 19 \implies x = \dfrac{19}{13}

Substitute into equation 1:

21913+3y=82 \cdot \dfrac{19}{13} + 3y = 8 3y=83813=1043813=66133y = 8 - \dfrac{38}{13} = \dfrac{104 - 38}{13} = \dfrac{66}{13} y=2213y = \dfrac{22}{13}

Solution: (1913,  2213)\left(\dfrac{19}{13},\; \dfrac{22}{13}\right).

When to Use Which Method

SituationRecommended method
One variable has coefficient 11 or 1-1Substitution (easy to isolate)
Coefficients are “nice” opposites or multiplesElimination (direct addition)
Both coefficients are large or complexElimination (with multipliers)

In practice, both methods always work — choose whichever looks simpler for the given system.

Exercise — Practice

Solve the system using the method of your choice:

{x+2y=73xy=7\begin{cases} x + 2y = 7 \\ 3x - y = 7 \end{cases}

Verify your answer in both equations.