document.write( "Question 910865: The system of linear equations has a unique solution. Find the solution using Gaussian elimination or Gauss-Jordan elimination.
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "x − 2y + z = −3
\n" );
document.write( "y + 2z = 19
\n" );
document.write( "x + y + 3z = 34
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #552728 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "x − 2y + z = −3 \n" ); document.write( "-(x + y + 3z = 34) \n" ); document.write( "-3y - 2z = -37 \n" ); document.write( "y + 2z = 19 |multiplying thru by 3 to eliminate the y variable by adding the Eqs \n" ); document.write( "4z= 20 \n" ); document.write( "z = 5 \n" ); document.write( "y = 9 \n" ); document.write( "Will Let You finish it Up determining x = 10\r \n" ); document.write( "\n" ); document.write( "ordered triple (10, 9, 5) \n" ); document.write( " |