Question 491952
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.