Question 389857: A fast food restaurant specializes in ham sandwiches. A customer may chose to add any or none of the following set of goodies: {Mayonnaise, Lettuce, Ketchup, Onion, Olive}. How many different ham sandwich combinations are possible?
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A fast food restaurant specializes in ham sandwiches. A customer may chose to add any or none of the following set of goodies: {Mayonnaise, Lettuce, Ketchup, Onion, Olive}. How many different ham sandwich combinations are possible?
------
Each of those additives may be added or not added.
---
# of combinations = 2^5 = 32
-------------------------
Cheers,
Stan H.
|
|
|