document.write( "Question 771581: The sum of three numbers is 107 . The third number is 7 less than the first . The second number is 2 times the third. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #470298 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! First number = x \n" ); document.write( "Third number = x - 7 \n" ); document.write( "Second number = 2(x - 7) \n" ); document.write( "x + 2(x - 7) + x - 7 = 107 \n" ); document.write( "x + 2x - 14 + x - 7 = 107 \n" ); document.write( "Collect like terms. \n" ); document.write( "4x - 21 = 107 \n" ); document.write( "4x = 128 \n" ); document.write( "x = 32 \n" ); document.write( "First number = 32 \n" ); document.write( "Second number = 50 \n" ); document.write( "Third number = 25 \n" ); document.write( "Total = 107. \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |