SOLUTION: A catering service offers 3 appetizers, 10 main courses, and 4 desserts. A banquet chairperson is to select 2 appetizers, 5 main courses, and 3 desser

Algebra ->  Permutations -> SOLUTION: A catering service offers 3 appetizers, 10 main courses, and 4 desserts. A banquet chairperson is to select 2 appetizers, 5 main courses, and 3 desser      Log On


   



Question 1089934: A catering service offers
3
appetizers,
10
main courses, and
4
desserts. A banquet chairperson is to select
2
appetizers,
5
main courses, and
3
desserts for a banquet. In how many ways can this be done?

Answer by ikleyn(52794) About Me  (Show Source):
You can put this solution on YOUR website!
.
In  C%5B3%5D%5E2 . C%5B10%5D%5E5 . C%5B4%5D%5E3  ways,


where  C%5B3%5D%5E2 is the number of combinations of 3 appetizer taken    2 at a time,   C%5B3%5D%5E2 = %283%2A2%29%2F2 = 3;



       C%5B10%5D%5E5 is the number of combinations of 10 main courses taken  5 at a time,   C%5B10%5D%5E5 = %2810%2A9%2A8%2A7%2A6%29%2F%281%2A2%2A3%2A4%2A5%29 = 252;



       C%5B4%5D%5E3 is the number of combinations of 4 desserts taken  3 at a time,C%5B4%5D%5E3 = %284%2A3%2A2%29%2F%281%2A2%2A3%29 = 4.


In all, there are  3 * 252 * 4 = 3024 combinations.

Solved.

On combinations, see the lessons
    - Introduction to Combinations
    - PROOF of the formula on the number of Combinations
    - Problems on Combinations
in this site.

Also,  you have this free of charge online textbook in ALGEBRA-II in this site
    - ALGEBRA-II - YOUR ONLINE TEXTBOOK.

The referred lessons are the part of this online textbook under the topic  "Combinatorics: Combinations and permutations".