Permutations and Combinations

Combinations and Selection Problems

0:00
LearnStep 1/4

Combinations and Selection Problems

Combinations and Selection Problems

This lesson covers the following key concepts:

  • Combination: selection where order doesn't matter
  • nCr = n!/[r!(n-r)!] formula
  • Properties: nCr = nC(n-r), nCr + nC(r-1) = n+1Cr
  • Relation: nPr = r! × nCr
  • Selection with restrictions (at least, at most)
  • Distribution of identical and distinct objects
  • Derangements: permutations with no fixed point

Important Formulas

  • nCr=n!r!(nr)!^nC_r = \frac{n!}{r!(n-r)!}
  • nCr=nCnr^nC_r = ^nC_{n-r}
  • nCr+nCr1=n+1Cr^nC_r + ^nC_{r-1} = ^{n+1}C_r
  • nC0=nCn=1^nC_0 = ^nC_n = 1
  • nPr=r!×nCr^nP_r = r! \times ^nC_r
  • Derangement: Dn=n!(111!+12!13!+...+(1)n1n!)\text{Derangement: } D_n = n! \left(1 - \frac{1}{1!} + \frac{1}{2!} - \frac{1}{3!} + ... + (-1)^n\frac{1}{n!}\right)