Birthday Squad Circular Arrangement
Six friends sit down at a round table, each taking one of the 6 seats uniformly at random. All six friends have distinct ages. What is the probability that, reading around the table in at least one direction (clockwise or counter-clockwise), the friends are seated in strictly increasing order of age?
Generalize your answer to $n$ friends at an $n$-seat circular table.
Hints
- For circular arrangements, rotations of the same seating are considered identical -- how does this change the size of your sample space compared to a linear table?
- Fix one person's seat to eliminate rotational equivalence. The total number of distinct circular arrangements of $n$ people is $(n-1)!$.
- In how many of the $(n-1)!$ circular arrangements are the ages monotone around the table? Remember both directions count.
Worked Solution
How to Think About It: The first instinct is to write $6!/6! = 1$ for the probability, which is wrong because it ignores the circular symmetry. The real question is: out of all the distinct ways to seat 6 people around a circle, how many give a monotone age order? The key move is to nail down what "distinct" means for circular arrangements -- rotations of the same ordering should not be double-counted. Once you fix that, the numerator is almost obvious: there are exactly 2 valid orderings (clockwise-increasing and counter-clockwise-increasing), which are mirror images of each other.
Quick Estimate: With $n = 6$, the denominator is $(6-1)! = 120$ distinct circular seatings. The numerator is 2. So the probability is