document.write( "Question 748403: how do i solve the following matrix by hand? \r
\n" ); document.write( "\n" ); document.write( "2x+y=-4
\n" ); document.write( "-2y+4z=0
\n" ); document.write( "3x-2z=-11
\n" ); document.write( "

Algebra.Com's Answer #455479 by AnlytcPhil(1807)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "eq. 1   2x+ y    =  -4\r\n" );
document.write( "eq. 2     -2y+4z =   0\r\n" );
document.write( "eq. 3   3x   -2z = -11\r\n" );
document.write( "\r\n" );
document.write( "The first equation has no z-term.\r\n" );
document.write( "So eliminate z from the other two terms.\r\n" );
document.write( "Multiply eq. 3 by 2 and add term by term:\r\n" );
document.write( "\r\n" );
document.write( "          -2y+4z =   0\r\n" );
document.write( "        6x   -4z = -22\r\n" );
document.write( "        --------------\r\n" );
document.write( "        6x-2y    = -22\r\n" );
document.write( "\r\n" );
document.write( "Divide that through by 2\r\n" );
document.write( "\r\n" );
document.write( "eq. 4   3x- y    = -11\r\n" );
document.write( "\r\n" );
document.write( "Now we have a system of two equations and two\r\n" );
document.write( "unknowns:\r\n" );
document.write( "\r\n" );
document.write( "eq. 1   2x+y =  -4\r\n" );
document.write( "eq. 4   3x-y = -11\r\n" );
document.write( "\r\n" );
document.write( "We add them term by term and y will be eliminated:\r\n" );
document.write( "\r\n" );
document.write( "eq. 1   2x+y =  -4\r\n" );
document.write( "eq. 4   3x-y = -11\r\n" );
document.write( "------------------\r\n" );
document.write( "        5x   = -15\r\n" );
document.write( "           x = -3\r\n" );
document.write( "\r\n" );
document.write( "Substitute x = -3 in eq. 4,\r\n" );
document.write( "\r\n" );
document.write( "eq. 4   3x-y = -11\r\n" );
document.write( "\r\n" );
document.write( "     3(-3)-y = -11\r\n" );
document.write( "        -9-y = -11\r\n" );
document.write( "          -y = -2\r\n" );
document.write( "           y = 2\r\n" );
document.write( "\r\n" );
document.write( "Substitute x = -3 in eq. 3 \r\n" );
document.write( "\r\n" );
document.write( "eq. 3   3x-2z = -11\r\n" );
document.write( "     3(-3)-2z = -11\r\n" );
document.write( "        -9-2z = -11\r\n" );
document.write( "          -2z = -2\r\n" );
document.write( "            z = 1\r\n" );
document.write( "\r\n" );
document.write( "Solution (x,y,z) = (-3,2,1)\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );