SOLUTION: x/3 + y = 3 x/2 - y/4 = 1

Algebra ->  Coordinate Systems and Linear Equations  -> Lessons -> SOLUTION: x/3 + y = 3 x/2 - y/4 = 1       Log On


   



Question 107530: x/3 + y = 3
x/2 - y/4 = 1

Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!
The best way to handle this one, IMHO, is to start by multiplying through to get rid of all those pesky denominators.

Eq 1) %28x%2F3%29%2By=3 can be written x%2B3y=9 and

Eq 2) %28x%2F2%29-%28y%2F4%29+=+1 can be written +2x-y=4

Next step is to multiply the first equation by -2, resulting in:

Eq 3) -2x-6y=-18

And then add the Eq 2) to Eq 3), term by term giving:

0x-7y=-14

And then solve for y

-7y=-14
7y=14
y=14%2F7
y=2

+2x-2=4
2x=6
x=3

Plug your values into both equations and do the arithmetic to check your answer.