You can put this solution on YOUR website! Ben has $3.40 in nickels and dimes. He has 4 more dimes than nickels. How many of each coin does he have?
----
Equations:
Quantity Eq:: d = n+4
Value Eq:: 5n + 10d = 340 cents
---------------------------------------
Simplify the Value eq::
n + 2d = 68
----
Now, substitute for "d" and solve for "n"::
n + 2(n+4) = 68
3n + 8 = 68
3n = 60
----
n = 20 (# of nickels)
-----
Solve for "d":
d = n+4
d = 24 (# of dimes)
-----------------
Cheers,
Stan H.
-------------