document.write( "Question 90831: Solve the system by substitution.
\n" );
document.write( " 3x – y = –7
\n" );
document.write( " x + y = –9
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #65998 by malakumar_kos@yahoo.com(315)![]() ![]() ![]() You can put this solution on YOUR website! \r \n" ); document.write( "\n" ); document.write( " Solve the system by substitution. \n" ); document.write( "3x – y = –7 \n" ); document.write( "x + y = –9\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " x+y = -9 or y = -9-x........(1)\r \n" ); document.write( "\n" ); document.write( " 3x - y = -7........(2) \r \n" ); document.write( "\n" ); document.write( " substituting for y from (1) in (2)\r \n" ); document.write( "\n" ); document.write( " 3x - (-9-x) = -7\r \n" ); document.write( "\n" ); document.write( " 3x+9+x = -7 \n" ); document.write( " 4x = -7-9 = -16 \n" ); document.write( " x = -16/4 = -4 \n" ); document.write( " substituting for x in (1) we get y = -9-(-4) = -9+4 = -5\r \n" ); document.write( "\n" ); document.write( " The required solution is x = -4, & y = -5 \n" ); document.write( " |