document.write( "Question 448111: Solve the system by the method of elimination.\r
\n" ); document.write( "\n" ); document.write( "x-2y+3z=11
\n" ); document.write( "2x-z=3
\n" ); document.write( "3y+z=-8
\n" ); document.write( "

Algebra.Com's Answer #308455 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
Solve the system by the method of elimination.
\n" ); document.write( "
\r\n" );
document.write( " x - 2y + 3z = 11\r\n" );
document.write( "2x      -  z =  3\r\n" );
document.write( "     3y +  z = -8\r\n" );
document.write( "\r\n" );
document.write( "The 2nd equation is the simplest\r\n" );
document.write( "and it already has y eliminated in it.\r\n" );
document.write( "so let's eliminate y also from the 1st \r\n" );
document.write( "and 3rd, so we'll have two equations \r\n" );
document.write( "with y eliminated in them:\r\n" );
document.write( "\r\n" );
document.write( "To eliminate y from the 1st and 3rd equations,\r\n" );
document.write( "\r\n" );
document.write( " x - 2y + 3z = 11\r\n" );
document.write( "     3y +  z = -8\r\n" );
document.write( "\r\n" );
document.write( "we multiply the top one by 3 and the bottom one by 2\r\n" );
document.write( "and add them, and the y's will cancel out:\r\n" );
document.write( "\r\n" );
document.write( "3x - 6y +  9z =  33\r\n" );
document.write( "     6y +  2z = -16\r\n" );
document.write( "-------------------\r\n" );
document.write( "3x      + 11z =  17\r\n" );
document.write( "\r\n" );
document.write( "So we put that with the original second equation:\r\n" );
document.write( "\r\n" );
document.write( "3x + 11z =  17\r\n" );
document.write( "2x -   z =   3\r\n" );
document.write( "\r\n" );
document.write( "To eliminate z we multiply the bottom one\r\n" );
document.write( "through by 11, and add them so the z's will\r\n" );
document.write( "cancel out:\r\n" );
document.write( "\r\n" );
document.write( " 3x + 11z =  17\r\n" );
document.write( "22x - 11z =  33\r\n" );
document.write( "---------------\r\n" );
document.write( "25x       =  50\r\n" );
document.write( "        x =   2\r\n" );
document.write( "\r\n" );
document.write( "Substitute that in \r\n" );
document.write( "\r\n" );
document.write( "  2x - z =  3\r\n" );
document.write( "2(2) - z =  3 \r\n" );
document.write( "   4 - z =  3\r\n" );
document.write( "      -z = -1\r\n" );
document.write( "       z =  1  \r\n" );
document.write( "\r\n" );
document.write( "Substitute that in\r\n" );
document.write( "\r\n" );
document.write( "     3y +  z = -8\r\n" );
document.write( "      3y + 1 = -8\r\n" );
document.write( "          3y = -9\r\n" );
document.write( "           y = -3\r\n" );
document.write( "\r\n" );
document.write( "(x,y,z) = (2,-3,1)\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );