Three non-collinear points are placed randomly inside a unit circle.
Question: What is the probability that if you were to connect these points, forming a triangle, the triangle will have the center of the circle contained inside (including the periferi)?
Here are two examples, A and B, illustrating what I mean:
where you can see that A works and B doesn't work.
What Iv'e tried so far is illustarated in the following image:
Two randomly points are obviously always collinear. So we can connect the two. Now let's draw a staright line, starting from each point, through the center and finish on the circumference of the circle. The grey shaded area represents the region where the third point needs to be in order to create a triangle that works. Now, as you can see there can be all kinds of regions depending on where the first two points are located. So I'm simply looking for a method/approach that can answer this question. If you have a another approach than my example feel free to use it. I'm not sure if this is very complicated or if there is a nice solution.


Let's say the points are $p_1, p_2$ and $p_3$. To simplify discussion, let's also choose coordinates so that the center of the circle is at the origin and $p_1$ is on the positive $x$ axis, somewhere between $(0,0)$ and $(0,1)$. With these coordinates, triangle $p_1 p_2 p_3$ encloses the origin if and only if (1) $p_2$ and $p_3$ lie on opposite sides of the $x$ axis, and (2) the line $p_2 p_3$ intersects the negative portion of the $x$ axis.
By symmetry, $p_2$ lies in the upper half plane with probability $1/2$ and in the lower half plane with probability $1/2$. The same is true of $p_3$, so the probability that $p_2$ and $p_3$ lie on opposite sides of the $x$ axis is $1/2$.
Again by symmetry, line $p_2 p_3$ intersects the positive $x$ axis with probability $1/2$ and the negative $x$ axis with probability $1/2$.
Conditions (1) and (2) are independent in probability, so the probability that both hold is $$\frac{1}{2} \cdot \frac{1}{2} = \frac{1}{4}$$