SOLUTION: If a polygon has n sides, how many triangles are formed by drawing all diagonals from one vertex?

Algebra ->  Polygons -> SOLUTION: If a polygon has n sides, how many triangles are formed by drawing all diagonals from one vertex?       Log On


   



Question 843884: If a polygon has n sides, how many triangles are formed by drawing all diagonals from one vertex?

Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
I would make that polygon a convex polygon,
like this: so all diagonals will be inside the polygon, and no triangles will overlap.
The answer may be the same for a concave polygon, like this
, but it is harder to visualize with concave polygons.
I believe the answer is highlight%28n-2%29
A polygon with n sides has n vertices.
From one of the n vertices, you can draw n-3 diagonals to all n-1 other vertices except the 2 adjacent ones.
(The lines connecting to the 2 adjacent vertices are sides of the polygon, and we cannot call them diagonals).
To one side of each diagonal is a triangle, and you count n-3 of those:
one to that side of the first diagonal,
a second one to that side of the second diagonal, and so on.
You count n-3 triangles that way.
There is 1 more triangle to the other side of the last of those diagonals.