document.write( "Question 1175288: Given the system of equations\r
\n" ); document.write( "\n" ); document.write( "(2x - 3y - 9z = -24
\n" ); document.write( "|x + 3z = 6
\n" ); document.write( "|-3x + y - 4z = -6
\n" ); document.write( "(\r
\n" ); document.write( "\n" ); document.write( "(a) determine whether the system is inconsistent or dependent;
\n" ); document.write( "Your answer is (input inconsistent or dependent) \r
\n" ); document.write( "\n" ); document.write( "(b) if your answer is dependent in (a), find the complete solution. Write
\n" ); document.write( "x and y as functions of z.\r
\n" ); document.write( "\n" ); document.write( "x =
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "y =
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #801059 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\"system%282x+-+3y+-+9z+=+-24%2C%0D%0Ax+%2B+3z+=+6%2C%0D%0A-3x+%2B+y+-+4z+=+-6%29\"\r\n" );
document.write( "\r\n" );
document.write( "Since y is already eliminated from the middle equation, eliminate y\r\n" );
document.write( "from the first and third equations by multiplying the third one by 3,\r\n" );
document.write( "and adding term by term:\r\n" );
document.write( "\r\n" );
document.write( " 2x - 3y -  9z = -24\r\n" );
document.write( "-9x + 3y - 12z = -18\r\n" );
document.write( "--------------------\r\n" );
document.write( "-7x      - 21z = -42\r\n" );
document.write( "\r\n" );
document.write( "Let's divide that through by -7\r\n" );
document.write( "\r\n" );
document.write( " x + 3z = 6\r\n" );
document.write( "\r\n" );
document.write( "That's the same as the 2nd equation, so it is a dependent system.\r\n" );
document.write( "\r\n" );
document.write( "Solve that for x:\r\n" );
document.write( "\r\n" );
document.write( "x = 6 - 3z\r\n" );
document.write( "\r\n" );
document.write( "Substitute that in either of the other two original equations.  I'll pick\r\n" );
document.write( "the first one:\r\n" );
document.write( "\r\n" );
document.write( "       -3x + y - 4z = -6\r\n" );
document.write( "-3(6 - 3z) + y - 4z = -6\r\n" );
document.write( "  -18 + 9z + y - 4z = -6\r\n" );
document.write( "       -18 + 5z + y = -6\r\n" );
document.write( "                  y = 12 - 5z\r\n" );
document.write( "\r\n" );
document.write( "Solution:   (x, y, z) = (6 - 3z, 12 - 5z, z)\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );