The formula to calculate the number of diagonals in a polygon with n sides is:
n(n-3)/2
where n is the number of sides.
For a polygon with 10 sides, we have:
n = 10
Substituting into the formula, we get:
10(10-3)/2 = 35
Therefore, a polygon with 10 sides has 35 diagonals.