Question
Question: Number of diagonals of an n-sided convex polygon is...
Number of diagonals of an n-sided convex polygon is
A
nC2
B
nC2−1
C
2n(n−3)
D
None
Answer
2n(n−3)
Explanation
Solution
A polygon has n vertices, no three of which are in the same straight line. By joining these points, we get nC2 lines as every choice of a pair of points gives us a unique line. These lines include the sides of the polygon. Hence, the number of diagonals.
= nC2−n=∠2n(n−1)−n
= n(2n−1−1)=2n(n−3)