topic badge

4.03 Solving systems using elimination

Introduction

In  4.01 Writing and graphing linear systems  and  4.02 Solving systems using substitution  we learned that a system of equations can be solved graphically by finding the point of intersection or algebraically by isolating the variable in one equation to substitute into the other. Now we will explore a third method for solving systems of equations.

The elimination method

The elimination method is an algebraic method for solving systems of equations where like terms are aligned.

In this system, the equations are aligned:\begin{aligned} 3x+4y&=12\\\ x+y&=11\end{aligned} and in this system, the equations are not aligned: \begin{aligned} 3x&=12-4y\\ x&+y=11\end{aligned}

Elimination method

A method of solving a system of equations by adding or subtracting the equations until only one variable remains

Exploration

Begin by graphing the system of equations and identifying the solution.\begin{aligned} 3x+2y&=10\\x+2y&=8\end{aligned}

Next, perform each operation using the original equations and consider the result. What do you notice? Record your observations.

  1. Divide the second equation by 2 and regraph the system. What do you notice?
  2. Multiply the first equation by 2 and regraph the system. What do you notice?
  3. Add the equations together and regraph the system. What do you notice?
  4. Multiply the first equation by -1 and add the equations together. Graph the new equation with the system. What do you notice?
  5. Multiply the second equation by 3 and add the equations together. Graph the new equation with the system. What do you notice?
  6. Multiply the second equation by -3 and add the equations together. Graph the new equation with the system. What do you notice?

What happens to the solution to a system of linear equations if one equation is multiplied by a number and then added to the other equation?

The goal of the elimination method is to combine the two equations in the system of equations until one variable is eliminated from the problem. When we replace an equation in a system of equations with the sum of that and the multiple of the other, we get a new system with the same solution. This becomes the basis of the elimination method.

Examples

Example 1

Consider the system of equations: \begin{aligned} 4x+y&=11 \\x-2y&=5\end{aligned}

a

Equation 1 is multiplied by 2 to produce the system: \begin{aligned} 8x+2y&=22 \\x-2y&=5\end{aligned} Determine whether or not the two systems are equivalent. Then decide whether or not the two systems result in the same solution.

Worked Solution
Create a strategy

Two systems are equivalent if they have exactly the same graphs. The two systems have the same solution if they intersecct at the exact same point.

Apply the idea

The systems are equivalent since they share the same graphs. Since the systems are equivalent, they must also intersect at the same point.

-1
1
2
3
4
5
6
x
-4
-3
-2
-1
1
2
3
4
y
-1
1
2
3
4
5
6
x
-4
-3
-2
-1
1
2
3
4
y
Reflect and check

These two systems are equivalent because the equations 4x+y=11 and 8x+2y=22 are on the exact same line. Multiplying the entire equation by a constant does not change the set of x and y values that make the equation true.

b

Equation 2 is replaced with the sum of Equation 2 and 3 times Equation 1 to produce the system: \begin{aligned} 4x+y &=11\\13x+y&=38 \end{aligned} Determine whether or not the two systems are equivalent. Then decide whether or not the two systems result in the same solution.

Worked Solution
Create a strategy

Two systems are equivalent if they have the exact same graphs. The systems have the same solution if they intersect at the same point.

Apply the idea

The systems of equations are not equivalent because the graphs are not exactly the same. However, both systems do have the same solution, because they intersect at the same point:

1
2
3
4
5
6
7
8
9
x
-4
-3
-2
-1
1
2
3
4
y
1
2
3
4
5
6
7
8
9
x
-4
-3
-2
-1
1
2
3
4
y
Reflect and check

We can also solve both systems using substitution to verify that the solutions are equal:

Begin by numbering the equations, so the solving process is easier to explain:

