document.write( "Question 814715: solve the fallowing system by the Gauss Jordan Method
\n" ); document.write( " 4y+3z=-2
\n" ); document.write( " 5x-4y=1
\n" ); document.write( "-5x+4y+z=-3
\n" ); document.write( "

Algebra.Com's Answer #490464 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
x = 1, y = 1, z = -2 \n" ); document.write( "
\n" );