You can
put this solution on YOUR website!solve the system of equations using the Gauss-Jordan elimination?
3x+5y=7
6x-y=-8
-------------
Multiply thru the 2nd equation by 5 to get:
30x - 5y = -40
Add that to the 1st equation to solve for "x":
33x = -33
x = -1
-------------
Substitute into 3x+5y=7 to solve for "y":
3*-1 + 5y = 7
5y = 10
y = 2
==================
Cheers,
Stan H.