Example 4.4.1. Choosing a Governing Council.
Your local Computing Club has a membership consisting of 35 individual members. The club is choosing a governing council which will serve in a leadership capacity for the club. All members voted to the leadership council will have identical roles and responsibilities. In how many ways can a leadership council of five (5) club members be chosen?Answer.
Your first instinct may be to use the approach we learned in the previous section. We’ll calculate the number of permutations of 5 elements from a collection of 35 total elements. In this case, we would estimate
\begin{gather*}
_{35}P_{5} = \frac{35!}{\left(35 - 5\right)!} = 35\cdot\left(34\right)\cdot\left(33\right)\cdot\left(32\right)\cdot\left(31\right) = 38,955,840
\end{gather*}
distinct governing councils. The problem with this approach, however, is that it counts each collection of five people multiple times. For convenience, let’s say we have a governing council consisting of Jim, Sarah, Megan, Steve, and Melissa. In the calculation above, we count the governing council consisting of Melissa, Sarah, Steve, Jim, and Megan as a distinct governing council but, given the way that the governing council will function, these are identical councils.
In order to remove the overcounting, we’ll need to determine how many times each collection of five individuals is counted. Recognizing that this collection will be counted once for each ordering of the five selected individuals, we know that the collection will be counted \(_{5}P_{5} = 5\cdot\left(4\right)\cdot\left(3\right)\cdot\left(2\right)\cdot\left(1\right) = 120\) times. Since each distinct governing council is counted 120 times, we’ll take the overestimate of 38,955,840 and divide it by 120 to obtain the true number of unique governing councils. That is, there are \(\frac{38,955,840}{120} = \boxed{~324,632~}\) distinct governing councils that cound be created from the 35 person membership.