What Is the Minimum Amount of Money Needed with Different Coin Combinations?

  • Thread starter Thread starter mamma_mia66
  • Start date Start date
  • Tags Tags
    Discrete
mamma_mia66
Messages
51
Reaction score
0

Homework Statement



use combinatorial methods to determine the smallest amount of money that using cents, nickels, dimes, or quarters, requires
a) four coins
b) five coins
c) six coins
d) seven coins
e) eight coins

Hint: Consider the ways to partition sets of those respective sizes and calculate their minimum values.

Homework Equations





The Attempt at a Solution



a) four coins => 4 cents (1cent+1cent+1cent+1cent)

b) five coins => 9 cents (1nickel + 4 cents)

c) six coins => 19 cents (1 nickel + 1 dime + 4 cents)

I don't know how to do d) ans e)

I can't use 5 cents , because this is makes 1 nickel.

Please help. Thank you.
 
Physics news on Phys.org
mamma_mia66 said:
I can't use 5 cents , because this is makes 1 nickel.

By similar reasoning:
You can't use 2 nickels because they make 1 dime.
You can't use 2 dimes and 1 nickel because they make 1 quarter.
These restrictions help you pick the next coin, but the question requires the use of combinatorial methods.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top