what is maximum number of points of intersection between the diagonals of a convex octgon?

8k Views Asked by At

What is the maximum number of points of intersection between the diagonals of a convex octagon (8-vertex planar polygon)? Note that a polygon is said to be convex if the line segment joining any two points in its interior lies wholly in the interior of the polygon. Only points of intersection between diagonals that lie in the interior of the octagon are to be considered for this problem.

I am not getting how to think about this problem and is there any general solution for such problems?

1

There are 1 best solutions below

1
On

for n-gon, it is n(n-1)(n-2)(n-3)/24 for octagon it is 8*7*6*5/24 = 70