Assume that 3 customers arrive and order different appetizers from a choice of 12 how many possible ways can this be done is it permutation or combination?
Combination.
Permutation would be used if the order in which the customers arrived mattered, but in this case, it does not. So, we use combinations to determine the number of possible ways that 3 customers can order different appetizers from a choice of 12.
The formula for combinations is:
```
C(n, r) = n! / (n - r)! / r!
```
where:
* n is the total number of items (in this case, the total number of appetizers)
* r is the number of items to be chosen (in this case, the number of appetizers that each customer orders)
Plugging in the values we have:
```
C(12, 3) = 12! / (12 - 3)! / 3!
C(12, 3) = 12! / 9! / 3!
C(12, 3) = 12 x 11 x 10 / 3 x 2 x 1
C(12, 3) = 220
```
Therefore, there are 220 possible ways that 3 customers can order different appetizers from a choice of 12.
Appetizers
- How long can you leave hot dogs in the fridge?
- What happens when you eat 100 brownies in an hour?
- Why chew your food 36 times?
- What are some German appetizers?
- How long can clam chowder sit out before it spoils?
- How to Prepare Raw Oysters (8 Steps)
- Could you still eat the foods tastelike mothballs or affected by fragrance of mothballs?
- How to Build a Strolling Table (4 Steps)
- How long can a bettas go with out eating?
- How long after food poisoning will it take to have a normal bowel movement?
Appetizers
- Appetizers
- Cheeses
- Chili Recipes
- Condiments
- Dips
- Fondue Recipes
- Grains & Potatoes Recipes
- Jello Recipes
- Salad Recipes
- Salsa Recipes
- Sauces
- Snacks
- Soup Recipes
- Spreads
- Stocks
- Vegetable Recipes


