Hi,
x+3y=2, -x+y=1
Solving by the substitution method
-x+y=1
y - 1 = x
(y-1)+3y=2
solving for y
4y - 1 = 2
4y = 3
y = 3/4
x = y - 1
x = (-1/4)
checking our answer
-(-1/4) + 3/4 = 1
1/4 + 3/4 = 1
You can put this solution on YOUR website! Hey,
for this one we need to isolate one of the variables and substitute what it equals with it in the other equation:
-x+y=1 => y=x+1
Then in the next equation:
x+3y=2 => x+3(x+1)=2 then: x+3x+3=2 => 4x=-1 => x= -(1/4)
Then we substitute x for -(1/4) into the other equation: y=x+1 => y= -(1/4) +1 =>
y= (3/4)
Therefore:
x= -(1/4)
y= (3/4)
I hope this works!