SOLUTION: 3x+2y=8 2x+y=5

Algebra ->  Coordinate Systems and Linear Equations -> SOLUTION: 3x+2y=8 2x+y=5      Log On


   



Question 956163: 3x+2y=8
2x+y=5

Found 2 solutions by stanbon, Zucchini:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
3x+2y=8
2x+y=5
----
Modify for elimination::
3x + 2y = 8
4x + 2y = 10
----
Subtract and solve for "x"::
x = 2
----
Solve for "y"::
y = -2x+5
y = -2*2+5 = 1
--------------------
Cheers,
Stan H.
-------------

Answer by Zucchini(70) About Me  (Show Source):
You can put this solution on YOUR website!
Solve for y in the second equation:
Y = -2x + 5
Now plug y into the first equation and solve:
3x + 2(-2x + 5) = 8
3x -4x + 10 = 8
-x = -2
X = 2
Now plug x into the second equation and solve (you can use the one where we solved for y) :
Y = -2(2) + 5
Y = -4 + 5
Y = 1
The answer is (2,1)