We know that a diagonal is a segment who joins two non adjacent vertices. By looking at the above figure, we notice that a square has two diagonals, a pentagon has five diagonals, a hexagon has nine diagonals...etc.
Suppose we have a polygon with 2017 sides. What would be the number of its 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.
We note that a n -sided polygon has n vertices. It takes two vertices to produce a line. Therefore, the total number of lines produced is ( 2 n ) = 2 n ( n − 1 ) . Since all lines produced other than the n sides are diagonals, the number of diagonals is n d = 2 n ( n − 1 ) − n = 2 n ( n − 3 ) . When n = 2 0 1 7 ⟹ n d = 2 2 0 1 7 × 2 0 1 4 = 2 0 3 1 1 1 9 .