Claudia has 12 coins, each of which is a 5-cent coin or a 10-cent coin. There are exactly 17 different values that can be obtained as combinations of one or more of her coins. How many 10-cent coins does Claudia have?
- A)
- B)
- C)
- D)
- E)
Answer
C
Key insight
With at least one nickel every multiple of 5 up to the total is attainable, so the count of values is 12 + n, forcing n = 5.
Solution
Say Claudia has dimes and nickels. Measure money in nickels: a dime is worth units, so her total is units.
Claim: if she has at least one nickel, every amount from unit up to the total is obtainable. To make units, use dimes and the rest in nickels; the number of nickels needed is at most when , and at most when (because ). So the obtainable values are exactly , which is distinct values.
Setting gives . (If she had no nickels, only values would be possible, not .)
The answer is .
Why this works
With coins of and cents and at least one , the reachable amounts have no gaps: dimes handle the even part, a single nickel fixes parity, and leftover nickels extend the range to the total. So "number of distinct values" is just "total divided by ," a one-line equation in .
Alternative approach
Check the choices directly. With dimes and nickels the total is cents, giving values : that is values. With dimes the total is ( values) and with dimes it is ( values), so only choice (C) fits.
The trap
Trying to count subsets or assuming the number of values depends on the coin arrangement, rather than realizing every multiple of 5 up to the total appears.
Common mistakes
- Trying to count subsets or assuming the number of values depends on the coin arrangement, rather than realizing every multiple of up to the total appears.
- Forgetting that the total counts as a value, or including (the empty combination), which shifts the count by one.
Techniques
Set up the equation/formula and compute; no special trick needed · Test small/specific values or special cases to find or verify the answer