SOLUTION: A child's bank contains $6.30 in dimes and quarters. There are twice as many dimes as quarters. How many of each kind of coin are there in the bank?
Algebra ->
Graphs
-> SOLUTION: A child's bank contains $6.30 in dimes and quarters. There are twice as many dimes as quarters. How many of each kind of coin are there in the bank?
Log On
You can put this solution on YOUR website! A child's bank contains $6.30 in dimes and quarters. There are twice as many dimes as quarters. How many of each kind of coin are there in the bank?
-------------------------------------
d = 2q
10d + 25q = 630
-------------------
Rearrange:
d - 2q = 0
10d + 25q = 630
--------------------
Use substitution to solve for "q":
10(2q) + 25q = 630
45q = 630
q = 14 (# of quarters)
------
d = 2q = 28 (# of dimes)
===========================
Cheers,
Stan H.