Chapter 5: Systems of Equations

5.3 Addition and Subtraction Solutions

One of the most powerful methods for solving systems of equations (finding their intersection points) is in adding and subtracting equations. In later math courses, this process is the foundation of matrix algebra, but for now, consider only equations.

The objective in finding the solutions to the these systems of equations is to isolate variables and find what they are equal to. Adding and subtracting equations can make this process quite fast and easy.

Example 5.3.1

Find the solution to the following system of equations: 3x-4y=8 and 5x+4y=-24.

First, line them up over top of each other, since they will be added or subtracted. Notice that, when added, the -4y and +4y cancel each other out:

\begin{array}{rrrrrl} &3x&-&4y&=&\phantom{-0}8 \\ +&5x&+&4y&=&-24 \\ \midrule &&&\dfrac{8x}{8}&=&\dfrac{-16}{8} \\ \\ &&&x&=&-2 \end{array}

It is now known that these equations intersect at the value where x = -2. Now choose one of the two original equations (generally, the simplest to work with) and substitute x = -2 to find y:

\begin{array}{rrrrr} 3(-2)&-&4y&=&8 \\ -6&-&4y&=&8 \\ +6&&&&+6 \\ \midrule &&\dfrac{-4y}{-4}&=&\dfrac{14}{-4} \\ \\ &&y&=&\dfrac{14}{-4} \\ \\ &&y&=&-\dfrac{7}{2} \end{array}

The intersection point of these two linear equations is x = -2 and y =-\dfrac{1}{2}, or at the coordinate \left(2, -\dfrac{1}{2}\right).

Generally, it takes a little more work than just placing the equations on top of each other and having a variable cancel out. In most cases, there is typically one variable that, once multiplied, is cancelled out when the equations are added to each other. For instance:

Example 5.3.2

Find the solution to the following system of equations: -6x+5y=22 and 2x+3y=2.

First, line up the equations and choose the variable that shall be eliminated:

