Question 542374
<br><font face="Tahoma">Our two variables are:<br>

n number of nickels<br>

d number of dimes<br>

Our two equations are now:<br>

{{{n+d=50}}}<br>

{{{.05*n+.10*d=4.15}}}<br>

We can then solve this system of two equations by elimination or substitution.<br>

I will try substitution.  I will solve for n in the first equation:<br>

{{{n=50-d}}}<br>

Then I will multiply the second equation by 100 to make it easier to deal with:<br>

{{{5n+10d=415}}}<br>

Then I will substitute 50-d in for n in our new equation:<br>

{{{5*(50-d)+10d=415}}}<br>

{{{250-5d+10d=415}}}<br>

{{{250+5d=415}}}<br>

{{{5d=165}}}<br>

{{{d=33}}}<br>

Thus we now know that we have 33 dimes! (which is the answer)<br>

And of course, we also know that we have 17 nickels.<br>

You can easily double check this by using our original second equation.<br>

I hope this helps!<br>