Questions: Combinations and Unordered Selections

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

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?

AThe study group — unordered selections always outnumber ordered arrangements
BThe officer election — because the four chosen students can be arranged in 4! = 24 different role assignments, multiplying the count
CThey are equal — both select exactly 4 students from 20
DThe study group — because C(20,4) > P(20,4)
Question 2 Multiple Choice

How many ways can a committee of 3 be chosen from a group of 8 people?

A8 × 7 × 6 = 336, because the order in which members are chosen matters
BC(8,3) = 8! / (3! × 5!) = 56
C3! = 6, because there are 3 positions to fill
DP(8,3) = 336, divided by 2 = 168, because only some orderings matter
Question 3 True / False

C(n, r) = C(n, n−r), which means choosing 3 items from 10 gives the same count as choosing 7 items from 10.

TTrue
FFalse
Question 4 True / False

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.

TTrue
FFalse
Question 5 Short Answer

Why does C(n, r) = P(n, r) / r! ? What overcounting does dividing by r! correct for?

Think about your answer, then reveal below.