document.write( "Question 499709: How do you find x,y,and z in the following equation?\r
\n" );
document.write( "\n" );
document.write( "5x-2y+4z=0
\n" );
document.write( "5x-4y-3z=-21
\n" );
document.write( "x-y+5z=0 \n" );
document.write( "
Algebra.Com's Answer #337857 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "(1) 5x - 2y + 4z = 0\r\n" ); document.write( "(2) 5x - 4y - 3z = -21\r\n" ); document.write( "(3) x - y + 5z = 0\r\n" ); document.write( "\r\n" ); document.write( "Multiply (2) by -1 and add it to (1)\r\n" ); document.write( "\r\n" ); document.write( " 5x - 2y + 4z = 0\r\n" ); document.write( " -5x + 4y + 3z = 21\r\n" ); document.write( " ---------------------\r\n" ); document.write( "(4) 2y + 7z = 21\r\n" ); document.write( "\r\n" ); document.write( "Multiply (3) by -5 and add (1)\r\n" ); document.write( "\r\n" ); document.write( " -5x + 5y - 25z = 0\r\n" ); document.write( " 5x - 2y + 4z = 0\r\n" ); document.write( " ----------------------\r\n" ); document.write( "(5) 3y - 21z = 0\r\n" ); document.write( "\r\n" ); document.write( "Multiply (4) by 3 and add (5)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 6y + 21z = 63\r\n" ); document.write( " 3y - 21z = 0\r\n" ); document.write( " ------------------\r\n" ); document.write( " 9y = 63 \r\n" ); document.write( " y = 7\r\n" ); document.write( "\r\n" ); document.write( "Substitute y = 7 in (5)\r\n" ); document.write( "\r\n" ); document.write( " 3(7) - 21z = 0\r\n" ); document.write( " 21 - 21z = 0 \r\n" ); document.write( " -21z = -21\r\n" ); document.write( " z = 1\r\n" ); document.write( "\r\n" ); document.write( "Substitute y = 7 and z = 1 in (3)\r\n" ); document.write( "\r\n" ); document.write( " x - (7) + 5(1) = 0\r\n" ); document.write( " x - 7 + 5 = 0\r\n" ); document.write( " x - 2 = 0\r\n" ); document.write( " x = 2\r\n" ); document.write( "\r\n" ); document.write( "(x,y,z) = (2,7,1)\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |