SOLUTION: Good day, I want to make sandwiches. If I have 100 available ingredients, how do I determine how many permutations of the sandwich are possible? Best regards, Guy

Algebra ->  Permutations -> SOLUTION: Good day, I want to make sandwiches. If I have 100 available ingredients, how do I determine how many permutations of the sandwich are possible? Best regards, Guy      Log On


   



Question 663296: Good day,
I want to make sandwiches. If I have 100 available ingredients, how do I determine how many permutations of the sandwich are possible?
Best regards,
Guy

Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
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