SOLUTION: How many diagonals can be drawn from a vertex of an n-gon?

Algebra ->  Polygons -> SOLUTION: How many diagonals can be drawn from a vertex of an n-gon?       Log On


   



Question 699232: How many diagonals can be drawn from a vertex of an n-gon?

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
How many diagonals can be drawn from a vertex of an n-gon?
-----
# of line segments joining 2 vertices = nC2 = [n(n-1)]/(2)
----
# of those line segments that are sides of the n-gon: n
---
Therefore, # of diagonals: nC2-n = [n(n-1)]/2 - n
===================================================
Cheers,
Stan H.
==============