113k views
1 vote
A small start-up company with 15 employees will select its 4 board members from among the employees. How many different groups of board members are possible?

User Ameyume
by
7.8k points

1 Answer

4 votes
Because the order of people does not matter, we can use a permutation to find the answer.

For the first choice there are 15 possible people. For the second one there are 14 possibilities (since one person has already been chosen) and so on.

To get the total number of combinations we do:

Total=15P4=(15!)/((15-4)!)=(15!)/(11!) =15*14*14*13* 12 = 32760
User Patrik Simek
by
8.0k points