Introduction
Many probability problems ask for the number of ways to choose or arrange items. When order does not matter, use combinations (nCr). When order matters, use permutations (nPr). This pattern is essential for questions about selection, arrangement, committee formation, and lottery-style problems.
The logic is simple - count favourable and total outcomes using permutation or combination formulas, and then apply: P(E) = Favourable Outcomes ÷ Total Outcomes.
Pattern: Probability Using Permutations/Combinations
Pattern
Decide whether order matters. Use permutations when order matters; use combinations when order does not matter. Then apply P = favourable ÷ total.
- Combinations (nCr): Use when the order of selection doesn’t matter → nCr = n! / (r!(n-r)!).
- Permutations (nPr): Use when order matters → nPr = n! / (n-r)!
Step-by-Step Example
Question
(i) Two cards are drawn at random from a deck of 52 cards without replacement. What is the probability both are Aces?
(ii) From 5 students, a President and a Secretary are to be chosen. What is the probability that Alice becomes President and Bob becomes Secretary?
Solution
Part (i): Using Combinations (order doesn’t matter)
Step 1: Total ways to choose 2 cards = 52C2 = 1326.
Step 2: Favourable ways to choose 2 Aces = 4C2 = 6.
Step 3: Probability = 6 ÷ 1326 = 1/221.
Quick Check (Alternative Method)
Sequentially: (4/52) × (3/51) = 12/2652 = 1/221 ✅
Part (ii): Using Permutations (order matters)
Step 1: Total arrangements = 5P2 = 5 × 4 = 20.
Step 2: Favourable arrangement (Alice-President, Bob-Secretary) = 1.
Step 3: Probability = 1 ÷ 20 = 1/20.
Final Answers:
(i) Both Aces = 1/221
(ii) Alice-Bob pair = 1/20Quick Check:
Both results match alternative verification ✅
Quick Variations
1. Selecting teams or committees → Use combinations.
2. Arranging seats or assigning ranks → Use permutations.
3. Drawing cards or balls without replacement → Usually combinations.
4. Multi-step arrangements → Combine nCr and nPr as needed.
Trick to Always Use
- Step 1: Ask “Does order matter?” to choose between nCr and nPr.
- Step 2: Compute total and favourable outcomes using factorial formulas.
- Step 3: Verify by sequential probability when unsure (especially without replacement).
Summary
Summary
In the Probability using Permutations and Combinations pattern:
- Use nCr for combinations (order doesn’t matter).
- Use nPr for permutations (order matters).
- Always compute both total and favourable outcomes correctly.
- Apply P(E) = Favourable / Total.
- Cross-check with sequential multiplication when replacement or sequence is involved.
