document.write( "Question 853277: The sum of three numbers is 47. One number is three more than the smallest number, and one number is twice the smallest number. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #514010 by hamsanash1981@gmail.com(151)![]() ![]() ![]() You can put this solution on YOUR website! let the smallest number be x then the other numbers are , x+3 and 2x. \n" ); document.write( "x+x+3+2x = 47 \n" ); document.write( "4x = 47-3 \n" ); document.write( "4x = 44 \n" ); document.write( "x = 11 \n" ); document.write( "The numbers are 11,14,22 \n" ); document.write( " |