document.write( "Question 475956: Solve the system of equations\r
\n" );
document.write( "\n" );
document.write( "x + y = 5\r
\n" );
document.write( "\n" );
document.write( "x - y = -9 \n" );
document.write( "
Algebra.Com's Answer #326371 by algebrahouse.com(1659) You can put this solution on YOUR website! x + y = 5 \n" ); document.write( "x - y = -9 \n" ); document.write( "------------ \n" ); document.write( "2x = -4 {added the two equations together} \n" ); document.write( "x = -2 {divided both sides by 2}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y = 5 {top equation \n" ); document.write( "-2 + y = 5 {substituted -2, in for x, into top equation} \n" ); document.write( "y = 7 {added 2 to both sides}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = -2 and y = 7 \n" ); document.write( " For more help from me, visit: www.algebrahouse.com \n" ); document.write( " |