Questions: Combinations and Selections

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A teacher wants to select 4 students from a class of 20 to represent the school at a conference. How many ways can this selection be made, and which counting method applies?

AP(20, 4) = 116,280 — because we are choosing 4 students in sequence
BC(20, 4) = 4,845 — because the group of 4 is what matters, not who was chosen first
C20⁴ = 160,000 — because each of the 4 spots can be filled by any of 20 students
DC(20, 4) × 4! = 116,280 — because we must arrange the representatives alphabetically
Question 2 Multiple Choice

A student claims: 'C(12, 5) must be different from C(12, 7) because you are choosing a different number of items.' Are they correct?

AYes — C(12, 5) = 792 and C(12, 7) = 792 happen to be equal only by coincidence
BNo — C(n, r) = C(n, n−r) always, because choosing 5 items is equivalent to choosing which 7 to leave out
CYes — the formula gives different values whenever r ≠ n−r
DNo — all combinations with the same n are equal regardless of r
Question 3 True / False

The identity C(n, r) = C(n, n−r) holds for all valid values of n and r.

TTrue
FFalse
Question 4 True / False

In a race with 8 runners, the number of ways to determine the top 3 finishers (first, second, third place) is C(8, 3) = 56.

TTrue
FFalse
Question 5 Short Answer

Explain why C(n, r) = P(n, r) / r!. What does dividing by r! correct for, and how does this derivation show that combinations count unordered selections?

Think about your answer, then reveal below.