The number of diagonals drawn from one vertex of a polygon of n sides is:
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.
There are n sides if a polygon. We have to draw diagnols from one vertex. Then, we can join n − 1 edges with this. But 2 sodes are the adjacent sides of the vertec od the polygon. So, the answer is ( n − 3 ) .