SOLUTION: How many diagonals are there in a regular polygon of n sides?

Algebra ->  Probability-and-statistics -> SOLUTION: How many diagonals are there in a regular polygon of n sides?      Log On


   



Question 491952: How many diagonals are there in a regular polygon of n sides?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
How many diagonals are there in a regular polygon of n sides?
-----------------
There are n vertices
# of line segments determined is nC2 = (n/2)(n-1)
---
n of those line segments are sides of the polygon
---
Ans: There are (n/2)(n-1) - n diagonals
=================
Cheers,
Stan H.