When Order Stops Mattering

From three tennis players X, Y, Z, how many 2-player teams? The team of X and Y is the team of Y and X — order is irrelevant. Only three teams exist: XY, YZ, ZX. Each unordered selection is a combination; twelve people shaking hands pairwise, or chords through 7 points on a circle, are combinations of things taken 2 at a time.

Side by side of ordered pairs versus unordered selections from four objects

Key Point (Theorem 5): nPr=nCr×r!^nP_r = {^nC_r} \times r! for 0<rn0 < r \le n — every selection of rr objects spawns exactly r!r! arrangements. Hence

nCr=n!r!(nr)!,0rn^nC_r = \frac{n!}{r!\,(n-r)!}, \quad 0 \le r \le n

with nC0=1^nC_0 = 1 (selecting nothing can be done in exactly one way) and nCn=1^nC_n = 1.

The test to apply on every problem: does swapping the chosen objects create a new outcome? Words, numbers, seatings, posts — yes, use permutations. Teams, committees, handshakes, chords, card hands — no, use combinations.

[Board Tip] When a selection is followed by an arrangement (choose 5 letters, then form words), do both: select with nCr^nC_r, then multiply by the arrangements — that is Theorem 5 working forwards.

The Identities That Do the Work

Combination formula with symmetry and Pascal identity cards

  • Symmetry: nCr=nCnr^nC_r = {^nC_{n-r}} — choosing rr objects to take is the same as choosing nrn - r objects to leave behind. Compute 50C48^{50}C_{48} as 50C2=1225^{50}C_2 = 1225, never by expanding factorials.
  • The equality rule: nCa=nCba=b^nC_a = {^nC_b} \Rightarrow a = b or a+b=na + b = n. Model instance: nC9=nC8^nC_9 = {^nC_8} gives n=17n = 17, so nC17=17C17=1^nC_{17} = {^{17}C_{17}} = 1.
  • Pascal identity (Theorem 6): nCr+nCr1=n+1Cr^nC_r + {^nC_{r-1}} = {^{n+1}C_r} — the rule that builds Pascal's triangle and powers the Binomial Theorem next chapter.

Multi-group selections multiply group by group: a committee of 1 man from 2 and 2 women from 3 forms in 2C1×3C2=6^2C_1 \times {^3C_2} = 6 ways — the multiplication principle applied to independent selections.

[JEE Tip] Both roots of nCa=nCb^nC_a = {^nC_b} matter in exams: from nC8=nC2^nC_8 = {^nC_2} conclude n=10n = 10 (since 828 \ne 2, use a+b=na + b = n), then 10C2=45^{10}C_2 = 45. Check symmetry before grinding factorials.

Solved Examples

Example 1: The equality rule

If nC9=nC8^nC_9 = {^nC_8}, find nC17^nC_{17}.

Solution:

Step 1 — Apply the equality rule. nCa=nCb^nC_a = {^nC_b} forces a=ba = b or a+b=na + b = n; here 989 \neq 8, so n=9+8=17n = 9 + 8 = 17.

Step 2 — Evaluate the target. nC17=17C17=1^nC_{17} = {^{17}C_{17}} = 1 — there is exactly one way to take everything.

Takeaway: Two indices, one n: unequal indices always mean they add to n.

Example 2: A small committee

A committee of 3 is to be formed from 2 men and 3 women. How many committees? How many with exactly 1 man and 2 women?

Solution:

Step 1 — All committees. Any 3 of the 5 people: 5C3=10^5C_3 = 10.

Step 2 — Constrained committees: select group by group. 1 man from 2: 2C1=2^2C_1 = 2; 2 women from 3: 3C2=3^3C_2 = 3.

Step 3 — Multiply the independent selections. 2×3=62 \times 3 = 6.

Takeaway: Composition constraints split the selection into groups; the multiplication principle glues them.

Example 3: Four cards from 52

How many ways to choose 4 cards from a 52-card pack? How many of these have (i) all four of the same suit (ii) all four from different suits (iii) all face cards (iv) two red and two black (v) all the same colour?

Solution:

Step 1 — Total. 52C4=270725^{52}C_4 = 270725.

Step 2 — (i) Same suit. Pick within one suit (13C4=715^{13}C_4 = 715) and multiply by the 4 suits: 4×715=28604 \times 715 = 2860.

Step 3 — (ii) All different suits. One card from each suit's 13: 134=2856113^4 = 28561.

Step 4 — (iii) All face cards. J, Q, K in four suits = 12 cards: 12C4=495^{12}C_4 = 495.

Step 5 — (iv) Two red, two black. 26C2×26C2=325×325=105625^{26}C_2 \times {^{26}C_2} = 325 \times 325 = 105625.

