document.write( "Question 530546: Ben has eight 5 cent coins and three 10 cent coins. How much does he have altogether?\r
\n" );
document.write( "\n" );
document.write( "(I need a step by step solution please) \n" );
document.write( "
Algebra.Com's Answer #350147 by oberobic(2304) ![]() You can put this solution on YOUR website! 5 cent coins are called nickels. \n" ); document.write( "10 cent coins are called dimes. \n" ); document.write( ". \n" ); document.write( "8 nickels = 8 * 5 cents = 40 cents \n" ); document.write( "3 dimes = 3 * 10 cents = 30 cents \n" ); document.write( "40 cents + 30 cents = 70 cents \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " \n" ); document.write( " |