A polygon has 2017 number of sides. If each point of a diagonal is inside of the polygon, then we color the diagonal red.
What is the minimum value of the number of red diagonals?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
For any n -gon, there are n − 3 internal diagonals. This is simply because there are n vertices for diagonals to come from, and 3 they cannot go to: themselves, and the 2 vertices directly adjacent to them, since the segments connecting those vertices are actually sides.
Thus, for n = 2 0 1 7 , we have 2 0 1 4 red diagonals.