write the general formula to find the number of diagonals in a polygon of n-sides.
Answers
Answered by
0
Sorry I don't know search on web
Answered by
1
Answer:
Number of Diagonals = n(n-3)/2
In other words, an n-sided polygon has n-vertices which can be joined with each other in nC2 ways. Now by subtracting n with nC2 ways, the formula obtained is n(n-3)/2. For example, in a hexagon, the total sides are 6. So, the total diagonals will be 6(6-3)/2 = 9
Similar questions