How do you solve systems of equations by elimination using multiplication?

1 Answer

There are certain steps to follow before finding the solution.

Let's say we have two equations: #3x-y=15# and
#6x+3y=20#.

The first thing you have to do is determine which of the variables that, when added, can be canceled to just get one term. In this case, we don't have any variables to be canceled out, so we need to first multiply one system. Let's begin with the first one, where the whole system is multiplied by -2

#3x-y=15#
#-2(3x-y)=-2(15)#
#-6x+2y=-30#

Notice that with #-6x#, we can add this part to the second equation that has #6x# to to cancel the #x#-terms from each other:

#-6x+2y=-30#
#6x+3y=20#
. . . . . . . . . . . . . . . . . . .
#5y=-10#

By doing so, we get a sum of equations in terms of #y# only. Thus, we can solve for #y#:

#y=-2#

Then you would substitute the #y#-value into one of the equations and solve of #x#. Since the #y#-value is solved, we can use the original equations; for that I will use #3x-y=15# instead of #-6x+2y=-30#.

Let's do both equations and see if we get the same answer:

#3x-y=15#
#3x+2=15#
#3x=13#
#x=13/3#

#6x+3y=20#
#6x+3(-2)=20#
#6x=26#
#x=26/6 -> x=13/3# when simplified.

Huzzah! We got the same x-value! Therefore,

#x=13/3; y =-2#

In most of these problems, there are other ways that can be multiplied easily to get the answer. For the system of equations above, we could also solve for #x# first by multiplying the first equation by 3, which will cancel the #y#'s by the #3y# in the second equation.

Sometimes there will be cases where one of the variables does not equal the other (if you follow the steps carefully). This means that the system of equations cannot equal each other, thus there is no solution.

Be careful when doing some fractional equations; I would first multiply each one by the most common denominator to get whole integers, thus allowing the equations to be easier to use elimination. For more information on how to do this, see this link:

http://www.regentsprep.org/regents/math/algebra/AV5/Fequations.htm

And finally, here's another example:

Hopefully all of these help and good luck with algebra!