Mastering Combinatorics: Order vs Selection
Combinatorics requires discerning whether order matters (Permutations $^nP_r$) or order is irrelevant (Combinations $^nC_r$). Master restriction strategies: the "Tie/Block" technique for adjacent items, the "Slot" technique for separated items, circular symmetry, and multi-condition committee selection.
1. Core Distinctions & Analytical Framework
Permutations $^nP_r$ (Pilihatur)
Order MattersUsed when sequencing, ranking, seating in rows, or forming numbers and words.
- "Always Together" (Tie Block): Bundle items as 1 single super-item. Count arrangements of items, then multiply by internal permutations inside the bundle.
- "Never Together" (Slot Method): Arrange unrestricted items first, creating spaces/slots at both ends and in between. Place separated items into these slots using $^mP_k$.
Combinations $^nC_r$ (Gabungan)
Order IrrelevantUsed when picking teams, choosing questions, selecting lottery balls, or forming polygons.
- "At least / At most": Set up a table of mutually exclusive cases, calculate $^nC_r$ for each, then sum up the cases.
- Geometry: From $n$ points (no 3 collinear), lines formed $= {^nC_2}$; triangles formed $= {^nC_3}$.
2. Progressive SPM Worked Examples with Marking Schemes
The 7 letters from the word K L U A N G S are to be arranged in a straight row without repetition.
Step-by-Step Marking Solution
Vowels: $\{U, A\}$ (2 letters). Consonants: $\{K, L, N, G, S\}$ (5 letters).
First position: 2 choices.
Last position: 5 choices.
Remaining 5 positions in the middle: $5!$ ways.
Total arrangements $= 2 \times 5! \times 5 = 2 \times 120 \times 5 = 1\,200$
Method (Complementary subtraction):
Total unrestricted arrangements of 7 letters $= 7! = 5\,040$.
Arrangements where $U$ and $A$ ARE together (bundle $\{UA\}$ as 1 unit):
Units to arrange $= 5 \text{ consonants} + 1 \text{ bundle} = 6 \text{ units} \implies 6!$
Internal arrangements of $U$ and $A$ inside bundle $= 2!$
Together arrangements $= 6! \times 2! = 720 \times 2 = 1\,440$ [K1]
$\therefore$ Never adjacent $= 5\,040 - 1\,440 = 3\,600$
A school robotics team consists of 6 boys and 5 girls. A delegation of 5 students is to be chosen to represent the school at an international innovation competition.
Step-by-Step Marking Solution
• Case 1 (3 Girls, 2 Boys): ${^5C_3} \times {^6C_2} = 10 \times 15 = 150$
• Case 2 (4 Girls, 1 Boy): ${^5C_4} \times {^6C_1} = 5 \times 6 = 30$
• Case 3 (5 Girls, 0 Boys): ${^5C_5} \times {^6C_0} = 1 \times 1 = 1$
Total ways $= 150 + 30 + 1 = 181$
Total pool $= 6 + 5 = 11$ students.
Total unrestricted ways to pick 5 from 11 $= {^{11}C_5} = \frac{11 \times 10 \times 9 \times 8 \times 7}{5 \times 4 \times 3 \times 2 \times 1} = 462$. [K1]
Ways where BOTH Adam and Betty are chosen together:
Both are fixed in delegation, remaining 3 spots must be chosen from the other 9 students:
${^9C_3} = \frac{9 \times 8 \times 7}{3 \times 2 \times 1} = 84$ ways. [K1]
$\therefore$ Ways where they DO NOT serve together $= 462 - 84 = 378$.
A financial banking app requires users to create a 6-character alphanumeric authorization code using the digits $\{2, 3, 4, 5, 7, 8, 9\}$ and the uppercase letters $\{A, B, C, D, E\}$.
5 letters available, choose and arrange 2: $^5P_2 = \frac{5!}{3!} = 20$.
Total valid passcodes $= {^7P_4} \times {^5P_2} = 840 \times 20 = 16\,800$.