Permutations and Combinations

Probability & Statistics

Permutations and combinations underpin probability and a wide range of counting problems in H2 Mathematics. The central skill is deciding whether order matters: if it does, you are counting permutations; if it does not, you are counting combinations.

What you need to know

Worked example 1 — Row arrangement with a restriction (people must be together)

Problem. Eight students — Alice, Bob, and six others — are to be arranged in a row. Find the number of arrangements in which Alice and Bob are next to each other.

Solution.

Treat Alice and Bob as a single block. There are now 77 objects to arrange (the block plus the 6 others):

7!=5040 ways to arrange the 7 objects.7! = 5040 \text{ ways to arrange the 7 objects.}

Within the block, Alice and Bob can swap places:

2!=2 internal arrangements.2! = 2 \text{ internal arrangements.}

Total arrangements with Alice and Bob together:

7!×2!=5040×2=10080.7! \times 2! = 5040 \times 2 = 10\,080.

Answer: 1008010\,080 arrangements.

Worked example 2 — Row arrangement with a restriction (people must be apart)

Problem. Using the same 8 students, find the number of arrangements in which Alice and Bob are not next to each other.

Solution.

Use complementary counting:

Total arrangementsarrangements with Alice and Bob together.\text{Total arrangements} - \text{arrangements with Alice and Bob together.}

Total arrangements of 8 students:

8!=40320.8! = 40\,320.

From Worked example 1, arrangements with Alice and Bob together =10080= 10\,080.

Therefore, arrangements with Alice and Bob not together:

4032010080=30240.40\,320 - 10\,080 = 30\,240.

Answer: 3024030\,240 arrangements.

Worked example 3 — Selection (committee with conditions)

Problem. A committee of 4 is to be chosen from 5 men and 4 women. Find the number of ways to form the committee if it must contain at least 2 women.

Solution.

The cases satisfying “at least 2 women” are exactly 2, 3, or 4 women.

Case 1: exactly 2 women, 2 men.

4C2×5C2=6×10=60.{}^{4}C_2 \times {}^{5}C_2 = 6 \times 10 = 60.

Case 2: exactly 3 women, 1 man.

4C3×5C1=4×5=20.{}^{4}C_3 \times {}^{5}C_1 = 4 \times 5 = 20.

Case 3: exactly 4 women, 0 men.

4C4×5C0=1×1=1.{}^{4}C_4 \times {}^{5}C_0 = 1 \times 1 = 1.

Total:

60+20+1=81.60 + 20 + 1 = 81.

Answer: 8181 committees.

Common mistakes

Ask MathChat about Permutations and Combinations →