You can put this solution on YOUR website! If Jesse has 2 times as many dimes as quarters and they have a combined value of 225 cents, how many of each coin does he have?
------------------
Equations:
d = 2q
10d + 25q = 225 cents
---------------------------
Substitute for "d" and solve for "q"::
10(2q) + 25q = 225
20q + 25q = 225
45q = 225
q = 5 (# of quarters)
----
Solve for "d"::
d = 2*5 = 10 (# of dimes)
-----
Cheers,
Stan H.
-------------