Three points are selected randomly on the circumference of the circle. We need to find the probability that there will be a semicircle on which all the three points lie.
I tried as follows :
We first fix a point on the circle on the positive X-axis. (Circle is assumed to be centered at the origin).
Let $X$ denotes the position of the second point. Now two cases arise :
(i) $\:0<X<\pi$
(ii) $\pi\leq X\leq2\pi$
Let $A$ denotes the event that the three points are on the same half circle. So we need to find $P(A)$.
$P(A) = \int P(A|X=x)f_X(x)dx$ , where $X$ is uniformly distributed over $(0,2\pi)$.
When (i) is true , $A$ is possible if and only if the third point belongs to the interval $(\pi -x , \pi)$.
Thus , $P(A|X=x) = \dfrac{(\pi - (\pi-x))}{2\pi}=\dfrac{x}{2\pi} , $ ( when (i) is true ).
Similarly when (ii) is true the third point must lie in the interval $(x-\pi,\pi)$.
Thus , $P(A|X=x) = \dfrac{(\pi-(x-\pi))}{2\pi}=\dfrac{2\pi-x}{2\pi}$, ( when (ii) is true ).
So , $P(A) = \int_0^{2\pi}P(A|X=x)f_X(x)dx=\int_0^{\pi} P(A|X=x)f_X(x)dx + \int_{\pi}^{2\pi} P(A|X=x)f_X(x)dx $ which comes out to be $\frac{1}{4}$.
But the solution says its $\frac{3}{4}$. What am i doing wrong ?
I've checked the calculations twice , but still the same. Can anyone help ?
