This problem was asked to me in an interview.
We keep on adding points on a circle uniformly until there exist three points on the circle which form an acute angled triangle. What is the expected number of points on the circle when the process stops?
You fail to have an acute triangle if all the points are within a semicircle. When adding a new point (assuming there is not yet an acute triangle), the chance that you will form an acute triangle is the fraction of the circle covered by the shortest arc containing the existing points. For three points, the chance is $\frac 14$, as the distance between the first two points is uniform from $0$ to $\pi$, so the chance the third point forms an acute triangle is uniform from $0$ to $\frac 12$. Depending on the job, this would seem like enough progress for an interview, but I would like to see a complete answer.