SOLUTION: A bag of coins contains nickels, dimes, and quarters. There are a total of 17 coins in the bag, and the total amount of money in the bag is $2.00. There is one more dime than there

Algebra ->  Customizable Word Problem Solvers  -> Coins -> SOLUTION: A bag of coins contains nickels, dimes, and quarters. There are a total of 17 coins in the bag, and the total amount of money in the bag is $2.00. There is one more dime than there      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 270802: A bag of coins contains nickels, dimes, and quarters. There are a total of 17 coins in the bag, and the total amount of money in the bag is $2.00. There is one more dime than there are nickels. How many dimes, nickels, and quarters are in the bag?
Answer by craigt(10) About Me  (Show Source):
You can put this solution on YOUR website!
Define the variables:
x = The number of Nickels
y = The number of Dimes
z = The number of Quarters
Define what you know based on the information given as a formula:
1. The total number of coins is 17:
x%2By%2Bz=17
There is one more dime than nickels:
y=x%2B1 or -x%2By%2B0z=1
The total of all coins is $2.
.05x%2B.10y%2B.25z=2.00
To make this last formula easier to work with, multiply both sides by 100 to
eliminate the decimal places.
5x%2B10y%2B25y=200
So here is our system of equations:
1. x%2By%2Bz=17
2. -x%2By%2B0z=1
3. 5x%2B10y%2B25z=200
We were given information to express y in terms of x, so if we can solve for z in terms of x, then we can simply substitute and solve for x.
There are a couple ways to do this. Equations 1 & 2 make it easy to eliminate one of the variables. By adding the two, you can eliminate x and by subtracting 2. from 1. you can eliminate y. By eliminating the x, we would be adding an extra step, so we would like to subtract eq.2 from eq.1 so we can define z in terms of x:
x%2By%2Bz=17
-x%2By%2B0z=1
----------------
2x%2B0y%2Bz=16
Solve for z:
z=16-2x
We already solved for y:
y=x%2B1
Now substitute into equation 3.
5x%2B10%28x%2B1%29%2B25%2816-2x%29=200
Simplify:
5x%2B10x%2B10%2B400-50x=200
-35x%2B410=200
-35x=-210 or x=6
Then substitute 6 for x: y=6%2B1, y=7
Again, substitue 6 for x, now to solve for z: z=16-%282%2A6%29, z=4
To check your answers, substitute x, y, and z back into our known formula
x%2By%2Bz=17, 6%2B7%2B4=17 True
.05x%2B.10y%2B.25z=2, .05%286%29%2B.1%287%29%2B.25%284%29=2.00 True
Answer: 6 Nickels, 7 Dimes, & 4 Quarters