document.write( "Question 438348: The sum of three integers is two hundred eighty. The second number is ten less than twice the first number. The third number is four times the second number. Find the three numbers? \n" ); document.write( "
Algebra.Com's Answer #303213 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Write an equation for each statement: \n" ); document.write( ": \n" ); document.write( "The sum of three integers is two hundred eighty. \n" ); document.write( "x + y + z = 280 \n" ); document.write( ": \n" ); document.write( "The second number is ten less than twice the first number. \n" ); document.write( "y = (2x-10) \n" ); document.write( ": \n" ); document.write( "The third number is four times the second number. \n" ); document.write( "z = 4y \n" ); document.write( ": \n" ); document.write( "We will do it in terms of x, replace y in the above equation with (2x-10) \n" ); document.write( "z = 4(2x-10) \n" ); document.write( "z = (8x-40) \n" ); document.write( ": \n" ); document.write( "Replace y and z in the sum equation \n" ); document.write( "x + (2x-10) + (8x-40) = 280 \n" ); document.write( "11x - 50 = 280 \n" ); document.write( "11x = 280 + 50 \n" ); document.write( "11x = 330 \n" ); document.write( "x = \n" ); document.write( "x = 30 \n" ); document.write( ": \n" ); document.write( "I'll let you find y and z, check your solutions in the sum equation \n" ); document.write( " \n" ); document.write( " |