How many diagonals are there in a polygon of n sides?
Number of sides =n
Number of ends =n
For a digonal there will be two end points
Possible digonals
nC2n(n−1)2
But these also include the sides of a polygon
now sibstracting n sides
⇒n(n−1)2−n⇒n2−n−2n2⇒n2−3n2⇒n(n−3)2
Hence the correct answer is n(n−3)2