document.write( "Question 1088768: Solve the system: x + y + z = 4, 3x – y + z = 2, y – z = -2 \n" ); document.write( "
Algebra.Com's Answer #703101 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Solve the system: \n" ); document.write( " x + y + z = 4 \n" ); document.write( " 3x – y + z = 2 \n" ); document.write( "rearrange the 3rd equation \n" ); document.write( " y – z = -2 \n" ); document.write( " y = z - 2 \n" ); document.write( "In the 2nd equation, replace y with (z-2) \n" ); document.write( "x - (z-2) + z = 2 \n" ); document.write( "x + 2 = 2 \n" ); document.write( "x = 0 \n" ); document.write( "replacing x with 0 in the first two equations we have \n" ); document.write( "y + z = 4 \n" ); document.write( "-y +z = 2 \n" ); document.write( "------------Addition eliminates y, find z \n" ); document.write( "2z = 6 \n" ); document.write( "z = 3 \n" ); document.write( "then \n" ); document.write( "y = 3 - 2 \n" ); document.write( "y = 1 \n" ); document.write( "We have x=0; y=1; z = 3 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "you can check these solutions in the original equations \n" ); document.write( " \n" ); document.write( " |