Permutations and Combinations: Question 1

Syllabus 5.2

Multiple choice AS 1 mark

A tennis club has 99 members who play singles. The club must fill three different roles (captain, vice-captain and social secretary) with three different members chosen from the 99.

How many different ways can these three roles be filled?

Choose an answer to check it, then compare with the worked solution below.

Show worked solution Hide worked solution

Worked solution

Step 1: Decide whether order matters

The three roles (captain, vice-captain, social secretary) are all different. Assigning Priya as captain and Reza as vice-captain is a different outcome from assigning Reza as captain and Priya as vice-captain. So order matters, and this is a permutation, not a combination.

Step 2: Count directly, role by role

  • Captain: any of the 99 members can be chosen, 99 ways.
  • Vice-captain: one member has already been used up, so 88 members remain, 88 ways.
  • Social secretary: two members have already been used, so 77 members remain, 77 ways.

By the multiplication principle: 9×8×7=504.9\times8\times7 = 504.

Step 3: Check using the permutation formula

9P3=9!(93)!=9!6!=9×8×7=504.^9P_3 = \frac{9!}{(9-3)!} = \frac{9!}{6!} = 9\times8\times7 = 504.

Both methods agree, confirming 504504.

Why the other options are wrong

  • A (8484): this is (93)\binom{9}{3}, the number of ways to select 3 members with no distinct roles. It ignores that the roles are different.
  • C (729729): this is 939^3, which would be correct only if the same member could hold more than one role.
  • D (362880362880): this is 9!9!, the number of ways to arrange all 9 members in order, not just fill 3 roles.

Final answer

  • Number of ways to fill the three roles =504= \boxed{504}, option B.