5 questions to test your understanding
A school needs to select 4 students to form a study group (no assigned roles). A second school needs to select a president, vice-president, secretary, and treasurer from 4 students. Both schools are choosing from 20 students. Which school's selection process has more possible outcomes?
How many ways can a committee of 3 be chosen from a group of 8 people?
C(n, r) = C(n, n−r), which means choosing 3 items from 10 gives the same count as choosing 7 items from 10.
The number of ways to arrange 5 books on a shelf equals the number of ways to choose 5 books from a collection of 5.
Why does C(n, r) = P(n, r) / r! ? What overcounting does dividing by r! correct for?