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.
Yep, your work looks good to me.
Another way to do the first problem is to just count all the ways they can sit in order. There are $6$ choices for person $A$ to sit, and for each choice of seat there are only $2$ viable arrangements of the rest of them. Hence the probability is $\dfrac{12}{6!} = \dfrac{1}{60}$.