We can solve this problem using a system of equations, when we make n the number of nickels and q the number of quarters. First we have:
n+q=61
because the number of nickels plus the number of quarters is 61. Next we have:
.25q+.05n=9.05
because we know every quarter is worth .25 and every nickel is worth .05 and they add to equal 9.05
If we rearrange the first equation by subtracting n on both sides we can make it:
q=61-n
And now we can plug 61-n in for q in the second equation, giving us:
.25(61-n)+.05n=9.05
We distribute the .25 to give us
15.25-.25n+.05n=9.05
Now we can combine like terms and subtract the 15.25 on both sides to give us
-.2n=-6.2
And diving the -.2n on both sides leaves us with the number of nickels
n=31
Simply plug that value into any of the equations containing an n and a q (easiest is q=61-n) and solve for q to find
q=30
So the final answer would be 31 nickels and 30 quarters