Question 663296
I want to make sandwiches.  If I have 100 available ingredients, how do I determine how many permutations of the sandwich are possible?
------------------
If it has 2 different ingredients, it's 100*99 = 9900
If is has 3, it's 100*99*98
etc