document.write( "Question 298286: THis is a linear systems of equations. SOlve the linear system. Trying to figure out the steps. THanks. :\r
\n" );
document.write( "\n" );
document.write( "x+2y+3z=7
\n" );
document.write( "-x+2y-z=1
\n" );
document.write( "-x+y-2z=-2 \n" );
document.write( "
Algebra.Com's Answer #214630 by amoati(11)![]() ![]() ![]() You can put this solution on YOUR website! x + 2y + 3z = 7 -- (1) \n" ); document.write( "-x + 2y -z = 1 -- (2) \n" ); document.write( "-x + y -2z = -2 -- (3)\r \n" ); document.write( "\n" ); document.write( "Adding (1) to (2) yields:\r \n" ); document.write( "\n" ); document.write( "4y + 2z = 8 or simply 2y + z = 4 -- (4)\r \n" ); document.write( "\n" ); document.write( "then adding (1) to (3) yields:\r \n" ); document.write( "\n" ); document.write( "3y + z = 5 -- (5)\r \n" ); document.write( "\n" ); document.write( "so if we make (5) minus (4) that would give us:\r \n" ); document.write( "\n" ); document.write( "y = 1, then using this value in (4) gives z = 2 and finally using these 2 values in (1) gives x = -1\r \n" ); document.write( "\n" ); document.write( "so x = -1, y =1 and z = 2 \n" ); document.write( " |