SOLUTION: Find the number of diagonals that can be drawn when given n sides of a convex polygon.

Algebra ->  Sequences-and-series -> SOLUTION: Find the number of diagonals that can be drawn when given n sides of a convex polygon.      Log On


   



Question 1039521: Find the number of diagonals that can be drawn when given n sides of a convex polygon.
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Find the number of diagonals that can be drawn when given n sides of a convex polygon.
------
n sides implies n vertices
----
Since each pair of vertices determines a line,
# of sides + # of diagonals = nC2
-----
Ans:: # of diagonals = nC2 - n
------------------------------------
Cheers,
Stan H.
--------------