document.write( "Question 394042: solve using matrices
\n" );
document.write( "x-2y+4z=-8
\n" );
document.write( "2x+2y-z=11
\n" );
document.write( "x+y-2z=10 \n" );
document.write( "
Algebra.Com's Answer #279560 by pie90010(44)![]() ![]() ![]() You can put this solution on YOUR website! ahhh I LOVE MATRICES :D\r \n" ); document.write( "\n" ); document.write( "so just make your equation into a matrix first\r \n" ); document.write( "\n" ); document.write( "[ 1 -2 4] [x] [-8] \n" ); document.write( "| 2 2 -1| |y| = |11| \n" ); document.write( "[ 1 1 -2] [z] [10]\r \n" ); document.write( "\n" ); document.write( "Let ^ = A Let ^ = B\r \n" ); document.write( "\n" ); document.write( "you CANT divide matrices, so multiply by the inverse, same thing right? :D\r \n" ); document.write( "\n" ); document.write( "find the inverse of matrix A first, you can simply do this with a calculator \n" ); document.write( "A^-1 * B \r \n" ); document.write( "\n" ); document.write( "And you'll find your answers will be\r \n" ); document.write( "\n" ); document.write( "x = 4 \n" ); document.write( "y = 0 \n" ); document.write( "z = -3 \n" ); document.write( " |