Skip to main content
Logo image

Section 22.1 Motivation

Worked Example 22.1.1.

How many different \(four\)-member study groups could be formed from a class of twenty students?
Solution.
We will use the Division Rule, first imposing additional structure on each possible study group. Within a study group, create positions of President, Vice-President, Secretary, and Janitor (cards, anyone?). Then there are \(\permutation{20}{4}\) such structured groups.
But a real study group doesn’t have this structure, so we’ll consider two structured groups to be equivalent when they have the same membership, regardless of positions. How many equivalent structured groups with a given membership are there? Within a group of four, the additional structure is just an ordering, and the number of orderings of a given group is \(4!\) So
\begin{align*} \ncardop \{ \text{study groups} \} \amp = \frac{\ncardop \{ \text{structured groups} \}} {\ncardop \{ \text{equivalent groups with a given membership} \}}\\ \amp = \frac{\permutation{20}{4}}{4!} \\ \amp = \choosefuncformula{20}{4}{(20 - 4)} \text{.} \end{align*}

Note 22.1.2.

What we have counted in Worked Example 22.1.1 is the number of subsets of size \(4\) in the set of students enrolled in the hypothetical class.