Question 989592
They are permutation questions ! Question is - you have 2 loonies 3 quarters and 2 dimes in your pocket. How many different sums of money are possible using as few as 1 coin and as many as all 7 
-------
Ex:: 
You could have 0,1 or 2 loonies
You could have 0,1,2 or 3 quarters
You could have 0,1 or 2 dimes
---
The only  combination you cannot have is 0,0,0
-----
Ans:: 3*4*3 - 1 = 35 different sums
----------------

Cheers,
Stan H.
-----------