You can put this solution on YOUR website! q = n+7 (since you have 7 more quarters than nickels, to make them equal you need to add 7 to the nickels)
:
0.25q+0.05n = 4.75 substitute for q
0.25(n+7)+0.05n = 4.75
0.25n+1.75+0.05n = 4.75
0.30n = 3
n = 10
and 10+7 = 17 quarters
-------------------------
Check:
10*0.05+17*0.25 = 4.75 Correct
:
John