Using only pennies, nickels, dimes, and quarters, what is the smallest number of coins Freddie would need so he could pay any amount of money less than a dollar?
Note: 1 penny = 1 cent, 1 nickel = 5 cents, 1 dime = 10 cents, 1 quarter = 25 cents, 1 dollar = 100 cents
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Motivation for this question: Collect as many as you can of a smaller denomination until you can replace them with a larger denomination. While you would have the same amount of money if you had five pennies or one nickel, it would be less coins to keep the nickel, but you need four pennies in order to account for amounts not divisible by 5 .
To get an amount between 5 and 9 cents, you would need one nickel and some pennies, but a dime would be the easiest way to get 1 0 cents. Combinations of 1 dime, 1 nickel, and 4 pennies will get you to 1 9 cents, but two dimes are required to get up to 2 4 cents. Then you can use a quarter.
You can apply this same logic to the ranges of 2 5 to 4 9 cents, 5 0 to 7 4 cents, and 7 5 to 9 9 cents. In the end, you will have 3 quarters, 2 dimes, 1 nickel, and 4 pennies to be able to get to 99 cents, so the answer is 1 0 coins.