document.write( "Question 528878: Solve the system of equation by substitution\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "5x + y = -4 and y = -x \n" );
document.write( "
Algebra.Com's Answer #349812 by boilpoil(127)![]() ![]() You can put this solution on YOUR website! This one is pretty easy:\r \n" ); document.write( "\n" ); document.write( "5x+y=-4 and (y=-x) \n" ); document.write( "5x+(-x)=4 \n" ); document.write( "5x-x=4 \n" ); document.write( "4x=4 \n" ); document.write( "x=1 \n" ); document.write( " |