SOLUTION: how many coins of each are there if there are 9 more dimes than nickles and 21 more quarters than dimes and the total is $10.00

Algebra ->  Customizable Word Problem Solvers  -> Coins -> SOLUTION: how many coins of each are there if there are 9 more dimes than nickles and 21 more quarters than dimes and the total is $10.00      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 887682: how many coins of each are there if there are 9 more dimes than nickles and 21 more quarters than dimes and the total is $10.00
Answer by algebrapro18(249) About Me  (Show Source):
You can put this solution on YOUR website!
Lets let n be the number of nickles we have, q be the number of quarters we have, and d be the number of dimes we have. Now we know that we have 9 more dimes than nickles. We can write his as the following equation:

n = 9+d

Now we also know that we have 21 more quarters than dimes. This can be written as the following equation:

d = 21+q

Now we also know that the number of nickles, dimes, and quarters together equals $10 in change. This can be written as:

0.05n+0.1d+0.25q=10

Now we have 3 equations with 3 variables each. We can now solve the system of equations. I'd suggest starting by plugging the equation for d into the equation for n and then solving the third equation for q. I'll let you do the algebra but you should get n = 30+q and then plug that and d=21+q into the first equation and solve for q. You should get q = 16. Then you can plug that back into the equations for n and d and get n = 46 and d = 37. Let me know if you need to see the work.