document.write( "Question 1139029: a pile of 37 coins consists of nickels and dimes. the total value of the coins is 3.10. find the number of each type of coin \n" ); document.write( "
Algebra.Com's Answer #756821 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "(1) Algebra with two variables \n" ); document.write( "n+d = 37 (the total number of nickels (n) and dimes (d) is 37) \n" ); document.write( "5n+10d = 310 (the total value of the coins is 310 cents) \n" ); document.write( "Solve by whatever method you choose. \n" ); document.write( "(2) Algebra with one variable \n" ); document.write( "5n+10(37-n) = 310 (if the number of nickels is n and the total number of coins is 37, then the number of dimes is 37-n) \n" ); document.write( "Solve using basic algebra. \n" ); document.write( "(3) Using logical reasoning and mental arithmetic \n" ); document.write( "> if all 37 coins were nickels, the total value would be 37*5 = 185 cents \n" ); document.write( "> the actual total value is 310 cents, which is 125 cents more than 185 cents \n" ); document.write( "> exchanging a nickel for a dime keeps the total number of coins the same and increases the total value by 5 cents \n" ); document.write( "> the number of nickels to be exchanged for dimes to make the additional 125 cents is 125/5 = 25 \n" ); document.write( "So there are 25 dimes and 37-25 = 12 nickels \n" ); document.write( " |