SOLUTION: I have some dimes, nickels, and quarters. There are 18 coins in all. The total number of dimes and nickels is equal to the number of quarters. The value of coins is $2.85. How man

Algebra ->  Customizable Word Problem Solvers  -> Coins -> SOLUTION: I have some dimes, nickels, and quarters. There are 18 coins in all. The total number of dimes and nickels is equal to the number of quarters. The value of coins is $2.85. How man      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1074418: I have some dimes, nickels, and quarters. There are 18 coins in all. The total number of dimes and nickels is equal to the number of quarters. The value of coins is $2.85. How many of each coin so I have?
Found 3 solutions by josgarithmetic, ikleyn, MathTherapy:
Answer by josgarithmetic(39630) About Me  (Show Source):
You can put this solution on YOUR website!
system%28d%2Bn%2Bq=18%2Cd%2Bn=q%2C0.1d%2B0.05n%2B0.25q=2.85%29

Simplify the money-count equation.
2d%2Bn%2B5q=57

Substitute for q in the coin count equation and in the money count equation.
-
d%2Bn%2Bd%2Bn=18
2d%2B2n=18
d%2Bn=9
-
2d%2Bn%2B5%28d%2Bn%29=57
2d%2Bn%2B5d%2B5n=57
7d%2B6n=57


System in two variables d and n
system%28d%2Bn=9%2C7d%2B6n=57%29

substitution for n
7d%2B6%289-d%29=57
7d%2B54-6d=57
d=57-54
highlight%28d=3%29

n%2Bd=9
n=9-d
n=9-3
highlight%28n=6%29

q=n%2Bd, from given or from description
q=6%2B3
highlight%28q=9%29

-----------------
6 nickels
3 dimes
9 quarters
-----------------


-
CHECK
6%2A0.05%2B3%2A0.1%2B9%2A0.25
2.85

Answer by ikleyn(52884) About Me  (Show Source):
You can put this solution on YOUR website!
.
The very first conclusion from the condition is this: The number of quarters is 9 (= 18%2F2 ).

Then the problem is easily reduced to only TWO unknowns.

     There are 9 coins, dimes and nickels.  The value of coins is 285-9*25 = 60 cents. How many of each of the two nominations?

----> 3 dimes and 6 nickels.

Answer. 6 nickels, 3 dimes and 9 quarters.

This problem is for mental solution.



Answer by MathTherapy(10556) About Me  (Show Source):
You can put this solution on YOUR website!
I have some dimes, nickels, and quarters. There are 18 coins in all. The total number of dimes and nickels is equal to the number of quarters. The value of coins is $2.85. How many of each coin so I have?
Don't even look at the other person's attempt as, besides confusing you, he is trying to have you spend as much time as possible solving this problem
By doing the following you will quickly determine the number of quarters
Let the number of dimes, nickels, and quarters be N, D, and Q, respectively
Then we get: N + D + Q = 18 ------- eq (i)
Also, D + N = Q ------- eq (ii)
And, .1D + .05N + .25Q = 2.85 ------- eq (iii)
Q + Q = 18 ------- Substituting Q for D + N in eq (i)
2Q = 18
Q, or number of quarters = highlight_green%28matrix%281%2C3%2C+18%2F2%2C+or%2C+9%29%29
D + N = 9______D = 9 - N ------- Substituting 9 for Q in eq (ii) ------- eq (iv)
.1D + .05N + .25(9) = 2.85 ------- Substituting 9 for Q in eq (ii)
.1D + .05N = .6 ------- eq (v)
.1(9 - N) + .05N = .6 ------- Substituting 9 - N for D in eq (v)
.9 - .1N + .05N = .6
- .1N + .05N = .6 - .9
- .05N = - .3
N, or number of nickels = highlight_green%28matrix%281%2C3%2C+%28-+.3%29%2F%28-+.05%29%2C+or%2C+6%29%29
D = 9 - 6 ------- Substituting 6 for N in eq (iv)
D, or number of dimes = highlight_green%283%29