SOLUTION: Eight coins containing nickels, dimes and quarters equal $1.00. There are twice as many dimes as quarters. There are the same number of nickels as there are quarters.

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: Eight coins containing nickels, dimes and quarters equal $1.00. There are twice as many dimes as quarters. There are the same number of nickels as there are quarters.      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 928118: Eight coins containing nickels, dimes and quarters equal $1.00. There are twice as many dimes as quarters. There are the same number of nickels as there are quarters.
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
Here's a similar problem:
============================================
A man has 52 coins, all of which are dimes, quarters, and nickels. The total value of his change is $8.20. If the number of quarters is twice the number of nickels, how many of each does he have?
================
----------
Use d, q & n, makes it clearer
d + q + n = 52
10d + 25q + 5n = 820
q = 2n
--------
Sub for q in the 1st 2 eqns
---
d + 3n = 52 times 2 --> 2d + 6n = 104
10d + 50n + 5n = 820
10d + 55n = 820 /5 --> 2d + 11n = 164
------------
2d + 6n = 104
2d + 11n = 164
------------------- Subtract
-5n = -60
n = 12 nickels
etc