I always have trouble with problem solving!
Warren has 40 coins (all nickels, dimes, and quarters) worth $4.05. He has 7 more nickels than dimes. How many quarters does Warren have?
This is what my chart looks like:
But I need help with the equation! I'm not sure if the chart is right either
Warren has 40 coins (all nickels, dimes, and quarters) worth $4.05. He has 7 more nickels than dimes. How many quarters does Warren have?
This is what my chart looks like:
Code:
---------|--------------|-------|------------------|
| Number | Value | Total Value |
---------|--------------|-------|------------------|
Nickels | 7+d | 5 | 5(7+d) |
Dimes | d | 10 | 10d |
Quarters | 40 - (7+d+d) | 25 | 25[40 - (7+d+d)] |
---------|--------------|-------|------------------|