document.write( "Question 1019327: The sum of three numbers is 21. The largest number is two more than three times the smallest number. and the middle number is one more than two times the smallest number. what are the numbers? \n" ); document.write( "
Algebra.Com's Answer #635365 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make the smallest number = 'x' \n" ); document.write( "Middle number = 1 + 2x \n" ); document.write( "Largest number = 2 + 3x \n" ); document.write( "x + (1 + 2x) + (2 + 3x) = 21 \n" ); document.write( "Remove brackets \n" ); document.write( "x + 1 + 2x + 2 + 3x = 21 \n" ); document.write( "Collect like terms \n" ); document.write( "x + 2x + 3x = 21 - 1 - 2 \n" ); document.write( "6x = 18 \n" ); document.write( "x = 3 \n" ); document.write( "Smallest number = 3 \n" ); document.write( "Middle number = 7 \n" ); document.write( "Largest number is 11 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |