Question 173613
let n = number of nickels
let d = number of dimes
first equation is:
.05*n + .1*d = 6.00
-----
second equation is:
.05*(n+6) + .1*d*2 = 9.9
expanding the second equation, we get:
.05*n + .05*6 + .2*d = 9.9
which becomes:
.05*n + .3 + .2*d = 9.9
subtract .3 from both sides of equation to get:
.05*n + .2*d = 9.6
-----
2 equations to solve simultaneously are:
.05*n + .1*d = 6.00
.05*n + .2*d = 9.60
-----
subtract second equation from first to get:
.1*d = 3.60
d = 36
-----
number of dimes is 36
substitute in first equation to get:
.05*n + .1*(36) = 6
.05*n + 3.6 = 6
subtract 3.6 from both sides of equation to get:
.05*n = 2.4
divide both sides of equation by .05 to get:
 = 2.4/.05 = 48
-----
we have:
number of dimes = 36
number of nickels = 48
-----
substitute these values in second equation to get:
.05*(48+6) + .1*36*2 = 9.9
.05*(54) + 72*.1 = 9.9
2.7 + 7.2 = 9.9
9.9 = 9.9
-----
equations are good.
answer to the question is:
he has 36 dimes.
-----
-----