document.write( "Question 114016: Solve this system of equations. \r
\n" );
document.write( "\n" );
document.write( "x+ y+ z= 1\r
\n" );
document.write( "\n" );
document.write( "2x+y+2z= -2\r
\n" );
document.write( "\n" );
document.write( "-x+y-3z= -21
\n" );
document.write( " \r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Write the solution as an ordered triple.
\n" );
document.write( " ( )\r
\n" );
document.write( "\n" );
document.write( "(Type an exact answer in simplified form. If the solution is the empty set, type N for each coordinate. If there are infinitely many solutions, type I for each coordinate.)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #83038 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! x + y + z = 1 \n" ); document.write( "2x+ y +2z = -2 \n" ); document.write( "-x+ y -3z = -21 \n" ); document.write( ": \n" ); document.write( "x + y + z = 1 \n" ); document.write( "2x+ y +2z = -2 \n" ); document.write( "-x+ y -3z = -21 \n" ); document.write( "------------------Adding eliminates z \n" ); document.write( "2x + 3y = -22 \n" ); document.write( ": \n" ); document.write( "Multiply the 1st equation by 3 and add to it equation 3 \n" ); document.write( "3x + 3y + 3z = 3 \n" ); document.write( "-x + y - 3z = -21 \n" ); document.write( "-------------------adding eliminates z again \n" ); document.write( "2x + 4y = -18 \n" ); document.write( ": \n" ); document.write( "Using these two, 2 unknown equations, subtract the 1st one from the 2nd one: \n" ); document.write( "2x + 4y = -18 \n" ); document.write( "2x + 3y = -22 \n" ); document.write( "------------------subtracting eliminates x \n" ); document.write( "0x + y = + 4 \n" ); document.write( "y = +4 \n" ); document.write( ": \n" ); document.write( "Find x using 2x + 4y = -18 \n" ); document.write( "2x + 4(4) = -18 \n" ); document.write( "2x + 16 = -18 \n" ); document.write( "2x = -18 - 16 \n" ); document.write( "2x = -34 \n" ); document.write( "x = -17 \n" ); document.write( ": \n" ); document.write( "I'll let you find z. Check solutions in one of original equations \n" ); document.write( " |