Decision guide
Why this formula fits
This is a circular permutation problem because rotating the full table does not create a new arrangement.
Does order matter? Relative order matters, but a full rotation of the same seating is not new.
Is repetition allowed? Repetition is not allowed because each guest occupies one seat exactly once.
Worked solution
7 distinct items around a circle can be arranged in 720 ways.
- Input: n = 7
- Formula: (n - 1)!
- Substitute: (7 - 1)!
- Steps: fix one seat and arrange the remaining 6 items
- Result: 7 distinct items around a circle can be arranged in 720 ways.
Interactive tool
Run the same scenario in the calculator
This is a circular permutation problem because rotating the full table does not create a new arrangement.
Result
0
Enter values to calculate.
What your result means
The explanation updates with the current inputs.
Live visual
Fruit preview
Previewing a small sample keeps the page fast and readable.
Calculation work