SOLUTION: Find the number of diagonals for a polygon with N sides. IF N=55

Algebra ->  Polygons -> SOLUTION: Find the number of diagonals for a polygon with N sides. IF N=55      Log On


   



Question 406772: Find the number of diagonals for a polygon with N sides. IF N=55
Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!

Hi
Note: # of Diagonals = n(n-3)/2
Recommend putting info like this on a 'condensed' fact sheet.
n = 55
55(52)/2 = 1430