I just need these checked. The symmetry in circular permutations is a bit confusing.
- What is the probability that 6 people sit in a circle in alphabetical order?
- How many ways can 6 people sit in a circle? Two arrangements are the same if you can rotate from one to the other.
For the first one, A can sit anywhere, and B has two options (either to the left or to the right of A). The order of the rest is then determined by this, so the probability is $$1 \cdot \frac25 \cdot \frac{1}{4!} = \frac{1}{60}.$$ For the second one, there are 720 ways of arranging them in a line, but for each arrangement, there are 6 equivalent ones (obtained by shifting). Hence the answer is 120.