Math Lab
Home/Class XI/Ch 6/Combinations

Combinations

A combination is a selection of objects without regard to order. Choosing {A,B,C}\{A, B, C\} from a pool is the same combination as choosing {B,A,C}\{B, A, C\} or {C,B,A}\{C, B, A\}. Combinations are used for committees, hands of cards, subsets , anywhere "who is in" matters but "in what order" does not.

Definitions

The number of ways to choose rr objects from nn distinct objects (without regard to order) is (nr)=nCr=n!r!(nr)!,\boxed{\binom{n}{r} = {^nC_r} = \dfrac{n!}{r!\,(n - r)!},} read "nn choose rr". Some textbooks write C(n,r)C(n, r).

Defined for 0rn0 \le r \le n. By convention (nr)=0\binom{n}{r} = 0 if r<0r < 0 or r>nr > n.

Why r!r! in the denominator?

Compared to permutations: choosing rr from nn and also arranging them gives P(n,r)=n!(nr)!P(n, r) = \dfrac{n!}{(n - r)!}. But every unordered selection of rr objects corresponds to r!r! different orderings. So P(n,r)=r!(nr)    (nr)=P(n,r)r!=n!r!(nr)!.P(n, r) = r! \cdot \binom{n}{r} \implies \binom{n}{r} = \dfrac{P(n, r)}{r!} = \dfrac{n!}{r!(n - r)!}.

Important identities

  1. Symmetry: (nr)=(nnr)\binom{n}{r} = \binom{n}{n - r}. Choosing rr to include is the same as choosing nrn - r to exclude.

  2. Boundary: (n0)=(nn)=1\binom{n}{0} = \binom{n}{n} = 1. (n1)=n\binom{n}{1} = n.

  3. Pascal's identity: (nr)=(n1r1)+(n1r)\binom{n}{r} = \binom{n - 1}{r - 1} + \binom{n - 1}{r}. (Used to build Pascal's triangle.)

  4. Sum of a row: r=0n(nr)=2n\sum_{r = 0}^{n} \binom{n}{r} = 2^n. (Total number of subsets of an nn-set.)

Proof of Pascal's identity

We count subsets of size rr from {1,2,,n}\{1, 2, \dots, n\}. Either the element nn is in the subset or not.

  • If nn is in: we still need to choose r1r - 1 more from {1,2,,n1}\{1, 2, \dots, n - 1\}, in (n1r1)\binom{n-1}{r-1} ways.
  • If nn is out: choose all rr from {1,2,,n1}\{1, 2, \dots, n-1\}, in (n1r)\binom{n-1}{r} ways.

Total: (nr)=(n1r1)+(n1r)\binom{n}{r} = \binom{n-1}{r-1} + \binom{n-1}{r}. \qed\qed

When to use combinations

  • Committees. Select a group; order doesn't matter.
  • Card hands. Hand of 55 cards from 5252: (525)\binom{52}{5}.
  • Subsets of a set. Choose any subset of size rr.
  • Lottery, sampling. Pick rr tickets/balls.

Pascal's triangle

Build it row by row using Pascal's identity:

            1
          1   1
        1   2   1
      1   3   3   1
    1   4   6   4   1
  1   5  10  10   5   1

Row nn contains (n0),(n1),,(nn)\binom{n}{0}, \binom{n}{1}, \dots, \binom{n}{n}.

Worked examples

Example 1. Compute (103)\binom{10}{3}.

1098321=7206=120\dfrac{10 \cdot 9 \cdot 8}{3 \cdot 2 \cdot 1} = \dfrac{720}{6} = 120.

Example 2. From a group of 55 men and 44 women, how many committees of 33 men and 22 women can be formed?

(53)(42)=106=60\binom{5}{3} \cdot \binom{4}{2} = 10 \cdot 6 = 60.

Example 3. How many ways can 55 cards be chosen from a standard 5252-card deck?

(525)=2,598,960\binom{52}{5} = 2{,}598{,}960.

Example 4. How many lines can be drawn through any two of 1010 points, no three of which are collinear?

A line is determined by two points (since no three are collinear). Number of pairs: (102)=45\binom{10}{2} = 45.

Example 5 (harder). From 44 red, 55 blue and 33 green balls, in how many ways can we select 44 balls so that at least one is red?

Total selections of 44 from 1212: (124)=495\binom{12}{4} = 495.

Selections with no red ball (all from 88 blue+green): (84)=70\binom{8}{4} = 70.

Selections with at least one red: 49570=425495 - 70 = 425.

Try it yourself

  1. Compute (83)\binom{8}{3}, (94)\binom{9}{4}, (155)\binom{15}{5}.
  2. Verify (nr)=(nnr)\binom{n}{r} = \binom{n}{n - r} for n=7,r=3n = 7, r = 3.
  3. Use Pascal's identity to find (62)\binom{6}{2}.
  4. In how many ways can 1111 players be chosen from a squad of 1515?
  5. From a group of 77 men and 55 women, how many committees of 55 contain at least 33 women?
  6. How many diagonals does a convex polygon with nn vertices have?
  7. From 5252 cards: how many 55-card hands contain exactly 22 aces?
  8. Find nn: (n2)=21\binom{n}{2} = 21.
  9. How many 33-element subsets of {1,2,3,,10}\{1, 2, 3, \dots, 10\} have all elements odd?
  10. How many ways can 55 jobs be assigned to 55 workers, one job each? (This is a permutation, not combination , practice distinguishing.)
  11. Show (nr)r=(n1r1)n\binom{n}{r} \cdot r = \binom{n - 1}{r - 1} \cdot n.
  12. In a class of 1010 students, in how many ways can a sub-committee of 33 be chosen (no roles)?

Pitfalls / Tricks

  • Order matters? If yes, permutation. If no, combination.
  • "How many subsets of size rr" =(nr)= \binom{n}{r}. "How many sequences of length rr" =P(n,r)= P(n, r).
  • "At least" and "at most" problems often use complement: total minus the easier case.
  • Insight. Whenever a problem says "choose", "select", "committee", "team", "group" , it's a combination. Whenever it says "arrange", "order", "sequence", "queue", "line up" , it's a permutation.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Combinations
6 questions · pick the best answer
Q1

Q2

Q3

Q4

Q5

Q6