You can put this solution on YOUR website! A purse contains $7.60 in quarters and dimes. In all, there are 40 coins. How many coins of each kind are there?
====================
q + d = 40
25q + 10d = 760
You can put this solution on YOUR website! let x be the number of quarters
let (40-x) be the number of dimes
0.25x + 0.1(40-x) = 7.6
0.25x + 4 - 0.1x = 7.6
0.15x = 3.6
x = 24
Number of dimes = 40 - x = 40 - 24 = 16
Therefore there are 24 quarters and 16 dimes.