How many different committees of 5people can be chosen from 10 people
Solution:
Let's give each people one number: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10;
We can write it like set: , this is set with 10 elements. Now, we need to find number of subsets of set A which equal number of different committees with 5 people:
- this is formula of number of subsets with m elements in set with n elements.
Answer:
-number of different committees with 5 people.
Comments