document.write( "Question 116853This question is from textbook mathematics with applications
\n" );
document.write( ": I can not figure out how to begin this problem let alone complete it. We are using the Gauss-Jordan Method. I refered to the website http://aspire.cs.uah.edu/textbook/gauss.html and the website http://math.uww.edu/~mcfarlat/141/141gauss.htm for assistance and thought I understood what i was doing but I can not get to the answer that is in the back of the book for this problem. The answer in the book is (1,0,-1)\r
\n" );
document.write( "\n" );
document.write( "The problem is as follows....
\n" );
document.write( "x+3y-6x=7
\n" );
document.write( "2x-y+2z=0
\n" );
document.write( "x+y+2z=-1\r
\n" );
document.write( "\n" );
document.write( "the first part I think I got
\n" );
document.write( "1 3 -6 7
\n" );
document.write( "2 -1 2 0
\n" );
document.write( "1 1 2 -1\r
\n" );
document.write( "\n" );
document.write( "Can you please help me.\r
\n" );
document.write( "\n" );
document.write( "Thank you so much!!!!!! \n" );
document.write( "
Algebra.Com's Answer #84962 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! the object is to use row operations to get\r \n" ); document.write( "\n" ); document.write( "1__0__0__x \n" ); document.write( "0__1__0__y \n" ); document.write( "0__0__1__z\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtracting the first row from the third row; and subtracting twice the first row from the second row gives \n" ); document.write( "1__3__-6__7 \n" ); document.write( "0__-7__14__-14 \n" ); document.write( "0__-2__8__-8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "dividing the second row by -7; and dividing the third row by -2 gives \n" ); document.write( "1__3__-6__7 \n" ); document.write( "0__1__-2__2 \n" ); document.write( "0__1__-4__4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtracting the second row from the third row; and subtracting 3 times the second row from the first row gives \n" ); document.write( "1__0__0__1 \n" ); document.write( "0__1__-2__2 \n" ); document.write( "0__0__-2__2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtracting the third row from the second row; and dividing the third row by -2 gives \n" ); document.write( "1__0__0__1 \n" ); document.write( "0__1__0__0 \n" ); document.write( "0__0__1__-1\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |