SOLUTION: how do I solve by elimination? -0.3x-0.1y=-0.2 2/7x-3/14y=5/14

Algebra ->  Coordinate Systems and Linear Equations  -> Lessons -> SOLUTION: how do I solve by elimination? -0.3x-0.1y=-0.2 2/7x-3/14y=5/14      Log On


   



Question 709375: how do I solve by elimination?
-0.3x-0.1y=-0.2
2/7x-3/14y=5/14

Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
-0.3x-0.1y=-0.2
%282%2F7%29+x-+%283%2F14%29+y+=+5%2F14
Usually the first thing with the elimination method is get opposites lined up. With the fractions and decimals, however, this will not be simple. So the first thing we will do is eliminate the fractions and decimals.

Multiplying both sides of the first equation by 10 will eliminate the decimals. And multiplying both sides of the second equation by 14 will eliminate the fractions:
10%28-0.3x-0.1y%29=10%28-0.2%29
14%28%282%2F7%29+x-+%283%2F14%29+y%29+=+14%285%2F14%29
which simplify to:
-3x-y=-2
4x-3y+=+5

Now that the fractions and decimals are gone we can more easily create lined-up opposites. Multiplying the first equation by -3 will create lined-up opposite y-terms:
-3%28-3x-y%29=-3%28-2%29
4x-3y+=+5
which simplifies to:
9x%2B3y+=+6
4x-3y+=+5

After the opposites are lined up the next step is to add the two equations together:
13x+=+11
With the y terms gone we can solve for x:
x+=+11%2F13

Now that we have x we can find y. Usually I recommend using one of the original equations at this point. It is the safest way to find the second variable. (Using an equation you created might be a problem if you've made a mistake somewhere along the way.) But with the x being a fraction and the original equations having decimals or fractions with different denominators, I'm going to be lazy and take a chance using of the later equations (without fractions or decimals). I'm going to use:
-3x-y=-2
Substituting in our value for x:
-3%2811%2F13%29-y=-2
which simplifies to:
-33%2F13-y=-2
Multiplying by 13 to eliminate the fraction:
-33-13y=-26
Adding 33:
-13y=7
Dividing by -13:
y+=+-7%2F13

So the solution to your system is the point:
(11%2F13, -7%2F13)