Question 188485: Bob has 26 coins totalling $2.15. If he has only nickels and dimes, how many of each coin does he have? Answer by Mathtut(3670) (Show Source):
You can put this solution on YOUR website! let n and d be the number of nickels and dimes respectively
:
n+d=26...............eq 1
.05n+.1d=2.15........eq 2
:
rewrite eq 1 to n=26-d and plug that value into eq 2
:
.05(26-d)+.1d=2.15
:
1.3-.05d+.1d=2.15
:
.05d=.85
:
d=17 number of dimes
:
n=26-d=26-17=9 number of nickels