ronaldramlan wrote:The measures of the interior angles in a polygon are consecutive integers. The smallest angle measures 136 degrees. How many sides does this polygon have?
A) 8
B) 9
C) 10
D) 11
E) 13
Say, the number of sides of the polygon is n.
Hence, sum of the interior angles of the polygon = (n - 2)*180 degrees
Smallest angle is 136 degrees and all the interior angles are consecutive integers. Hence, the measures of the interior angles of the polygon in degrees are 136, (136 + 1), (136 + 2), ..., and (136 + n - 1).
Hence, sum of the angles = [136 + (136 + 1) + (136 + 2) + ... + (136 + n - 1)] = 136n + n(n - 1)/2
Thus, 136n + n(n - 1)/2 = (n - 2)*180
----> 272n + n² - n = 360n - 720
----> n² -89n + 720 = 0
----> (n - 9)(n - 80) = 0
Now, if n is equal to 80, then some of the interior angles of the polygon will be greater than 180. Hence, only possible value of n is 9.
The correct answer is B.