Let q represent the number of quarters and d represent the number of dimes. We know that the total number of coins is 17. We can write this as an equation:
q+d=17
We also know that the total amount of money is $3.05. This can be written as an equation as well:
0.25q + 0.10d = 3.05
So we now have a system of equations involving two variables, q and d. I will solve by substitution. First I solve the first equation for d:
q+d=17
q+d-q=17-q
d=17-q
Now I will substitute this value into the second equation:
0.25q + 0.10d = 3.05
0.25q + 0.10(17-q) = 3.05
0.25q + 1.70 - 0.1q = 3.05
0.15q + 1.70 = 3.05
0.15q = 1.35
q = 1.35/0.15
q = 9
This means that we have 9 quarters.