document.write( "Question 1131721: Solve this system of three equations in three unknowns:\r
\n" );
document.write( "\n" );
document.write( "1) x + y − z = 4
\n" );
document.write( "2) x − 2 y + 3 z = −6
\n" );
document.write( "3) 2 x + 3 y + z = 7 \n" );
document.write( "
Algebra.Com's Answer #748375 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! add 1 and 3 to eliminate z \n" ); document.write( "3x+4y=11 \n" ); document.write( "add 3 times 1 to 2 to also eliminate z \n" ); document.write( "4x+y=6 \n" ); document.write( "now multiply the second by -4 and add to the top one \n" ); document.write( "3x+4y=11 \n" ); document.write( "-16x-4y=-24 \n" ); document.write( "-13x=-13 \n" ); document.write( "x=1 \n" ); document.write( "therefore, y=2 \n" ); document.write( "and z=-1 \n" ); document.write( "(1, 2, -1) \n" ); document.write( " \n" ); document.write( " |