Poisson wrote:Phil has a certain number of coins in his pocket. He has 10 more dimes than nickels and 22 more quarters than dimes. If Phil has a total of $13.00 in change, how many coins does he have in total?
A. 42
B. 36
C. 60
D. 72
E. 81
I typically assign a variable to the smallest quantity.
Also, in these situations, I like to deal with cents (rather than dollars), so I can avoid using decimals.
Let n = # of nickels. This means 5n = VALUE of all of the nickels (in CENTS)
Phil has 10 more dimes than nickels ....
So, n + 10 = # of dimes. This means 10(n +10) = VALUE of all of the dimes(in CENTS)
Phil has 22 more quarters than dimes
So, (n + 10) + 22 = # of quarters. Simplify to get: n + 32 = # of quarters
This means 25(n +32) = VALUE of all of the quarters(in CENTS)
Phil has a total of $13.00 in change
So, (VALUE of nickels) + (VALUE of dimes) + (VALUE of quarters) = 1300 CENTS
Or... 5n + 10(n +10) + 25(n +32) = 1300
Expand to get: 5n + 10n + 100 + 25n + 800 = 1300
Simplify: 40n + 900 = 1300
Solve to get: n = 10
Since n = # of nickels, there are 10 nickels
Since n + 10 = # of dimes, there are 20 dimes
Since n + 32 = # of quarters, there are 42 quarters
10 + 20 + 42 =
72
Answer:
D
Cheers,
Brent