You can put this solution on YOUR website!
A collection of nickels and dimes is a total value of $2.00 and contains 25 coins. How many of each coin is in the collection?
========================================
Do it like this one.
-------
There are 50 coins. They are dimes and quarters. When counted all up the total is $10.25. My question is, Out of all the coins. How many dimes are there?
----------------
You can do these "in your head" like this:
50 dimes would be $5.00
Each quarter adds 15 cents.
10.25 - 55.00 = $5.25 added
525/15 = 35 quarters
--> 15 dimes
==========================
or,
d + q = 50
10d + 25q = 1025
etc