document.write( "Question 143784: Solve the following system of equations for the unknown variables.
\n" );
document.write( "2x + y = 17
\n" );
document.write( "y + z = 6
\n" );
document.write( "x – z = 7
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #104714 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! subtracting z from 2nd equation __ y=6-z\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "adding z to 3rd equation __ x=7+z\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting into 1st equation __ 2(7+z)+(6-z)=17 __ distributing __ 14+2z+6-z=17\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "20+z=17 __ subtracting 20 __ z=-3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting __ y+(-3)=6 __ adding 3 __ y=9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting __ x-(-3)=7 __ adding -3 __ x=4 \n" ); document.write( " |