document.write( "Question 409877: solving systems of equations by substitution
\n" );
document.write( "-5x+y=-2
\n" );
document.write( "-3x+6y=-12 \n" );
document.write( "
Algebra.Com's Answer #288377 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Okay, let's solve the first one for y and substitute that into the second one \n" ); document.write( "-5x+y=-2 \n" ); document.write( "-3x+6y=-12 \n" ); document.write( "we get \n" ); document.write( "y = 5x - 2 \n" ); document.write( "then \n" ); document.write( "-3x + 6(5x - 2) = -12 \n" ); document.write( "-3x + 30x - 12 = -12 \n" ); document.write( "27x = 0 \n" ); document.write( "x = 0 \n" ); document.write( "back into eqn #1... \n" ); document.write( "0 + y = -2 \n" ); document.write( "y = -2 \n" ); document.write( "(0, -2) \n" ); document.write( " |