Question 1094416
sarah has a collection of nickels, dimes and quarters worth $12.50. she has 10 more dimes than nickels and twice as many quarters as dimes. how many coins of each kind does she have.
----------------
worth $12.50 --> 5n + 10d + 25q = 1250
---
10 more dimes than nickels  --> d = n+10
---
twice as many quarters as dimes --> q = 2d
======================
5n + 10d + 25q = 1250
d = n+10
q = 2d
Now what?