document.write( "Question 683913: Would you please help me solve this equation:\r
\n" );
document.write( "\n" );
document.write( "Solve the system analytically:
\n" );
document.write( "x+y+z=-4
\n" );
document.write( "2x+6y+2z=8
\n" );
document.write( "-x+7y-3z=40\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #423849 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Solve the system analytically: \n" ); document.write( "x + y + z= -4 \n" ); document.write( "2x+ 6y+ 2z = 8 \n" ); document.write( "-x+ 7y -3z = 40 \n" ); document.write( ": \n" ); document.write( "Multiply the 1st equation by -2, add to the 2n equation \n" ); document.write( "-2x + -2y + -2z = 8 \n" ); document.write( " 2x + 6y + 2z = 8 \n" ); document.write( "--------------------adding eliminates x and z find y \n" ); document.write( "4y = 16 \n" ); document.write( "y = 16/4 \n" ); document.write( "y = 4 \n" ); document.write( ": \n" ); document.write( "Replace y with 4 in the 1st equation \n" ); document.write( "x + 4 + z = -4 \n" ); document.write( "x + z = - 4 - 4 \n" ); document.write( "x + z = -8 \n" ); document.write( ": \n" ); document.write( "In the 3rd equation, replace y with 4 \n" ); document.write( "-x + 7(4) - 3z = 40 \n" ); document.write( "-x - 3z = 40 - 28 \n" ); document.write( "-x - 3z = 12 \n" ); document.write( "Add to the 1st two unknown equation \n" ); document.write( "-x - 3z = 12 \n" ); document.write( " x + z = -8 \n" ); document.write( "----------------adding eliminates x, find z \n" ); document.write( "-2z = 4 \n" ); document.write( "z = 4/-2z \n" ); document.write( "z = -2 \n" ); document.write( ": \n" ); document.write( "Replace y and z in the 1st equation \n" ); document.write( "x + 4 - 2 = -4 \n" ); document.write( "x = -4 - 2 \n" ); document.write( "x = -6 \n" ); document.write( ": \n" ); document.write( "Summarize: x=-6; y=4; z=-2 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "You can check solutions in the 2nd equation \n" ); document.write( "2(-6) + 6(4)+ 2(-2) = \n" ); document.write( " |