Take the area $[0,1]^2$ which is intersected by $n$ random lines. The way we can choose these $n$ random lines is by choosing two points on the border of the square and connecting them.
If we do this, what is the probability that a region formed by these lines has area greater than $1/2$. I can see that for $n=1$, the probability is equal to one.
I could probably approximate the value through a computer simulation of some sort but I'm just wondering if anyone can find a pure math answer.