The probability that 3 random chords in a circle do not intersect

circlesintersection-theoryprobability theorystatistics

I understand that for 2 random chords, the probability of no intersections is 1/3 thanks to this blog post.

What happens when I have 3 random chords? Is there an intuitive explanation for calculating the number of intersections given n random chords?

I found a post that proposes the following formula for r chords, but this does not hold for 2 chords. Any ideas?

$$P(NoIntersection) = \frac{2^r}{(r+1)!}$$

Note: By random chord, I mean by randomly picking 2 points that lie on the circle.

Best Answer

The first linked blog post shows that the probability that two random chords do intersect is $\tfrac 13$, which means the probability they don't intersect is $\tfrac 23$. This lines up with the formula provided in the second link.