Re: How many different diagonals can be drawn on a regular hexagon?
[#permalink]
18 Nov 2021, 21:50
Consider a n-sided polygon.
In order for a diagonal to form we need to connect 2 vertices out of the n vertices on the polygon.
We can do this is nC2 ways
But there are n such possibilities out of these which are sides of the polygon, we just need to subtract those.
Hence number of diagonals in a n-sided polygon = nC2−n=n(n−1)2∗1−n=n(n−1)−2n2=n2−3n2=n(n−3)2
Hence number of diagonals in a n-sided polygon (Hexagon) = n(n−3)2=6(6−3)2=6∗32=3∗3=9
Hence, Answer is D