document.write( "Question 227223: 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 #169151 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Three numbers, x, y, z \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement: \n" ); document.write( ": \n" ); document.write( "\"the sum of three numbers is -2.\" \n" ); document.write( "x + y + z = -2 \n" ); document.write( ": \n" ); document.write( "\"the sum of three times the first number, twice the second number, and the third number is 9.\" \n" ); document.write( "3x + 2y + z = 9 \n" ); document.write( ": \n" ); document.write( "\" the difference between the second number and half the third number is 10.\" \n" ); document.write( "y - .5z = 10 \n" ); document.write( ": \n" ); document.write( "find the numbers: \n" ); document.write( ": \n" ); document.write( "Multiply the last equation by 2 and add to the 1st equation \n" ); document.write( "x + y + z = -2 \n" ); document.write( "0 + 2y -z = 20 \n" ); document.write( "---------------addition eliminates z \n" ); document.write( "x + 3y = 18 \n" ); document.write( ": \n" ); document.write( "Add the same equation to the 2nd the equation \n" ); document.write( "3x + 2y + z = 9 \n" ); document.write( "0 + 2y - z = 20 \n" ); document.write( "------------------eliminate z again \n" ); document.write( "3x + 4y = 29 \n" ); document.write( ": \n" ); document.write( "Use these two 2 unknown equations to eliminate x \n" ); document.write( "Multiply the 1st one by 3 \n" ); document.write( "3x + 9y = 54 \n" ); document.write( "3x + 4y = 29 \n" ); document.write( "--------------Subtraction eliminates x \n" ); document.write( "0x + 5y = 25 \n" ); document.write( "y = \n" ); document.write( "y = 5 \n" ); document.write( ": \n" ); document.write( "Using y - .5z = 10 \n" ); document.write( "5 - .5z = 10 \n" ); document.write( "-.5z = 10 - 5 \n" ); document.write( "z = \n" ); document.write( "z= -10 \n" ); document.write( ": \n" ); document.write( "Find x using the 1st equation \n" ); document.write( "x + 5 -10 = -2 \n" ); document.write( "x - 5 = -2 \n" ); document.write( "x = - 2 + 5 \n" ); document.write( "x = +3 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solutions in the 2nd equation \n" ); document.write( "3x + 2y + z = 9 \n" ); document.write( "3(3) + 2(5) - 10 = 9; confirms our solution \n" ); document.write( " |