document.write( "Question 824368: 6x + 2y - 4z = 15
\n" );
document.write( "-3x - 4y + 2z = -6
\n" );
document.write( "4x - 6y + 3z =8
\n" );
document.write( "find x, y, & z. \n" );
document.write( "
Algebra.Com's Answer #496379 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 6x + 2y - 4z = 15 \n" ); document.write( "-3x - 4y + 2z = -6 \n" ); document.write( "4x - 6y + 3z =8 \n" ); document.write( "======================= \n" ); document.write( "x = 2 \n" ); document.write( "y = -0.5 \n" ); document.write( "z = -1 \n" ); document.write( " |