Question:

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}$
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Step 1: Concept
Total lines between $n$ points is ${}^{n}C_2$. Diagonals are these lines minus the sides.
Step 2: Analysis

Diagonals $= {}^{n}C_{2} - n = \frac{n(n-1)}{2} - n$.
$= \frac{n^2 - n - 2n}{2}$.
Step 3: Conclusion

$= \frac{n^2 - 3n}{2} = \frac{n(n-3)}{2}$.
Final Answer: (A)
Was this answer helpful?
0
0

Top MET Questions

View More Questions