Question:medium

The number of diagonal in a polygon of $n$ sides is:

Show Hint

A triangle ($n=3$) has 0 diagonals, which matches the formula: $3(0)/2 = 0$.
Updated On: Apr 8, 2026
  • $\frac{n(n-3)}{2}$
  • ${}^{n}C_{2}$
  • $n(n-3)$
  • $\frac{n(n-1)}{2}$
Show Solution

The Correct Option is A

Solution and Explanation

Was this answer helpful?
0