document.write( "Question 628100: A man gets 3 rolls of coins from the bank each roll contains $5 worth of coins. If he has one roll each of dimes, quarters, and half dollars, how many coins does he have in all?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #395393 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A man gets 3 rolls of coins from the bank each roll contains $5 worth of coins. If he has one roll each of dimes, quarters, and half dollars, how many coins does he have in all? \n" ); document.write( "** \n" ); document.write( "coins in dime's roll=5/.10=50 \n" ); document.write( "coins in quarters's roll=5/.25=20 \n" ); document.write( "coins in half=dollars's roll=5/.50=10 \n" ); document.write( "Total number of coins: 50+20+10=80 \n" ); document.write( " |