document.write( "Question 553434: solve the system of equations using the substitution method
\n" );
document.write( "x+z=8
\n" );
document.write( "y-z=5
\n" );
document.write( "x-y=9 \n" );
document.write( "
Algebra.Com's Answer #852290 by MathTherapy(10556) You can put this solution on YOUR website! \r\n" ); document.write( "solve the system of equations using the substitution method\r\n" ); document.write( "x+z=8\r\n" ); document.write( "y-z=5\r\n" ); document.write( "x-y=9\r\n" ); document.write( "\r\n" ); document.write( "x + z = 8____z = 8 - x ---- eq (i)\r\n" ); document.write( "y - z = 5 ----- eq (ii)\r\n" ); document.write( "x - y = 9___x - 9 = y ----- wq (iii)\r\n" ); document.write( "\r\n" ); document.write( "y - z = 5\r\n" ); document.write( "x - 9 - (8 - x) = 5 ------ Substituting x - 9 for y, and 8 - x for z in eq (ii)\r\n" ); document.write( "x - 9 - 8 + x = 5\r\n" ); document.write( "x + x - 17 = 5\r\n" ); document.write( "2x = 22\r\n" ); document.write( "\n" ); document.write( " |