document.write( "Question 400010: I am attempting to solve system of linear equations through elimination. I have an entire list of them due but if you can help me promptly with this one, I should be able to use it as a guide with the others. Thank you in advance.\r
\n" ); document.write( "\n" ); document.write( "2x-y+z=1
\n" ); document.write( "x+y-7=2
\n" ); document.write( "3x-y+z=0\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #283232 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "solving system of linear equations through elimination
\n" ); document.write( "2x-y+z=1
\n" ); document.write( "x+y-7=2
\n" ); document.write( "3x-y+z=0\r
\n" ); document.write( "\n" ); document.write( "2x-y+z=1
\n" ); document.write( "3x-y+z=0\r
\n" ); document.write( "\n" ); document.write( "-2x +y -z=-1 |Mulitplying 1st equation by -1, prior to adding the equations
\n" ); document.write( " 3x -y +z=0
\n" ); document.write( " x = -1
\n" ); document.write( "x+y-7=2 |Substituting x = -1 into an equation to solve for y
\n" ); document.write( "-1 + y = 9
\n" ); document.write( " y = 10
\n" ); document.write( "3x-y+z=0 |Substituting x = -1 and y = 10 into an equation to solve for z
\n" ); document.write( " -3 -10 + z = 0
\n" ); document.write( " z = 13
\n" ); document.write( "CHECKING our Answer***
\n" ); document.write( "2x - y + z =1
\n" ); document.write( " -2 -10 + 13 = 1 \n" ); document.write( "
\n" );