Step 6 — (v) One colour. All red or all black — alternatives ADD: 2×26C4=2×14950=299002 \times {^{26}C_4} = 2 \times 14950 = 29900.

Takeaway: One deck, five patterns — per-suit multiplication, per-colour cases, and the add-vs-multiply divide all on display.

Example 4: Symmetry at work

If nC8=nC2^nC_8 = {^nC_2}, find nC2^nC_2.

Solution:

Step 1 — Equality rule. 828 \neq 2, so n=8+2=10n = 8 + 2 = 10.

Step 2 — Evaluate. 10C2=10×92=45^{10}C_2 = \frac{10 \times 9}{2} = 45.

Takeaway: Solve for n first; the requested value is then one small computation.

Example 5: Ratio equations

Determine nn if (i) 2nC3:nC3=12:1^{2n}C_3 : {^nC_3} = 12 : 1 (ii) 2nC3:nC3=11:1^{2n}C_3 : {^nC_3} = 11 : 1.

Solution:

Step 1 — Form the ratio once. 2nC3nC3=2n(2n1)(2n2)n(n1)(n2)=4(2n1)n2\frac{^{2n}C_3}{^nC_3} = \frac{2n(2n-1)(2n-2)}{n(n-1)(n-2)} = \frac{4(2n-1)}{n-2} after cancelling n(n1)n(n-1) against 2n(2n2)=4n(n1)2n(2n-2) = 4n(n-1).

Step 2 — (i) Set equal to 12. 8n4=12n248n - 4 = 12n - 24 gives 4n=204n = 20: n=5n = 5.

Step 3 — (ii) Set equal to 11. 8n4=11n228n - 4 = 11n - 22 gives 3n=183n = 18: n=6n = 6.

Takeaway: Simplify the ratio symbolically first — both parts then reduce to one-line linear equations.

Example 6: Chords and teams

(i) How many chords can be drawn through 21 points on a circle? (ii) In how many ways can a team of 3 boys and 3 girls be selected from 5 boys and 4 girls?

Solution:

Step 1 — (i) A chord is an unordered pair. 21C2=21×202=210^{21}C_2 = \frac{21 \times 20}{2} = 210.

Step 2 — (ii) Select each group. 5C3=10^5C_3 = 10 and 4C3=4^4C_3 = 4.

Step 3 — Multiply. 10×4=4010 \times 4 = 40.

Takeaway: Geometric objects like chords are selections in disguise — swapping endpoints changes nothing.

Example 7: Balls of three colours

Find the number of ways of selecting 9 balls from 6 red, 5 white and 5 blue balls, if each selection has 3 balls of each colour.

Solution:

Step 1 — Select within each colour. 6C3=20^6C_3 = 20, 5C3=10^5C_3 = 10, 5C3=10^5C_3 = 10.

Step 2 — Multiply the independent choices. 20×10×10=200020 \times 10 \times 10 = 2000.

Takeaway: A fixed composition (3 + 3 + 3) turns one selection into a product of three.

Example 8: Exactly one ace

Determine the number of 5-card combinations from 52 cards with exactly one ace.

Solution:

Step 1 — Choose the ace. One of the 4 aces: 4C1=4^4C_1 = 4.

Step 2 — Choose the non-aces. Four cards from the 48 non-aces: 48C4=194580^{48}C_4 = 194580.

Step 3 — Multiply. 4×194580=7783204 \times 194580 = 778320.

Takeaway: "Exactly one" splits the hand into an ace part and a non-ace part — never mix the pools.

Example 9: Cricket team with bowlers

From 17 players of whom only 5 can bowl, how many teams of 11 contain exactly 4 bowlers?

Solution:

Step 1 — Choose the bowlers. 5C4=5^5C_4 = 5.

Step 2 — Fill the rest of the team. 114=711 - 4 = 7 players from the 12 non-bowlers: 12C7=792^{12}C_7 = 792.

Step 3 — Multiply. 5×792=39605 \times 792 = 3960.

Takeaway: Composition first (4 bowlers + 7 others), then one combination per pool.

Example 10: Balls and courses

(i) From 5 black and 6 red balls, in how many ways can 2 black and 3 red be selected? (ii) A student picks 5 courses from 9 available, 2 of which are compulsory. In how many ways?

Solution:

Step 1 — (i) Select per colour and multiply. 5C2×6C3=10×20=200^5C_2 \times {^6C_3} = 10 \times 20 = 200.

Step 2 — (ii) Lock the compulsory pair. Both compulsory courses are auto-included, leaving 52=35 - 2 = 3 free slots.

Step 3 — Fill the free slots. From the other 7 courses: 7C3=35^7C_3 = 35.

Takeaway: Compulsory members consume slots before counting begins — reduce both the pool and the selection size.