document.write( "Question 550920: solve system by substitution
\n" );
document.write( "-5x-y=-11
\n" );
document.write( "-6x+y=-22 \n" );
document.write( "
Algebra.Com's Answer #359230 by icefreezer7(1)![]() ![]() ![]() You can put this solution on YOUR website! first you have to solve for the one of the equations. \n" ); document.write( "-5x-y=-11 \n" ); document.write( "y=-5x+11 \n" ); document.write( "then substitute it in the other equation. \n" ); document.write( "-6x+y=-22 \n" ); document.write( "-6x+(-5x+11)=-22 and solve \n" ); document.write( "-11x = -33 \n" ); document.write( "x =3 \n" ); document.write( "plug in x in any of the equations and you will have x and y. \n" ); document.write( " |