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 #159330 by AndrewRyan(3)![]() ![]() ![]() You can put this solution on YOUR website! Elimination by Addition or Subtraction \n" ); document.write( " \n" ); document.write( "x + 2y-3z = -8 //First Equation \n" ); document.write( "2x + y + 3z= 17 //Second Equation \n" ); document.write( "x - 3y + 3z = 11 //Third Equation \n" ); document.write( " \n" ); document.write( "Lets add the first and second equations to remove \"z\" \n" ); document.write( " x + 2y - 3z = -8 \n" ); document.write( "+ 2x + y + 3z = 17 \n" ); document.write( "--------------------- \n" ); document.write( " 3x + 3y = 9 //This will be our 4th equation \n" ); document.write( " \n" ); document.write( "Lets add the first and third equations to remove \"z\" \n" ); document.write( " x + 2y - 3z = -8 \n" ); document.write( "+ x - 3y + 3z = 11 \n" ); document.write( "--------------------- \n" ); document.write( " 2x - y = 3 //This will be our 5th equation \n" ); document.write( " \n" ); document.write( "Reform the 4th equation \n" ); document.write( "3x + 3y = 9 \n" ); document.write( "3x = 9 - 3y \n" ); document.write( "x = (9 - 3y)(1/3) \n" ); document.write( "x = 3 - y \n" ); document.write( " \n" ); document.write( "Now substitute this x value to the 5th equation \n" ); document.write( "2(3 - y) - y = 3 \n" ); document.write( "6 - 2y - y = 3 \n" ); document.write( "6 - 3y = 3 \n" ); document.write( "-3y = 3 - 6 \n" ); document.write( "-3y = -3 \n" ); document.write( "y = 1 //Value for \"y\" \n" ); document.write( " \n" ); document.write( "Substitute this value of \"y\" to 4th equation \n" ); document.write( "3x + 3(1) = 9 \n" ); document.write( "3x + 3 = 9 \n" ); document.write( "3x = 9 - 3 \n" ); document.write( "3x = 6 \n" ); document.write( "x = 2 \n" ); document.write( " \n" ); document.write( "Now we have the values for \"x\" and \"y\" \n" ); document.write( "Substitute this values of \"x\" and \"y\" to first equation \n" ); document.write( "(Actually you can substitute this to any of the first 3 equations) \n" ); document.write( "(2) + 2(1) - 3z = -8 \n" ); document.write( "2 + 2 - 3z = -8 \n" ); document.write( "4 - 3z = -8 \n" ); document.write( "-3z = -8 - 4 \n" ); document.write( "-3z = -12 \n" ); document.write( "z = 4 \n" ); document.write( " \n" ); document.write( "To check your answer substitute and x-y-z values any of the first three equations (If you use the 1st equation to solve for z then you must not use it for checking. Same thing for the 2nd and the 3rd equations) \n" ); document.write( "I'll substitute to the 3rd equation \n" ); document.write( "(2) - 3(1) + 3(4) = 11 \n" ); document.write( "2 - 3 + 12 = 11 \n" ); document.write( "-1 + 12 = 11 \n" ); document.write( "11 = 11 \n" ); document.write( " |