Read this lesson as text

Advanced Permutation Examples

Combinatorics · Axiom Academy

EXAMPLE Advanced Permutation Examples Master complex permutation scenarios: circular arrangements, multisets, constraints, derangements, and repetition Excellent work! You've mastered advanced permutation techniques. Here's what we covered: Circular Permutations: Use (n-1)! when arrangements are in a circle (rotations are identical) Multiset Permutations: Divide by factorials of repetition counts: n!/(n₁!n₂!...nₖ!) Permutations with Constraints: Treat constrained elements as a single unit or use complementary counting Derangements: Use D(n) = n!/e (rounded) or the inclusion-exclusion formula for permutations with no fixed points Permutations with Repetition: Use nʳ when each of r positions can be filled by any of n choices These advanced techniques appear frequently in probability, cryptography, and optimization problems!

This is the written version of the interactive lesson above. See the full Combinatorics course.