document.write( "Question 1143656: Three numbers are in the ratio of 2:3:5. If the smallest number is multiplied by 8, the result is 32 more than the sum of the second and third numbers. What is the smallest of the three numbers? \n" ); document.write( "
Algebra.Com's Answer #764516 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! numbers are 2x, 3x, 5x \n" ); document.write( "2x*8-32=(3x+5x) \n" ); document.write( "16x-32=8x \n" ); document.write( "8x=32 \n" ); document.write( "x=4\r \n" ); document.write( "\n" ); document.write( "numbers are 8,12,and 20 \n" ); document.write( "the smallest is 8 ANSWER\r \n" ); document.write( "\n" ); document.write( "8*8=64 \n" ); document.write( "sum of second and third is 32, which is 32 less than 64 \n" ); document.write( " |