STAGE CP 2.1 · 8 PRACTICE PROBLEMS · 2 NEW-CONTEXT APPLICATIONS
Unordered Subsets
Useful preparation: Arrangements with Repetition
Goal: Understand and apply unordered subsets.
Before you begin: Arrangements with Repetition
Understand the idea
A subset has no internal order. Counting ordered selections and dividing by the number of orders of each selected group produces the combination formula.
Choose and carry out a method
Count r distinct selections in order, then divide by r!. Alternatively choose the omitted elements when n−r is smaller.
Check the reasoning
C(n,r)=C(n,n−r). This symmetry follows because every subset has a unique complement.
How many 3-element subsets does a set of 6 distinct elements have?
- An unordered selection is counted 3! times by an ordered list.
- C(6,3)=6·5·4/6.
- The count is 20; dividing by 6 removes only order, not valid selections.
20
How many 3-element subsets does a set of 7 distinct elements have?
- An unordered selection is counted 3! times by an ordered list.
- C(7,3)=7·6·5/6.
- The count is 35; dividing by 6 removes only order, not valid selections.
35
Common pitfalls
Possible mix-up: Divide by n! to remove order.
Only the r selected objects are reordered, so divide by r!.
Possible mix-up: A correct numerical answer alone explains the method.
State the governing relationship and check the conditions described above.
Explain it to yourself
Why do choosing a committee and choosing its excluded members give equal counts?
Preview the eight practice prompts
- How many 3-element subsets does a set of 9 distinct elements have?
- How many 3-element subsets does a set of 10 distinct elements have?
- How many 3-element subsets does a set of 11 distinct elements have?
- How many 3-element subsets does a set of 12 distinct elements have?
- How many 3-element subsets does a set of 13 distinct elements have?
- How many 3-element subsets does a set of 14 distinct elements have?
- A library chooses 3 different books from 15 for a display. Their order on the display is ignored. How many selections are possible? New context
- A library chooses 3 different books from 16 for a display. Their order on the display is ignored. How many selections are possible? New context

