I have been looking at this question.
I thought I knew a solution, but it appears to be at odds with the answers there. Can anyone tell me what is wrong with my solution?
My Attempted Solution.
Without loss of generality, our circle is the unit circle and we can take one of the three points to be $(1,0)$. Let the other points be $(\cos\theta,\sin\theta), (\cos\phi,\sin\phi)$, $\theta,\phi\in(0,2\pi), \theta<\phi$.
In order for the centre to lie inside the triangle, we require $\pi<\phi<\pi+\theta$.
Hence, for fixed $\theta$, the probability that the centre lies inside the triangle is $\dfrac{\theta}{2\pi}$.
Now, we can average over all possible values of $\theta$: $$\frac{1}{2\pi}\int_0^{2\pi}\frac{\theta}{2\pi}\,d\theta=\frac{1}{4\pi^2}\cdot\frac{4\pi^2}{2}=\frac{1}{2}.$$
But according to the answers to the existing question, the correct probability is $\dfrac{1}{4}$.
Where did I go wrong?
Without loss of generality, we can assume $0 < \theta < \pi$ (i.e., the second point is in the top half).
If the third point is in the top half, the probability of success is $0$, and if $\phi \ge \theta+\pi$, the probability of success is also $0$, so success requires $\pi < \phi < \theta + \pi$.
Hence as you argued, for fixed $\theta$, the probability of success is ${\large{\frac{\theta}{2\pi}}}$.
Then the integral becomes $$\frac{1}{\pi}\int_0^{\pi}\frac{\theta}{2\pi}\,d\theta=\frac{1}{4}$$