.
Harry has a collection of coins consisting of dimes and quarters whose value is $17.60.
The number of quarters exceeds the number of dimes by 8. Find the number of coins of each kind in the collection.
------------------------------------------------------
10*d + 25*q = 1760 (1)
q - d = 8 (2)
Solve this system. Express q via d from the second equation and the substitute it into the first equation.
Good luck!