document.write( "Question 423897: Solve the system of equations:\r
\n" );
document.write( "\n" );
document.write( "-3x + y - z = -10
\n" );
document.write( "-4x + 2y + 3z = -1
\n" );
document.write( " 2x + 3y - 2z = -5 \n" );
document.write( "
Algebra.Com's Answer #295691 by robertb(5830)![]() ![]() You can put this solution on YOUR website! From the 1st equation, we get z = -3x + y + 10.\r \n" ); document.write( "\n" ); document.write( "Into the 2nd equation: -4x + 2y + 3(-3x + y + 10) = -1, \n" ); document.write( "<==> -4x + 2y - 9x+ 3y + 30 = -1 \n" ); document.write( "<==> -13x + 5y = -31\r \n" ); document.write( "\n" ); document.write( "Into the 3rd equation: 2x + 3y - 2(-3x + y + 10) = -5 \n" ); document.write( "<==> 2x + 3y + 6x - 2y - 20 = -5 \n" ); document.write( "<==> 8x + y = 15 ==> y = 15 - 8x\r \n" ); document.write( "\n" ); document.write( "==> -13x + 5(15 - 8x) = -31 \n" ); document.write( "==> -13x + 75 - 40x = -31 \n" ); document.write( "-53x = -106 \n" ); document.write( "==> x = 2. \n" ); document.write( "==> y = 15 - 8*2 = 15 - 16 = -1 \n" ); document.write( "==> z = -3*2 + (-1) + 10 = -6 - 1 + 10 = 3 \n" ); document.write( " |