You can put this solution on YOUR website! Jill has $2.30 in dimes and quarters. The number of dimes is 5 less than the number of quarters. How many coins of each?
---------------------
Quantity Eq:: d = q - 5
Value Eq::::: 10d + 25q = 230 cents
-----------------------------------------
Substitute for "d" and solve for "q":
10(q-5) + 25q = 230
10q - 50 + 25q = 230
35q = 280
q = 8 (# of quarters)
----
Solve for "d":
d = q-5
d = 3 (# of dimes)
==========================
Cheers,
Stan H.
=================