document.write( "Question 105836This question is from textbook
\n" );
document.write( ": i need to solve -2x+y+z=-2
\n" );
document.write( " 5x+3y+3z=71
\n" );
document.write( " 4x-2y-3z=1\r
\n" );
document.write( "\n" );
document.write( "i have to solve for x,y, and z PLEASE HELP!!!! \n" );
document.write( "
Algebra.Com's Answer #77161 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! solve \n" ); document.write( "Eq1: -2x + y + z = -2 \n" ); document.write( "Eq2: 5x + 3y + 3z = 71 \n" ); document.write( "Eq3: 4x - 2y - 3z = 1 \n" ); document.write( ": \n" ); document.write( "We can solve it by using elimination:\r \n" ); document.write( "\n" ); document.write( "using equations 2 & 3 \n" ); document.write( "5x + 3y + 3z = 71 \n" ); document.write( "4x - 2y - 3z = 1 \n" ); document.write( "-----------------adding eliminates z \n" ); document.write( "9x + 1y + 0z = 72 \n" ); document.write( "9x + y = 72 \n" ); document.write( ": \n" ); document.write( "Using equations 1 and 3: \n" ); document.write( " Mult eq 1 by 3 and add it to equation 3 \n" ); document.write( ": \n" ); document.write( "-6x + 3y + 3z = -6 \n" ); document.write( " 4x - 2y - 3z = 1 \n" ); document.write( "-----------------adding eliminates 3 again \n" ); document.write( "-2x + 1y + 0z = -5 \n" ); document.write( "-2x + y = -5 \n" ); document.write( ": \n" ); document.write( "We have two 2 unknown equations to work with now: \n" ); document.write( "Subtract the 2nd one from the 1st one. \n" ); document.write( "9x + y = 72 \n" ); document.write( "-2x +y = -5 \n" ); document.write( "--------------subtracting eliminates y, find x \n" ); document.write( "11x + 0y = 77 \n" ); document.write( "x = 77/11 \n" ); document.write( "x = 7 \n" ); document.write( ": \n" ); document.write( "Use 9x + y = 72 to find y \n" ); document.write( "9(7) + y = 72 \n" ); document.write( "63 + y = 72 \n" ); document.write( "y = 72 - 63 \n" ); document.write( "y = 9 \n" ); document.write( ": \n" ); document.write( "I'm sure you can find a way to find z. Check all 3 solutions in one of the \n" ); document.write( "original equations \n" ); document.write( " |