document.write( "Question 463113: solve the system of equation
\n" );
document.write( "x+y+7z=-7
\n" );
document.write( "x+y+2z=-10
\n" );
document.write( "x-8y-3z=50 \n" );
document.write( "
Algebra.Com's Answer #317359 by juliane1(5)![]() ![]() ![]() You can put this solution on YOUR website! 1. x + y + 7z = -7 \n" ); document.write( "(x + y + 7z) + (-y-7z) \n" ); document.write( "= -7+(-y - 7z) \n" ); document.write( "x + y + 7z - y - 7z - 7 - y - 7z \n" ); document.write( "x + y - y + 7z - 7z = -y-7z-7 \n" ); document.write( "x=-y-7z-7 \n" ); document.write( "2. x+y+2z=-10 \n" ); document.write( "(x+y+2z) + -y-2z)= -10+(-y-2z) \n" ); document.write( "x+y+2z-y-2z=-10-y-2z \n" ); document.write( "x+y-y+2z = -y-2z-10 \n" ); document.write( "x = -y-2z-10 \n" ); document.write( "3. x-8y-3z=50 \n" ); document.write( "(x-8y-3z) + (8y + 3z) = 50 + (8y + 3z) \n" ); document.write( "x - 8y - 3z + 8y + 3z = 50 + 8y + 3z \n" ); document.write( "x - 8y + 8y -3z + 3z + 8y + 3z + 50 \n" ); document.write( "8 = 8y + 3z + 50 \n" ); document.write( " |