[Math] Finding the number of intersections of chords within a circle

combinatoricsgeometry

There are n points on a circle that are pairwise connected by a chord in the circle. What is the maximum and the minimum number of points within the circle that are intersections of the chords?

Best Answer

To form a pair of chords that intersect, you need 4 points. Hence, that can be done in nC4 ways. There is only way to join the 4 points with two chords and form an intersection. Hence, the final answer is nC4.

Related Question