Question 909718
A piggy bank contains $12.75 in nickels, dimes, and quarters. There are twice as many dimes as nickels, and 3 fewer quarters than dimes. How many of each types of coins are there?
----------------------
Equations::
Value:: 5n + 10d + 25q = 1275 cents
Quantity:: d = 2n
Quantity:: q = d-3
----------------------
Substitute and solve for "n":
5n + 10(2n) + 25(2n-3) = 1275
-----
5n + 20n + 50n - 150 = 1275
----
75n = 1425
n = 19 (# of nickels)
d = 2n = 38 (# of dimes)
q = d-3 = 35 (# of quarters)
---------------------------------
Cheers,
Stan H.
===============