Question
Question: A polygon has \(44\)diagonals, then the number of its sides are \(A.\) \(11\) \(B.\) \(7\) \(C...
A polygon has 44diagonals, then the number of its sides are
A. 11
B. 7
C. 8
D. None of these
Solution
Hint: Here we have to select two such points on joining them we create a diagonal .So for selection We Use combination to find no. of diagonals.
Let the polygon have n sides.
This means that the polygon has n vertices.
No. of diagonals of the polygon = No. of ways two vertices could be connected by a line segment −
No. of sides of the polygon
=c(n,2)−n - (1)
We know that,
c(n,r)=(n−r)!r!n! ⇒c(n,2)=(n−2)!2!n!=(n−2)!2!n(n−1)(n−2)!=2n(n−1)Using the above obtained formula in equation (1)
No. of diagonals of the polygon =c(n,2)−n=2n(n−1)−n=2n(n−3)
Given in the problem the polygon has 44diagonals.
Using the above formula, we get,
44=2n(n−3) ⇒88=n2−3n ⇒n2−3n−88=0
Factoring the above quadratic equation, we get,
n2−11n+8n−88=0 ⇒n(n−11)+8(n−11)=0 ⇒(n+8)(n−11)=0
From the above equation either n=−8 or n=11.
Since the no. of sides of a polygon is a positive real integer, we neglect the value n=−8
⇒n=11
Therefore, the number of sides of the polygon with 44diagonals is 11.
Hence option A is correct.
Note: Try to analyse the problems of above type using permutations and combinations. Sides of the polygon are to be excluded from the combination as mentioned in the above solution.