1\displaystyle 4x+y\displaystyle =\displaystyle 11
2\displaystyle x-2y\displaystyle =\displaystyle 5
\displaystyle 4x+y\displaystyle =\displaystyle 11Equation 1
\displaystyle y\displaystyle =\displaystyle 11-4xSubtract 4x from both sides
\displaystyle x-2(11-4x)\displaystyle =\displaystyle 5Substitute y=11-4x into Equation 2
\displaystyle x-22+8x\displaystyle =\displaystyle 5Distributive property
\displaystyle 9x-22\displaystyle =\displaystyle 5Combine like terms
\displaystyle 9x\displaystyle =\displaystyle 27Add 22 to both sides
\displaystyle x\displaystyle =\displaystyle 3Divide both sides by 9
\displaystyle 4\left(3\right)+y\displaystyle =\displaystyle 11Substitute x=3 into Equation 1
\displaystyle 12+y\displaystyle =\displaystyle 11Evaluate the multiplication
\displaystyle y\displaystyle =\displaystyle -1Subtract 12 from both sides

The solution to this system is (3,-1).

For the second system of equations:

1\displaystyle 4x+y\displaystyle =\displaystyle 11
2\displaystyle 13x+y\displaystyle =\displaystyle 38
\displaystyle 4x+y=\displaystyle =\displaystyle 11Equation 1
\displaystyle y\displaystyle =\displaystyle 11-4xsubtract 4x from both sides
\displaystyle 13x+(11-4x)\displaystyle =\displaystyle 38Substitute y=11-4x into Equation 2
\displaystyle 9x+11\displaystyle =\displaystyle 38Combine like terms
\displaystyle 9x\displaystyle =\displaystyle 27Subtract 11 from both sides
\displaystyle x\displaystyle =\displaystyle 3Divide both sides by 9
\displaystyle 4\left(3\right)+y\displaystyle =\displaystyle 11Substitute x=3 into Equation 1
\displaystyle 12+y\displaystyle =\displaystyle 11Evaluate the multiplication
\displaystyle y\displaystyle =\displaystyle -1Subtract 12 from both sides

The solution to this system is also (3,-1).

Example 2

Solve each system of equations using the elimination method.

a

\begin{aligned} 9x+y &=62 \\ 5x+y&=38 \end{aligned}

Worked Solution
Create a strategy

Numbering the equations will help us describe our solving process:

1\displaystyle 9x+y\displaystyle =\displaystyle 62
2\displaystyle 5x+y\displaystyle =\displaystyle 38

The goal of the elimination method is to combine the two equations until one variable is eliminated.

In this problem, the y term will be eliminated if we multiply equation 2 by -1 and add it to equation 1.

Apply the idea

Start by multiplying equation 2 by -1:

1\displaystyle 9x+y\displaystyle =\displaystyle 62
2\displaystyle -5x-y\displaystyle =\displaystyle -38

Then, add equation 1 and equation 2 together:

\begin{aligned} &&9x &+y = &62& \\ + &&-5x&-y=&-38& \\ \hline \\ &&4x&+0y=&24& \end{aligned}

\displaystyle 4x\displaystyle =\displaystyle 24Eliminate the y term
\displaystyle x\displaystyle =\displaystyle 6Division property of equality

Now that we know what x equals, we can substitute it back into either of the original equations:

\displaystyle 5\left(6\right) + y\displaystyle =\displaystyle 38Substitute back into equation 2
\displaystyle 30 + y\displaystyle =\displaystyle 38Evaluate the multiplication
\displaystyle y\displaystyle =\displaystyle 8Subtraction property of equality

The solution to this system is the ordered pair \left(6,8\right).

Reflect and check

We could also consider the first two steps as "subtracting the equations". The steps would look like this instead:

\begin{aligned} &&9x &+y = &62& \\ - &&(5x&+y=&38&) \\ \hline \\ &&4x&+0y=&24& \end{aligned}

\displaystyle 4x\displaystyle =\displaystyle 24Eliminate the y term
\displaystyle x\displaystyle =\displaystyle 6Division property of equality
b

\begin{aligned} 2x+3y &= 19 \\ 4x-y&=10\end{aligned}

Worked Solution
Create a strategy

Numbering the equations will help us describe our solving process:

1\displaystyle 2x+3y\displaystyle =\displaystyle 19
2\displaystyle 4x-y\displaystyle =\displaystyle 10

