A restaurant culinary team is designing a tasting menu consisting of distinct dishes selected from a pool of appetizers and main courses. The tasting menu must contain at least appetizer and at least main courses. Furthermore, a specific appetizer, Dish A, can only be included on the menu if a specific main course, Dish B, is also included. How many different valid tasting menus can be formed?
- A180
- 200Answer
- C240
- D250
- E310
Answer
200 different valid tasting menus can be formed.
The total number of valid tasting menus is . This is calculated by breaking down the total requirement into two mutually exclusive dish distributions: 1 appetizer with 3 main courses (giving valid menus) and 2 appetizers with 2 main courses (giving valid menus), accounting for the restriction that selecting Dish A requires Dish B.
Step-by-Step Solution
Key Concept
Combinations with multiple category constraints and conditional dependencies