All topics

s2.2.10

Combinations and Permutations

1,000 questions

Combinations (nCknC_k) and Permutations (nPknP_k) are fundamental concepts in combinatorics.

  • Permutations (order matters): nPk=n!(nk)!nP_k = \frac{n!}{(n-k)!}
  • Combinations (order doesn't matter): nCk=n!k!(nk)!nC_k = \frac{n!}{k!(n-k)!}

Key identities include nCk=nCnknC_k = nC_{n-k} and nPknCk=k!\frac{nP_k}{nC_k} = k!. It is also helpful to memorize factorials up to 10! for speed.

Practise this