There are multiple combinations that can be used to solve this system:

  • Multiply equation 1 by 2 and subtract it from equation 2
  • Multiply equation 1 by -2 and add it to equation 2
  • Multiply equation 2 by 3 and add it to equation 1

We only need to choose one approach.

Apply the idea

Multiply the first equation by -2:

1\displaystyle -4x-6y\displaystyle =\displaystyle -38
2\displaystyle 4x-y\displaystyle =\displaystyle 10

Then, add equation 1 and equation 2 together:

\begin{aligned} &&-4x &-6y = &-38& \\ + &&4x&-y=&10& \\ \hline \\ &&0x&-7y=&-28& \end{aligned}

\displaystyle -7y\displaystyle =\displaystyle -28Eliminate the x term
\displaystyle y\displaystyle =\displaystyle 4Division property of equality

Now that we know what y equals, we can substitute it back into either of the original equations:

\displaystyle 2x+3\left(4\right)\displaystyle =\displaystyle 19Substitute y=4 into equation 1
\displaystyle 2x+12\displaystyle =\displaystyle 19Evaluate the multiplication
\displaystyle 2y\displaystyle =\displaystyle 7Subtraction property of equality
\displaystyle x\displaystyle =\displaystyle 3.5Division property of equality

The solution to this system is the ordered pair \left(3.5,4\right).

Reflect and check

Remember, the solution of the system is unchanged when multiples of one equation are added to the other equation. That means we can substitute our solution for y into either of the original two equations of the system or the resulting equation from when we multiplied the first equation by -2.

Example 3

When comparing test results, Verna noticed that the sum of her Chemistry and English test scores was 128 and that their difference was 16. She scored higher on her Chemistry test.

a

Write a system of equations for this scenario, where x represents Verna's Chemistry test score, and y represents her English test score.

Worked Solution
Create a strategy

Since we know that Verna's Chemistry test score is higher than her English test score, we should express the difference of the two scores as x - y to get a positive result.

Apply the idea
1\displaystyle x + y\displaystyle =\displaystyle 128
2\displaystyle x - y\displaystyle =\displaystyle 16
Reflect and check

There are two other constraints based on typical test scores that we can apply to this problem:0\leq x \leq 100 and 0\leq y\leq 100.

b

Solve the system of equations to find her test scores.

Worked Solution
Create a strategy

Since the equations have the same coefficient of y with opposite sign, we can add the two equations to eliminate y and solve for x first.

Apply the idea

\begin{aligned} &&x &+y = &128& \\ + &&x&-y=&16& \\ \hline \\ &&2x&+0y=&144& \end{aligned}

\displaystyle 2x\displaystyle =\displaystyle 144Eliminate the y term
\displaystyle x\displaystyle =\displaystyle 72Divide both sides by 2
\displaystyle 72 + y\displaystyle =\displaystyle 128Substitute x=72 into equation 1
\displaystyle y\displaystyle =\displaystyle 56Subtract 72 from both sides

So Verna scored 72 on her Chemistry test and 56 on her English test.

Reflect and check

In this case, the two equations also had the same coefficient of x with the same sign. So we could have instead approached this by subtracting the two equations and solving for y first.

c

Does the solution make sense in terms of the context? Explain your answer.

Worked Solution
Apply the idea

Yes. Assuming that the tests were out of 100, then 72 and 56 are both valid test scores to obtain.

Idea summary

The goal of the elimination method is to combine the equations in a system until one variable is eliminated. We can eliminate a variable in a system of equations by multiplying one (or both) equations so that the coefficients of one variable are equal and opposite.

Outcomes

A.CED.A.3

Represent constraints by equations or inequalities, and by systems of equations and/or inequalities, and interpret solutions as viable or nonviable options in a modeling context.

A.REI.C.5

Prove that, given a system of two equations in two variables, replacing one equation by the sum of that equation and a multiple of the other produces a system with the same solutions.

A.REI.C.6

Solve systems of linear equations exactly and approximately (e.g. With graphs), focusing on pairs of linear equations in two variables.

What is Mathspace

About Mathspace