\left\{ \begin{array}{rrrrr} -6x&+&5y&=&22 \\ 2x&+&3y&=&2 \right. \end{array}

The x variable could be eliminated if the bottom 2x were 6x. For this to happen, the entire bottom equation would have to be multiplied by 3:

\begin{array}{rrrrrrr} &(2x&+&3y&=&2)&(3) \\ \\ &-6x&+&5y&=&22& \\ +&6x&+&9y&=&6& \\ \midrule &&&\dfrac{14y}{14}&=&\dfrac{28}{14}& \\ \\ &&&y&=&2& \end{array}

It is now known that these equations intersect at the value where y = 2. Now choose one of the two original equations (the simplest looks to be 2x + 3y = 2) and substitute y = 2 to find x:

\begin{array}{rrcrr} 2x&+&3(2)&=&2 \\ 2x&+&6&=&2 \\ &-&6&&-6 \\ \midrule &&\dfrac{2x}{2}&=&\dfrac{-4}{2} \\ \\ &&x&=&-2 \end{array}

The intersection point of these two linear equations is x = -2 and y = 2, or at the coordinate (-2, 2).

The more difficult of systems of two linear equations generally require the manipulation of both equations to eliminate one of the variables. For example, consider the following pair of linear equations:

Example 5.3.3

Find the solution to the following system of equations: 2x+3y=-4 and 3x-4y=11.

First, line up the equations and choose the variable that shall be eliminated:

\left\{ \begin{array}{rrrrr} 2x&+&3y&=&-4 \\ 3x&-&4y&=&11 \right. \end{array}

It looks the simplest to eliminate the x variable. This means the top equation needs to be multiplied by 3 and the bottom equation multiplied by −2. Then, the two equations are added together, and each side is divided by 17:

\begin{array}{rrrrrrl} &(2x&+&3y&=&-4)&(3) \\ &(3x&-&4y&=&11)&(-2) \\ \\ &6x&+&9y&=&-12& \\ +&-6x&+&8y&=&-22&   \\ \midrule &&&\dfrac{17y}{17}&=&\dfrac{-34}{17}&  \\ \\ &&&y&=&-2& \end{array}

It is now known that these equations intersect at the value where y = -2. Now choose one of the two original equations (choose 2x + 3y = -4) and substitute y = -2 to find x:

\begin{array}{rrcrr} 2x&+&3(-2)&=&-4 \\ 2x&-&6&=&-4 \\ &+&6&&+6 \\ \midrule &&\dfrac{2x}{2}&=&\dfrac{2}{2} \\ \\ &&x&=&1 \end{array}

The intersection point of these two linear equations is x = 1 and y = -2, or at the coordinate (1, -2).

The last examples that will be done for this topic are equations having no solution or infinite solutions.

Example 5.3.4

Find the solution to the following system of equations: 2x-5y=3 and -6x+15y=-9.

First, line up the equations to choose the variable that shall be eliminated:

\left\{ \begin{array}{rrrrr} 2x&-&5y&=&3 \\ -6x&+&15y&=&-9 \right. \end{array}

To eliminate the x variable, the top equation needs to be multiplied by 3:

\begin{array}{rrrrrrr} &(2x&-&5y&=&3)&(3) \\ \\ &6x&-&15y&=&9& \\ +&-6x&+&15y&=&-9& \\ \midrule &&&0&=&0& \\ \end{array}

Everything cancels out because the two equations are identical. Therefore, there are infinite solutions.

Example 5.3.5

Find the solution to the following system of equations: 4x-6y=8 and 4x-6y=-4.

Once these two equations are aligned, it is easy to see they are identical except for their intercepts. They are parallel lines. To cancel the variables out, one of the two equations must be multiplied by −1:

\begin{array}{rrrrrrr} &4x&-&6y&=&8& \\ &4x&-&6y&=&-4&(-1) \\ \\ &4x&-&6y&=&8& \\ +&-4x&+&6y&=&4& \\ \midrule &&&0&=&12& \\ \end{array}

The result is all the variables cancelling out to 0 and falsely equalling some number. There is no solution, since these equations will never intercept each other.

Questions

For questions 1 to 24, solve each system of equations by elimination.

  1. \left\{ \begin{array}{rrrrr} 4x&+&2y&=&0 \\ -4x&-&9y&=&-28 \right. \end{array}
  2. \left\{ \begin{array}{rrrrr} -7x&+&y&=&-10 \\ -9x&-&y&=&-22 \right. \end{array}
  3. \left\{ \begin{array}{rrrrr} -9x&+&5y&=&-22 \\ 9x&-&5y&=&13 \right. \end{array}
  4. \left\{ \begin{array}{rrrrr} -x&-&2y&=&-7 \\ x&+&2y&=&7 \right. \end{array}
  5. \left\{ \begin{array}{rrrrr} -6x&+&9y&=&3 \\ 6x&-&9y&=&-9 \right. \end{array}
  6. \left\{ \begin{array}{rrrrr} 5x&-&5y&=&-15 \\ x&-&y&=&-3 \right. \end{array}
  7. \left\{ \begin{array}{rrrrr} 4x&-&6y&=&-10 \\ 4x&+&6y&=&-14 \right. \end{array}
  8. \left\{ \begin{array}{rrrrr} -3x&+&3y&=&-12 \\ -3x&+&9y&=&-24 \right. \end{array}
  9. \left\{ \begin{array}{rrrrr} -x&-&5y&=&28 \\ -x&+&4y&=&-17 \right. \end{array}
  10. \left\{ \begin{array}{rrrrr} -10x&-&5y&=&0 \\ -10x&-&10y&=&-30 \right. \end{array}
  11. \left\{ \begin{array}{rrrrr} 2x&-&y&=&5 \\ 5x&+&2y&=&-28 \right. \end{array}
  12. \left\{ \begin{array}{rrrrr} -5x&+&6y&=&-17 \\ x&-&2y&=&5 \right. \end{array}
  13. \left\{ \begin{array}{rrrrr} 10x&+&6y&=&24 \\ -6x&+&y&=&4 \right. \end{array}
  14. \left\{ \begin{array}{rrrrr} x&+&3y&=&-1 \\ 10x&+&6y&=&-10 \right. \end{array}
  15. \left\{ \begin{array}{rrrrr} 2x&+&4y&=&24 \\ 4x&-&12y&=&8 \right. \end{array}
  16. \left\{ \begin{array}{rrrrr} -6x&+&4y&=&12 \\ 12x&+&6y&=&18 \right. \end{array}
  17. \left\{ \begin{array}{rrrrr} -7x&+&4y&=&-4 \\ 10x&-&8y&=&-8 \right. \end{array}
  18. \left\{ \begin{array}{rrrrr} -6x&+&4y&=&4 \\ 3x&-&y&=&26 \right. \end{array}
  19. \left\{ \begin{array}{rrrrr} 5x&+&10y&=&20 \\ -6x&-&5y&=&-3 \right. \end{array}
  20. \left\{ \begin{array}{rrrrr} -9x&-&5y&=&-19 \\ 3x&-&7y&=&-11 \right. \end{array}
  21. \left\{ \begin{array}{rrrrr} -7x&+&5y&=&-8 \\ -3x&-&3y&=&12 \right. \end{array}
  22. \left\{ \begin{array}{rrrrr} 8x&+&7y&=&-24 \\ 6x&+&3y&=&-18 \right. \end{array}
  23. \left\{ \begin{array}{rrrrr} -8x&-&8y&=&-8 \\ 10x&+&9y&=&1 \right. \end{array}
  24. \left\{ \begin{array}{rrrrr} -7x&+&10y&=&13 \\ 4x&+&9y&=&22 \right. \end{array}

Answer Key 5.3

License

Icon for the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

Intermediate Algebra Copyright © 2020 by Terrance Berg is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book