Let there be nine fixed points on a circumference of a circle. Each of these points is joined to every one of the remaining eight points by drawing a line and the points are so positioned on the circumference of the circle that atmost $2$ straight lines can intersect at a point. The number of such interior intersection points is ?
This is how I approached the problem : Total number of lines drawn = $\binom{9}{2} = 36$ Now the number of intersection points is the number of unique pairs of lines out of thirty six lines , i.e. $\binom{36}{2}$ . And the answer comes out to be $630$. However the correct answer is $126$. Where am I wrong, and how do I solve it ?