Does anyone know how to find the sides of a polygon?
A polygon has 135 diagonals.
How many sides does it have?
now, n of those line segments are the sides of the polygon itself; all the others are what we call diagonals. so the total number of diagonals in an n-gon is
[n*(n-1)/2] - n.
we have to solve the equation
[n*(n-1)/2] - n = 135.
n^2 - 3*n - 270 = 0
(n-18)*(n+15)=0
the negative root is not valid, of course (a polygon can't have -15 sides!), so n=18 is the solution.
n^2 - 3n - 270 = 0
(n - 18)(n + 15) = 0
n > 0 yori, n = 18
answer = 18 sides
#If you have any other info about this subject , Please add it free.# |