Solve each system by the addition method.
x/3 - y/2 = -5/6
x/5 - y/3 = -3/5
You should clear of fractions first.
Clear the first of fractions by multiplying
through by :
2x - 3y = -5
Clear the second of fractions by multiplying
through by :
x/5 - y/3 = -3/5
3x - 5y = -9
So we have the system
2x - 3y = -5
3x - 5y = -9
The coefficients of y are -3 and -5. The LCM of
their absolute values is 15, so
1. We need to make the -3 in the first into a -15
by multiplyng the whole first equation through by 5.
2. We need to make the -5 in the second into a +15
by multiplyng the whole second equation through by -3.
(5)2x - (5)3y = (5)(-5)
(-3)3x - (-3)5y = (-3)(-9)
which when simplified becomes:
10x - 15y = -25
-9x + 15y = 27
Add term by term vertically
10x - 15y = -25
-9x + 15y = 27
------------------
x = 2
Substitute 2 for x in
2x - 3y = -5
2(2) - 3y = -5
4 - 3y = -5
-3y = -5 - 4
-3y = -9
y = (-9)/(-3)
y = 3
So the solution is (x,y) = (2,3).
Edwin