You have a line segment AB (with endpoints A and B) with length 1. You want to place it inside a unit circle. After you've placed it inside the circle a randomly generated point is being placed iniside the circle such that it does not coincide with the line segment. Now, you can connect the three points to form a triangle. Here's the question:
Question:
Where do want to place the line segment inside the unit circle such that it increases the probability that it forms an obtuse triangle?
I thought I was close to an answer, but just removed it because it was wrong. Will soon upload an image of my progress...

Because of the rotationnal symmetry of the problem, you can suppose that AB is included in the X-axis and write $A=(s,0), B=(s+1,0)$, with $-1 \le s \le 0$. Remark that the triangle is obtuse if and only if the third point, call it $C$ has his $x$ coordinate outside $[s,s+1]$. The probability of this event is proportionnal to the area of the set of such points, which can be computed as: $$P(s) = 2\int_{-1}^s \sqrt{1-x^2} dx + 2\int_{s+1}^1 \sqrt{1-x^2} dx$$ Then the fundamental theorem of analysis gives $$P'(s) = \sqrt{1-s^2} - \sqrt{1-(s+1)^2}$$ and you can study the variations of $P$...