Question 901185
I need to solve the systems of equations by elimination::
y+5x=-3
3y-2x=8
------------
Modify for elimination::
3y + 15x = -9
3y - 2x = 8
----------
Subtract and solve for "x":
17x = -17
x = -1
------
Solve for "y" using y + 5x = -3
y + 5(-1) = -3
y - 5 = -3
y = 2
------
Ans: (-1,2)
===================
Cheers,
Stan H.
-------------------