<pre>
What is the smallest number of coins that you can't make a dollar with?
I.e., for what N does there not exist a set of N coins adding up to a dollar?
It is possible to make a dollar with 1 current U.S. coin (a Susan B. Anthony),
2 coins (2 fifty cent pieces), 3 coins (2 quarters and a fifty cent piece),
etc.  It is not possible to make exactly a dollar with 101 coins.

[[RecPuzzlesImpossible Solution]]
</pre>
