document.write( "Question 788218: The sum of three numbers is -2. The sum of three times the first number, twice the second number, and the third number is 9. The difference between the second number and half the third number is 10. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #806296 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
x + y + z = -2
\n" ); document.write( "3x + 2y + z = 9
\n" ); document.write( "y - z/2 = 10 ----> 2y - z = 20\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Eliminate the variable z.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "equation 2 and equation 3:
\n" ); document.write( "3x + 2y + z = 9
\n" ); document.write( "2y - z = 20
\n" ); document.write( "-----------------------
\n" ); document.write( "3x + 4y = 29\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "equation 1 and equation 3:
\n" ); document.write( "x + y + z = -2
\n" ); document.write( "2y - z = 20
\n" ); document.write( "---------------------
\n" ); document.write( "x + 3y = 18\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Use any method (elimination, substitution, etc) to solve for x and y. Then, substitute those values to solve for z.
\n" ); document.write( "
\n" );