A polygon has 44 diagonals, then the number of its sides are
Let there be n sides of the polygon. Then it has n vertices.
The total number of straight lines obtained by joining n vertices by taking 2 at a time is nC2.
These nC2 lines also include n sides of the polygon.
Therefore, the number of diagonals formed is nC2−n.
Thus, nC2−n=44
⇒n(n−1)2−n=44
⇒n2−3n2=44
⇒n=11
Verify by actual substitution.