Given $N$ points drawn randomly on the circumference of a circle, what is the probability that they are all within a semicircle?
I'm confused. Let's choose an arbitrary point, and consider the semicircle to the right of that point. The probability $N-1$ points are in that area is $\frac{1}{2^{N-1}}$. We need to do this for an infinite number of starting points, since we chose an arbitrary point as the starting point to begin with, so we need to multiply the probability of choosing a random point by $\frac{1}{2^{N-1}}$ and sum over all possible starting points. I'm pretty sure this works but I'd never give this kinda solution in an interview.
My friend suggested I start off with $N$ random points and use each of the $N$ points as starting points. And so the answer is $\frac{N}{2^{N-1}}$. But to me this doesn't make sense, because we're not considering points that are not those $N$ starting points. He said we can "zoom in" on a particular configuration, but I don't get why.
No one is dealing with the content of my post; I obviously read the duplicates and it didn't help, as I make clear above.