I came across this peculiar problem.
We choose $5$ numbers from $1$ to $100$ (with repetition). We order them in decreasing order by value. What is the expected difference between the second and the third?
For example, we draw $6,67,89,45,33$. Difference is $67-45=22$.
If instead of $n=100$ possibilities we have a large $n$, the expectation converges to $n/6$. In fact, if we select numbers without replacement rather than with (which makes a negligible difference when $n$ is large), the expectation is exactly $\frac16(n+1)$. Here's a way to see that:
First, change the game to be:
It should be clear that this gives the same answer -- the business with making a circle and cutting it into a line is completely irrelevant. However, now we can modify the rules further to
Doing the random choices in a different order shouldn't change anything, so we still get the sought-for answer. One more reformulation:
And finally:
In the original formulation the expected size of the different gaps were not obviously the same -- but now all of the apparent asymmetry in that description has been removed. By symmetry the expected length of the random gap can only be one sixth of the total length of the circle (because that is the sum of the 6 possibilities we choose uniformly between in the second choice).
It gets somewhat trickier with replacement because the chair where we break the circle cannot be selected again in the next choices of the original game, so reformulating the game doesn't give us perfect symmetry. That must be why Patrick Stevens' exact answers don't show a simple 6 in the denominator.
By this reasoning we also get $n/6$ exactly if you uniformly choose 5 real numbers in $[0,n)$ (in which case replacement doesn't matter at all).