You can put this solution on YOUR website! n is the number of sides
:
D is the number of diagonals
:
D=n(n-3)/2
:
:
:
throw out the negative
: sides so a decagon
:
You can put this solution on YOUR website! A polygon has 35 diagonals. How many sides does it have?
------------
You can figure out these big number problems by looking at small number examples.
------------
If 4 sides you get 2 diagonals
If 5 sides you get 6 diagonals
If 6 sides you get ? diagonals
---------------
Let's see.
If you have 4 sides you have 4 vertices.
There are 4C2 = 4*3/1*2 = 6 pairs.
Four of those pairs are used to make sides.
That leaves 2 pairs for diagonals. Hmmm...?
------------
Similarly:
If you have 5 sides you have 5C2 = 10 pairs of vertices.
5 of the pairs are used for sides, leaving 5 pairs for diagonals.
--------------
Let's try 6 sides.
You have 6C2 = 15 pairs of vertices.
6 of the pairs are used for sides, leaving 9 pairs for vertices.
Draw the six-sided polygon and see if it has 9 diagonls.
---------------
If all of this is correct try it on 35 sides.
You have 35C2 = 595 pairs
35 of the pairs are used for sides, leaving 560 for diagonals.
----------------
How about a polygon with "n" sides.
You have nC2 pairs of vertices
n of the pairs are used for sides, leaving nC2 - n pairs for diagonals.
====================================
Hope this helps.
Cheers,
Stan H.