Solving Systems of Linear Equations Using Addition and Subtraction

One disadvantage to solving systems using substitution is that isolating a variable often involves dealing with messy fractions. There is another method for solving systems of equations: the addition/subtraction method.

In the addition/subtraction method, the two equations in the system are added or subtracted to create a new equation with only one variable. In order for the new equation to have only one variable, the other variable must cancel out. In other words, we must first perform operations on each equation until one term has an equal and opposite coefficient as the corresponding term in the other equation.

We can produce equal and opposite coefficients simply by multiplying each equation by an integer. Observe:

Example 1: Add and subtract to create a new equation with only one variable:

2x + 4y=3  
x + 3y=13  

Here, we can multiply the second equation by -2:

2x + 4y=4  
-2x - 6y=-26  

Adding these two equations yields -2y = - 22.

Example 2: Add and subtract to create a new equation with only one variable:

4x - 2y=16  
7x + 3y=15  

Here, we can multiply the first equation by 3 and the second equation by 2:

12x - 6y=48  
14x + 6y=30  

Adding these two equations yields 26x = 78

We can add and subtract equations by the addition property of equality--since the two sides of one equation are equivalent, we can add one to one side of the second equation and the other to the other side.

Here are the steps to solving systems of equations using the addition/subtraction method:

  1. Rearrange each equation so the variables are on one side (in the same order) and the constant is on the other side.
  2. Multiply one or both equations by an integer so that one term has equal and opposite coefficients in the two equations.
  3. Add the equations to produce a single equation with one variable.
  4. Solve for the variable.
  5. Substitute the variable back into one of the equations and solve for the other variable.
  6. Check the solution--it should satisfy both equations.

Example 1: Solve the following system of equations:

2y - 3x=7  
5x=4y - 12  

  1. Rearrange each equation:
    -3x + 2y = 7
    5x - 4y = - 12
  2. Multiply the first equation by 2:
    -6x + 4y = 14
    5x - 4y = - 12
  3. Add the equations:
    - x = 2
  4. Solve for the variable:
    x = - 2
  5. Plug x = - 2 into one of the equations and solve for y:
    -3(- 2) + 2y = 7
    6 + 2y = 7
    2y = 1
    y =
    Thus, the solution to the system of equations is (- 2,).
  6. Check:
    2() - 3(- 2) = 7 ? Yes.
    5(- 2) = 4() - 12 ? Yes.