quantskillsgmat wrote:Q the measure of the interior angles in a polygon are consecutive integers.The smallest angle measures 136 degrees.how many sides does this polygon hve.
a)8 b)9 c)10 d)11 e)13
Let's assume that the polygon has n sides. Recall that the sum of the angle measures of an n-sided polygon is 180(n - 2). We are given the smallest angle of the polygon measures 136 degrees, so ones after that are 136 + 1, 136 + 2, and so on, ending with the largest angle measure of 136 + n - 1. Therefore, we can create the equation:
136 + (136 + 1) + (136 + 2) + ... + (136 + n - 1) = 180(n - 2)
(135 + 1) + (135 + 2) + (135 + 3) + ... + (135 + n) = 180n - 360
On the left hand side of the equation, we can rearrange the terms as:
(135 + 135 + 135 + ... + 135) + (1 + 2 + 3 + ... + n) = 180n - 360
There are a total of n repetitions of 135, so the sum of the 135's is 135n; thus, we have:
135n + (1 + 2 + 3 + ... + n) = 180n - 360
1 + 2 + 3 + ... + n = 45n - 360
We use the shortcut formula for the sum of n consecutive integers to re-express the left side of the equation:
n(n + 1)/2 = 45n - 360
n^2 + n = 90n - 720
n^2 - 89n + 720 = 0
(n - 80)(n - 9) = 0
n = 80 or n = 9
Since only 9 is given, the correct choice is B.
Answer: B