Linear Systems with Addition or Subtraction

Key Questions

  • The elimination method reduces the problem to solving a one variable equation.

    For example, look at the following system of two variables:

    #2x+3y=1#
    #-2x+y=7#

    It is relatively difficult to determine the values of #x# and #y# without manipulating the equations. If one adds the two equations together, the #x#s cancel out; the #x# is eliminated from the problem. Hence it is called the "elimination method."

    One ends up with:

    #4y=8#

    From there, it is trivial to find #y#, and one can simply plug the value of #y# back into either equation to find #x#.

  • For me, addition method is safer (not necessarily easier) to use.
    In subtraction method, switching the signs of each term of the second equation is prone to error.

  • Let us solve the linear system below.

    #{(3x+y=7),(x+2y=-1):}#

    The goal is to eliminate one of the variables by addition or subtraction so that the value of the other variable can be found.

    By multiply the first equation by 2,

    #=> {(6x+2y=14),(x+2y=-1):}#

    by subtracting the second equation from the first equation,

    #=> 5x=15 => x=3#

    By plugging #x=3# in the first equation of the original system,

    #=> 3(3)+y=7 => 9+y=7 => y=-2#

    Hence, the solution is #(x,y)=(3,-2)#.


    I hope that this was helpful.

Questions