Permutations and Combinations

Permutations - Linear and Circular

0:00
LearnStep 1/4

Permutations - Linear and Circular

Permutations - Linear and Circular

This lesson covers the following key concepts:

  • Permutation: arrangement where order matters
  • nPr = n!/(n-r)! formula
  • Permutations of n objects taken all at a time
  • Permutations with repetition: n!/p!q!r!
  • Circular permutations: (n-1)!
  • Circular with clockwise/anticlockwise same: (n-1)!/2
  • Permutations with restrictions

Important Formulas

  • nPr=n!(nr)!^nP_r = \frac{n!}{(n-r)!}
  • nPn=n!^nP_n = n!
  • With repetition: n!p!×q!×r!\text{With repetition: } \frac{n!}{p! \times q! \times r!}
  • Circular: (n1)!\text{Circular: } (n-1)!
  • Circular (no direction): (n1)!2\text{Circular (no direction): } \frac{(n-1)!}{2}
  • Necklace/Bracelet: n!2n\text{Necklace/Bracelet: } \frac{n!}{2n}