document.write( "Question 114043: Solve this system of equations. \r
\n" );
document.write( "\n" );
document.write( "x+y+z= -1\r
\n" );
document.write( "\n" );
document.write( "2x+4y+2z= -2\r
\n" );
document.write( "\n" );
document.write( "-x+6y-3z= -21\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( "
Algebra.Com's Answer #82992 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! x + y + z = -1 \n" ); document.write( "2x + 4y + 2z = -2 \n" ); document.write( "-x + 6y - 3z = -21 \n" ); document.write( "divide 2nd one by 2 \n" ); document.write( "x + 2y + z = -1 \n" ); document.write( "multiply each side by -1 \n" ); document.write( "-x - 2y - z = 1 \n" ); document.write( "add it to the 1st one \n" ); document.write( "x + y + z = -1 \n" ); document.write( "-x - 2y - z = 1 \n" ); document.write( "y - 2y = 0 \n" ); document.write( "-y = 0 \n" ); document.write( "multiply both sides by -1 \n" ); document.write( "y = 0 \n" ); document.write( "The 3rd equation is \n" ); document.write( "-x + 6y - 3z = -21 \n" ); document.write( "y = 0 \n" ); document.write( "-x - 3z = -21 \n" ); document.write( "The 1st equation is \n" ); document.write( "x + y + z = -1 \n" ); document.write( "y = 0 \n" ); document.write( "x + z = -1 \n" ); document.write( "add the 3rd and 1st \n" ); document.write( "-2z = -22 \n" ); document.write( "z = 11 \n" ); document.write( "The 2nd one is \n" ); document.write( "-x - 2y - z = 1 \n" ); document.write( "y = 0 \n" ); document.write( "z = 11 \n" ); document.write( "-x - 11 = 1 \n" ); document.write( "-x = 12 \n" ); document.write( "x = -12 \n" ); document.write( "The solutions are x = -12, y = 0, z = 11 \n" ); document.write( " |