document.write( "Question 387137: the sum of three numbers is 45. one number is 5 more than a second number it is also twice the third. find the numbers \n" ); document.write( "
Algebra.Com's Answer #274127 by robertb(5830)![]() ![]() You can put this solution on YOUR website! x = one number, \n" ); document.write( "x = s + 5, and x = 2t. \n" ); document.write( "Then x + s + t = 45. By substitution, \n" ); document.write( "x + x - 5 +x/2 = 45; \n" ); document.write( "2x + x/2 = 50; \n" ); document.write( "5x/2 = 50; \n" ); document.write( "5x = 100; \n" ); document.write( "x = 20, one number, \n" ); document.write( "s = x - 5 = 15, the second number, and \n" ); document.write( "t = x/2 = 10, the third number. \n" ); document.write( " |