Question 699232
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.
==============