document.write( "Question 1051701: Systems of equations in three variables. Solve each system of equations.
\n" );
document.write( "2x-y+2z=15
\n" );
document.write( "-x+y+z=3
\n" );
document.write( "3x-y+2z=18 \n" );
document.write( "
Algebra.Com's Answer #667157 by ikleyn(52788)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Systems of equations in three variables. Solve each system of equations.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "2x - y + 2z = 15 (1)\r\n" ); document.write( "-x + y + z = 3 (2)\r\n" ); document.write( "3x - y + 2z = 18 (3)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Distract equation (1) from equation (2) (both sides). You will get\r\n" ); document.write( "\r\n" ); document.write( "x = 18 - 15 ---> x = 3. So, you just solved for x.\r\n" ); document.write( "\r\n" ); document.write( "Next substitute x=3 into (1) and (2). You will get\r\n" ); document.write( "\r\n" ); document.write( "2*3 - y + 2z = 15 (4) ( instead of (1) )\r\n" ); document.write( "-3 + y + z = 3 (5) ( instead of (2) )\r\n" ); document.write( "\r\n" ); document.write( "Simplify (4) and (5). You will get\r\n" ); document.write( "\r\n" ); document.write( "-y + 2z = 15 - 6,\r\n" ); document.write( " y + z = 3 + 3.\r\n" ); document.write( "\r\n" ); document.write( "Simplify \r\n" ); document.write( "\r\n" ); document.write( "-y + 2z = 9, (6)\r\n" ); document.write( " y + z = 6. (7)\r\n" ); document.write( "\r\n" ); document.write( "Add equations (6) and (7) (both sides). You will get\r\n" ); document.write( "\r\n" ); document.write( "3z = 9 + 6 ---> 3z = 15 ---> z = \n" ); document.write( " \n" ); document.write( " |