SOLUTION: How many diagonals does a regular n-gon have?
What are some steps I can take when trying to find the answer to the questions, like ways to approach it?
Algebra ->
Polygons
-> SOLUTION: How many diagonals does a regular n-gon have?
What are some steps I can take when trying to find the answer to the questions, like ways to approach it?
Log On
Question 265363: How many diagonals does a regular n-gon have?
What are some steps I can take when trying to find the answer to the questions, like ways to approach it? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! How many diagonals does a regular n-gon have?
----
The n-gon will have n vertices.
---
Every pair of vertices determines a line segment.
You have nC2 = n(n-1)/2 pairs of vertices.
So you have n(n-1)/2 line segments determined.
-----------------------
n of those line segments are sides of the n-gon.
-----------------------------
So the number of diagonals is [n(n-1)/2] - n
==================================================
Cheers,
Stan H.