document.write( "Question 1004970: Solve the system.
\n" );
document.write( "x-y+z=0
\n" );
document.write( "x+y+z=-2
\n" );
document.write( "x+y-z=8 \n" );
document.write( "
Algebra.Com's Answer #621304 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "Solve the system\r\n" ); document.write( "\r\n" ); document.write( "x - y + z = 0 (1)\r\n" ); document.write( "x + y + z = -2 (2)\r\n" ); document.write( "x + y - z = 8 (3)\r\n" ); document.write( "\r\n" ); document.write( "This system is special. It is possible to solve it using the mental math only.\r\n" ); document.write( "\r\n" ); document.write( "Distract first equation from the second ((1) from (2)). You will get\r\n" ); document.write( "\r\n" ); document.write( "2y = -2. Hence, y = -1.\r\n" ); document.write( "\r\n" ); document.write( "Next, distract equation (3) from (2). You will get\r\n" ); document.write( "\r\n" ); document.write( "2z = -10. Hence, z = -5.\r\n" ); document.write( "\r\n" ); document.write( "Finally, substitute the found values y= -1 and z= -5 into the first equation. You will get\r\n" ); document.write( "\r\n" ); document.write( "x - (-1) + (-5) = 0, or x = 5 - 1 = 4.\r\n" ); document.write( "\r\n" ); document.write( "Answer. The solution is x= 4, y= -1 and z= -5.\r\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |