document.write( "Question 43849: Solve the system by substitution.\r
\n" );
document.write( "\n" );
document.write( "x + y = -7\r
\n" );
document.write( "\n" );
document.write( "x - y = 13 \n" );
document.write( "
Algebra.Com's Answer #28865 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! From \n" ); document.write( "x + y = -7 \n" ); document.write( "x - y = 13 \n" ); document.write( "let us solve the first one for x and substitute it into the second...thus we have \n" ); document.write( "x = -y - 7 and \n" ); document.write( "(-y - 7) - y = 13 \n" ); document.write( "-y - 7 - y = 13 \n" ); document.write( "-2y = 20 \n" ); document.write( "y = -10 and then \n" ); document.write( "x = 3 \n" ); document.write( " |