What is a Combination?
A Combination is a selection of objects where the order DOES NOT matter. If changing the internal order of items produces the exact same group, it is a combination.
Team Selection Mental Model
Suppose you need to select 3 students out of 5 (Alice, Bob, Charlie, David, Emma) for a presentation team.
Selection A: {Alice, Bob, Charlie}
Selection B: {Charlie, Alice, Bob}
Are these different groups? NO! The same 3 students are selected regardless of name order.
Combinations are frequently tested in CAT, NMAT, SNAP, and XAT. They are essential for team selections, committee formations, geometry handshakes/diagonals, and are the primary tool required for solving Probability.
Connected Modern Math Modules:
Every combination of $r$ objects can be arranged in $r!$ different ways.
Choosing $r$ objects is identical to choosing $n-r$ objects to leave out (e.g. $^{20}C_{17} = ^{20}C_3$).
Fundamental binomial expansion property used in advanced series questions.
Selecting Student Groups
Q: How many ways can 3 students be selected from a class of 5 students?
Step 1: Identify $n = 5$ total students, $r = 3$ to select.
Step 2: Apply $^nC_r = ^5C_3 = \frac{5!}{3!(5-3)!} = \frac{5!}{3! \times 2!}$.
Step 3: Calculate: $\frac{120}{6 \times 2} = \frac{120}{12} = \mathbf{10 \text{ ways}}$.
Committee Formation
Q: How many committees of 4 members can be formed from 8 people?
Step 1: Here $n = 8$ people, $r = 4$ committee positions.
Step 2: Apply $^8C_4 = \frac{8!}{4!(8-4)!} = \frac{8 \times 7 \times 6 \times 5}{4 \times 3 \times 2 \times 1}$.
Step 3: Simplify: $\frac{1680}{24} = \mathbf{70 \text{ committees}}$.
Large Team Selection with Symmetry Identity
Q: A cricket team of 11 players must be selected from 15 available players. How many different teams are possible?
Step 1: Need to calculate $^{15}C_{11}$.
Step 2 (Symmetry Identity): Apply $^nC_r = ^nC_{n-r} \implies ^{15}C_{11} = ^{15}C_{15-11} = \mathbf{^{15}C_4}$.
Step 3: Calculate $^{15}C_4 = \frac{15 \times 14 \times 13 \times 12}{4 \times 3 \times 2 \times 1} = 15 \times 7 \times 13 = \mathbf{1,365 \text{ teams}}$.
❌ Trap 1: Wrong Formula
Using Permutations instead of Combinations
Always ask: Does changing the order create a different outcome? If NO (e.g. forming a committee), use Combinations ($^nC_r$), not Permutations.
❌ Trap 2: Large Calculations
Forgetting $^nC_r = ^nC_{n-r}$
Don't calculate $^{20}C_{18}$ directly! Convert to $^{20}C_2 = \frac{20 \times 19}{2} = 190$ to avoid calculation mistakes.
❌ Trap 3: Ranking Mistakes
Using Combinations for Ranking
If positions such as 1st, 2nd, and 3rd place matter, order matters—use Permutations ($^nP_r$), not Combinations.
⚡ The Decision Rule
Look for key words: select, choose, form, pick, committee, team, group $\implies$ order does not matter.
⚡ Memorize Common $nC2$ & $nC3$ Values
Memorizing small combinations saves time in Probability & Geometry counting questions.
Question 1 (Basic):
How many ways can 2 students be selected from a class of 6 students?
Solution: Here $n = 6$ total students and $r = 2$ to select.
$\text{Ways} = ^6C_2 = \frac{6 \times 5}{2 \times 1} = \mathbf{15 \text{ ways}}$.
Question 2 (Moderate):
From 10 students, a committee of 4 members is to be formed. One particular student MUST always be included. How many such committees can be formed?
Solution: Since 1 particular student is mandatory, we automatically place them in the committee.
Remaining positions to fill = $4 - 1 = 3$. Remaining students available = $10 - 1 = 9$.
$\text{Ways} = ^9C_3 = \frac{9 \times 8 \times 7}{3 \times 2 \times 1} = 3 \times 4 \times 7 = \mathbf{84 \text{ committees}}$.
Q: How do I know whether to use Permutations or Combinations?
Ask: Does changing the order create a different outcome? If YES, use Permutations ($^nP_r$). If NO, use Combinations ($^nC_r$).
Q: Why is nCr equal to nC(n-r)?
Choosing $r$ objects from $n$ available objects is mathematically identical to choosing the $n-r$ objects to leave out. Both yield the exact same count.
Q: Can I solve Probability without learning Combinations?
While basic probability can be done by direct outcome listing, almost all intermediate and advanced CAT probability problems rely heavily on combinations.