document.write( "Question 102300This question is from textbook
\n" );
document.write( ": This is a System with 3 variables. On this problem you have to solve the system elimination. Please help if you can.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "x+y+2z=3
\n" );
document.write( "2x+y+3z=7
\n" );
document.write( "-x-2y+z+10 \n" );
document.write( "
Algebra.Com's Answer #74526 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! I'm assuming that the +10 in the third equation is =10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A) add the first and third equations to eliminate x ... -y+3z=13\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "B) add the second and 2 times third to eliminate x ... -3y+5z=27\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "add -3 times A) to B) to eliminate y ... -4z=-12 ... z=3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-y+3(3)=13 ... -y+9=13 ... y=-4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x+(-4)+2(3)=3 ... x+2=3 ... x=1 \n" ); document.write( " |