document.write( "Question 666357: solve each system by using an augmented matrix.
\n" ); document.write( "x-2y+z=9
\n" ); document.write( "3x+y=1
\n" ); document.write( "-2x-3y-z=0
\n" ); document.write( "

Algebra.Com's Answer #414395 by swincher4391(1107)\"\" \"About 
You can put this solution on YOUR website!
\"matrix%283%2C4%2C1%2C-2%2C1%2C9%2C3%2C1%2C0%2C1%2C-2%2C-3%2C-1%2C0%29\"\r
\n" ); document.write( "\n" ); document.write( "Add -3 times the 1st row to the 2nd row to get:\r
\n" ); document.write( "\n" ); document.write( "\"matrix%283%2C4%2C1%2C-2%2C1%2C0%2C0%2C7%2C-3%2C1%2C-2%2C-3%2C-1%2C0%29\"\r
\n" ); document.write( "\n" ); document.write( "Add 2 times the 1st row to the 3rd row to get:\r
\n" ); document.write( "\n" ); document.write( "\"matrix%283%2C4%2C1%2C-2%2C1%2C0%2C0%2C7%2C-3%2C1%2C0%2C-7%2C1%2C0%29\"\r
\n" ); document.write( "\n" ); document.write( "Divide the 2nd row by 7.\r
\n" ); document.write( "\n" ); document.write( "\"matrix%283%2C4%2C1%2C-2%2C1%2C0%2C0%2C1%2C-3%2F7%2C1%2F7%2C0%2C-7%2C1%2C0%29\"\r
\n" ); document.write( "\n" ); document.write( "Add 7 times the 2nd row to the third row.\r
\n" ); document.write( "\n" ); document.write( "\"matrix%283%2C4%2C1%2C-2%2C1%2C0%2C0%2C1%2C-3%2F7%2C1%2F7%2C0%2C0%2C-2%2C1%29\"\r
\n" ); document.write( "\n" ); document.write( "Divide by -2 to the third row.\r
\n" ); document.write( "\n" ); document.write( "\"matrix%283%2C4%2C1%2C-2%2C1%2C0%2C0%2C1%2C-3%2F7%2C1%2F7%2C0%2C0%2C1%2C-1%2F2%29\"\r
\n" ); document.write( "\n" ); document.write( "Add 3/7 times the 3rd row to the 2nd row\r
\n" ); document.write( "\n" ); document.write( "\"matrix%283%2C4%2C1%2C-2%2C1%2C0%2C0%2C1%2C0%2C-1%2F14%2C0%2C0%2C1%2C-1%2F2%29\"\r
\n" ); document.write( "\n" ); document.write( "Add -1 times the 3rd row to the 1st row\r
\n" ); document.write( "\n" ); document.write( "\"matrix%283%2C4%2C1%2C-2%2C0%2C1%2F2%2C0%2C1%2C0%2C-1%2F14%2C0%2C0%2C1%2C-1%2F2%29\"\r
\n" ); document.write( "\n" ); document.write( "Add 2 times the 2nd row to the 1st row\r
\n" ); document.write( "\n" ); document.write( "\"matrix%283%2C4%2C1%2C0%2C0%2C5%2F14%2C0%2C1%2C0%2C-1%2F14%2C0%2C0%2C1%2C-1%2F2%29\"\r
\n" ); document.write( "\n" ); document.write( "x = 5/14, y = -1/14, z = -1/2\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );