Utilisation (3 étapes)
- Choisissez Circulaire ou Collier.
- Entrez n (entier ≥ 1) ou sélectionnez un exemple.
- Copiez l'URL partageable pour retrouver le même calcul.
Visual guide
Circular: rotations are the same. Necklace: rotations and flips are the same.
Ces deux dispositions sont identiques après rotation.
Result
Steps (short)
Afficher le raisonnement
Formulas & examples
- Circular permutation:
(n−1)!(fix one item because rotations are identical). - Necklace / bracelet permutation:
(n−1)! / 2forn ≥ 3(andn = 1,2are special cases →1).
Example: circular seating for n=8 → 7! = 5040. Necklace with n=5 distinct beads → 4!/2 = 12.
Common mistakes
- Mixing up whether reflection should be treated as the same (bracelet) or different (circular table).
- For necklace permutations, remember the
n = 1,2exceptions. - If positions are labeled (fixed seats), use
n!instead of a circular formula.
Calculatrices associées
FAQ
Quelle différence entre permutations circulaires et colliers ?
Circular permutations identify rotations. Necklace permutations identify both rotations and reflections (flips).
Why is the circular permutation formula (n−1)!?
Fix one item to break rotational symmetry, then arrange the remaining n−1 items.
When does the necklace result become (n−1)!/2?
For n ≥ 3, each arrangement and its reflection are the same necklace, so you divide by 2.
Why is the necklace result 1 when n = 2?
With 2 distinct beads on a loop, rotation and flipping do not create a new arrangement, so there is only one unique necklace.
Et si les sièges sont numérotés (positions fixes) ?
Then rotations are different, so the count is n! (use the factorial/permutation calculator).