📘 Concept Notes: Combinations
🔍 What is a Combination?
A combination is a way of selecting items from a group, where order does NOT matter.
● Unlike permutations, changing the order of items does not create a new
combination.
🧠 Key Concepts
✅ 1. Formula for Combinations
The number of ways to choose r items from n items is:
nCr=n!r!(n−r)!\boxed{^nC_r = \dfrac{n!}{r!(n - r)!}}
● Read as "n choose r"
● n = total items
● r = items selected
✅ 2. Example
From 5 students, choose 2 to represent the class:
5C2=5!2!(5−2)!=1202×6=12012=10^5C_2 = \dfrac{5!}{2!(5-2)!} = \dfrac{120}{2 × 6} =
\dfrac{120}{12} = 10
So, there are 10 combinations.
✅ 3. Real-Life Uses of Combinations
● Selecting committee members
● Picking lottery numbers
● Choosing groups or teams
● Making food combos (e.g. selecting 3 fruits from a basket)
🔄 Permutations vs Combinations
Feature Permutations Combinations
Order Matters Does NOT matter
Formula nPr=n!(n−r)!nP_r = nCr=n!r!(n−r)!nC_r =
\frac{n!}{(n-r)!} \frac{n!}{r!(n-r)!}
Example 1st, 2nd, 3rd place in a Picking 3 friends to form a group
race
✍️ Practice Tip
Ask:
👉
"Does the order matter?"
👉
If NO → Use Combinations
If YES → Use Permutations