document.write( "Question 1134229: in a bag, there are coins of 25 cents, 11 cents and 5 cents in the ratio of 1:2:3. if there is $30 in all how many 5 cents coins are there? \n" ); document.write( "
Algebra.Com's Answer #751548 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "Put the coins in groups of 1 25-cent coin, 2 10-cent coins, and 3 5-cent coins, according to the given ratio. Each of those groups of coins is worth 1(25)+2(10)+3(5) = 25+20+15 = 60 cents.

\n" ); document.write( "If the total value of the coins is $30 = 3000 cents, then the number of those groups of coins is 3000/60 = 50.

\n" ); document.write( "So then the number of 5-cent coins is 3*50 = 150.
\n" ); document.write( "
\n" );