document.write( "Question 160344: -11x - 3y - 10z = 17
\n" );
document.write( "-12x - 5y + 2z = 84
\n" );
document.write( "3x - 6y + 3z = 51 \r
\n" );
document.write( "\n" );
document.write( "I need to solve this system of linear equations using any method. I'd like to see the steps and the correct answer. I'm not sure which method would be the easiest and I'm just stuck. Thank you for all your help. \n" );
document.write( "
Algebra.Com's Answer #118303 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! reduce (simplify) where you can __ dividing 3rd eqn by 3 gives a NEW 3rd eqn __ x-2y+z=17\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "new 3rd eqn times 10, added to 1st eqn __ -x-23y=187 __ -23y-187=x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "new 3rd eqn times -2, added to 2nd eqn __ -14x-y=50\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting __ -14(-23y-187)-y=50 __ 321y=-2568 __ y=-8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting __ -23(-8)-187=x __ -3=x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting __ (-3)-2(-8)+z=17 __ z=4 \n" ); document.write( " |