Question 1150327
.
<pre>

N      number of nickels

N+5    number of dimes

N+7    number of quarters.


The money equation

    
    4N + 10*(N+5) + 25*(N+7) = 545  cents.


Solve and find N.


Then compute the number of dimes and the number of quarters.
</pre>