document.write( "Question 137979This question is from textbook
\n" );
document.write( ": How do you solve this system?
\n" );
document.write( "x + 2y-3z = -8
\n" );
document.write( "2x + y + 3z= 17
\n" );
document.write( "x - 3y + 3z = 11 \n" );
document.write( "
Algebra.Com's Answer #100831 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How do you solve this system? \n" ); document.write( "x + 2y-3z = -8 \n" ); document.write( "2x + y + 3z= 17 \n" ); document.write( "x - 3y + 3z = 11 \n" ); document.write( "--------------------- \n" ); document.write( "You could solve it Gauss-Jordan elimination or with Cramer's Method. \n" ); document.write( "I used the Matrix method on a TI calculator to get: \n" ); document.write( "x = 2 \n" ); document.write( "y = 1 \n" ); document.write( "z = 4 \n" ); document.write( "=========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |