You can put this solution on YOUR website! A collection of 27 dimes and quarters is worth $4.95. How many dimes and quarters are there?
----
Quantity Eq::: d + q = 27 coins
Value Eq::: 10d+25q = 495 cents
-------------------------------------
10d + 10q = 10*27
10d + 25q = 495
------------------------
15q = 225
q = 15 (# of quarters)
----
Solve for "d":
d + q = 27
d + 15 = 27
d = 12 (# of dimes)
========================
Cheers,
Stan H.
========================