SOLUTION: A collection of coins has a total value of 64 cents. There are two more nickels than dimes and three
times as many pennies as dimes. How many of each kind of coin are there?
Algebra ->
Customizable Word Problem Solvers
-> Coins
-> SOLUTION: A collection of coins has a total value of 64 cents. There are two more nickels than dimes and three
times as many pennies as dimes. How many of each kind of coin are there?
Log On
Question 1021328: A collection of coins has a total value of 64 cents. There are two more nickels than dimes and three
times as many pennies as dimes. How many of each kind of coin are there?
You can put this solution on YOUR website! A collection of coins has a total value of 64 cents.
There are two more nickels than dimes
and three times as many pennies as dimes.
----------------------------
How many of each kind of coin are there?
-------
Equations:
p + 5n + 10d = 64 cents
n = d + 2
p = 3d
--------
Substitute for "n" and for "p" and solve for "d"::
3d + 5(d+2) + 10d = 64
-----------
18d + 10 = 64
18d = 54
d = 3 (# of dimes)
n = d+2 = 5 (# of nickel)
p = 3d = 9 (# of pennies)
=====================
Cheers,
Stan H.
--------