.
A piggy bank contains only nickels, dimes, and quarters.
If there are 76 coins worth $8.50, and there are twice as many dimes as nickels,
how many of each coin are there?
Show all of your work.
~~~~~~~~~~~~~~~~~~~~
It is a typical problem to be solved by reduction
to one single equation in one single unknown.
See how simple the solution is.
Let x be the number of nickels.
Then the number of dimes is 2x,
and the number of quarters is (76 - x - 2x) = (76-3x).
Now write the total money equation
5x + 10*(2x) + 25*(76-3x) = 850 cents.
Simplify and find x
5x + 20x + 25*76 - 25*(3x) = 850
5x + 20x + 1900 - 75x = 850
-50x = 850 - 1900
-50x = -1050
x = = = = 21.
ANSWER. 21 nickels, 2*21 = 42 dimes, and the rest of coins, 76-21-42 = 13, are quarters.
CHECK. Total cents is 21*5 + 42*10 + 13*25 = 850, correct.
Solved.
--------------------
From the first glance, this problem is for 3 unknowns.
But, actually, it can be solved using only one unknown and one single equation.
There is no need to explain that obvious fact that it reduces the volume of calculations,
reduces your efforts and diminish the chances to make errors.
In addition, it is a good style to solve the problem in this way.
Therefore, from my post learn how to do it.
You also should learn to recognize such problems from the first glance.
At this site, there is a SPECIAL LESSON explaining and showing different similar problems solved in the same way
- Advanced word problems to solve using a single linear equation
Remember, that your task is not simply to get a correct answer, only.
Your task is to do it in a right way ( ! )
Happy learning ( ! )