document.write( "Question 254146: Dave has 60 coins, all dimes and nickels, worth $4.80. How many of each type of coin does he have? \n" ); document.write( "
Algebra.Com's Answer #186444 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! Dave has 60 coins, all dimes and nickels, worth $4.80. How many of each type of coin does he have?\r \n" ); document.write( "\n" ); document.write( "Let d be the number of dimes. Then the number of nickels is 60-d.\r \n" ); document.write( "\n" ); document.write( "So we then have, after converting dollars to cents:\r \n" ); document.write( "\n" ); document.write( "10*d + 5*(60-d) = 480\r \n" ); document.write( "\n" ); document.write( "Solve the above for d then calculate the number of nickels as 60 - d. \n" ); document.write( " |