How do you solve by elimination with fractions?

1 Answer

A good start would be to multiply each equation by the least common multiple (LCM) of the denominator. If you multiply all parts of the equation by the LCM, it does not affect the solution. This would eliminate the fractions and you could go forth and solve the system by elimination.

Here is an example:

#-1/10x + 1/2y = 4/5#

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

Step 1: Multiply Equation #1 by the LCM which 10.

#10(-1/10x + 1/2y ) = (4/5)10#

#10(-1/10x) + 10(1/2y ) = (4/5)10#

#-x + 5y = 8#

Step 2: Multiply Equation #2 by the LCM which is 21.

#21(1/7x + 1/3y )= (-2/21)21#

#21(1/7x) + 21(1/3y )= (-2/21)21#

#3x + 7y = -2#

Step 3: Place the new equations together to create a new system:

#-x + 5y = 8#
#3x + 7y = -2#

Step 4: To solve by elimination, multiply first equation by 3 (this will help to eliminate the #x# variable).

#3(-x + 5y) = (8)3#
#3x + 7y = -2#

becomes

#-3x + 15y = 24#
#3x + 7y = -2#

Step 5: Add the two equations to eliminate the x variable:
#-3x + 15y = 24#
#3x + 7y = -2#

becomes #22y = 22#

Step 6: Solve for #y#:
#22y = 22#

#(22y)/22 = 22/22#

and thus

#y = 1#

Step 7: substitute #y# into one of the equations to solve for #x#.

#-x + 5y = 8#
#-x + 5(1) = 8#
#-x + 5 = 8#
#-x + 5 - 5 = 8 - 5#
#-x = 3#
#(-x)/-1 = 3/-1#

#x = - 3#

Step 8: Write the solution to the system as a coordinate.

#x = - 3, y = 1#

#(x,y)=(-3,1)#