Question 900079: a vending machine has $20.50 in dimes and quarters. If the number of quarters is 5 more than dimes, how many of each type are there? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! a vending machine has $20.50 in dimes and quarters. If the number of quarters is 5 more than dimes, how many of each type are there?
---------------------
Value Equation:: 10d + 25q = 2050 cents
Quantity Equation:: q = d + 5
----------------------------------
Modify:: 2d + 5q = 410
:::::::: q = d + 5
--------------------------
Substitute for "q" and solve for "d"::
2d + 5(d+5) = 410
2d + 5d + 25 = 410
7d = 385
d = 57 (# of dimes)
-----
Solve for "q"::
q = d + 5
q = 63 (# of quarters)
-------------------
Cheers,
Stan H.
-------------------