Question 1000724
In a collection of dimes, nickels, and quarters, there are twice as many dimes as nickels and 3 fewer quarters than dimes. If the total value of the coins $4.50, how many of each type of coin are there? 
-------
Equations:
d = 2n
q = d-3
5n + 10d + 25q = 450
------
Substitute for "n" and for "q" and solve for "d"::
5(d/2) + 10d + 25(d-3) = 450
------
(5/2)d + 10d + 25d = 525
------
37.5d = 525
d = 14 (# of dimes)
n = (d/2) = 7 (# of nickels)
q = d-3 = 11 (# of quarters)
------------
Cheers,
Stan H.
--------------