The main question is that what is the probability that $n$ points on a circle lie on the same semi circle. I was trying to solve the question by thinking about the following equivalent question:
What is the probability of selecting $n$ $\textit{Uniform(0,1)}$ numbers such that their range is less than $0.5$. I have attached an image with the derivation of the range of $N$ uniform random variables. If you plugin $d=0.5$ in the cdf for the range of uniform distribution, we should get the answer but the answers don't match. What is wrong here? The answer should be $\frac{n}{2^{n-1}}$ but using the cdf the answer is $\frac{n+1}{2^n}$.
Image showing the derivation of range of n uniform random variables