SOLUTION: Sam found a number of nickels, dimes, and quarters in his room. He found three more dimes than nickels but twice as many quarters as dimes. The total value of the coins was $5.05
Algebra ->
Customizable Word Problem Solvers
-> Misc
-> SOLUTION: Sam found a number of nickels, dimes, and quarters in his room. He found three more dimes than nickels but twice as many quarters as dimes. The total value of the coins was $5.05
Log On
Question 120339: Sam found a number of nickels, dimes, and quarters in his room. He found three more dimes than nickels but twice as many quarters as dimes. The total value of the coins was $5.05. How many coins of each type did Sam find? Found 2 solutions by solver91311, ankor@dixie-net.com:Answer by solver91311(24713) (Show Source):
The value of the nickels he found is 5n cents, the value of the dimes is 10d cents, and the value of the quarters is 25q cents. And since $5.05 is equal to 505 cents, we can write:
We can substitute n + 3 for d in to get so now we have expressions for d and q in terms of n. We can substitute these expressions into the value equation to get a single equation in one variable.
Now simplify by distributing and collecting like terms:
Add -180 to both sides
Divide by 65
Now we know that he found 5 nickels. Three more than 5 is 8, so he found 8 dimes. Twice that is 16, so he found 16 quarters.
You can put this solution on YOUR website! Sam found a number of nickels, dimes, and quarters in his room.
:
He found three more dimes than nickels
n = d - 3
:
but twice as many quarters as dimes.
q = 2d
:
The total value of the coins was $5.05.
.05n + .10d + .25q = 5.05
:
How many coins of each type did Sam find?
:
Using the 1st and 2nd equations, substitute (d-3) for n; and 2d for q
.05(d-3) + .10d + .25(2d) = 5.05
:
.05d - .15 + .10d + .50d = 5.05
:
.05d + .10d + .50d = 5.05 + .15
:
.65d = 5.20
:
d = 5.2/.65
:
d = 8 dimes
:
n = 8 - 3
n = 5 nickels
:
q = 2(8)
q = 16 quarters
:
:
Check solution in the value equation
.05(5) + .10(8) + .25(16) =
.25 + .80 + 4.0 = 5.05; confirms our solutions