Let n be an integer that meets the following requirements:
The interior angle of every side of an n-sided regular polygon has measure 170 degrees or less.
Find the sum of all possible values of n.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The formula for the interior angle of an n-sided polygon is
1 8 0 ( n − 2 )
since we are referring to regular polygons, if we divide the interior angle by the number of sides, we will obtain the angle of every side. So our new expression is
( 1 8 0 ( n − 2 ) ) / n
Now, we are looking for the integers whose average interior angle is less than or equal to 170, so we create the equation
( ( 1 8 0 ( n − 2 ) ) / n ) ≤ 1 7 0 for all n ∈ Z (all integer n’s)
now, we just solve this equation by simplifying:
1 8 0 ( n − 2 ) < = 1 7 0 n
1 8 0 n − 3 6 0 < = 1 7 0 n
1 0 n < = 3 6 0
n < = 3 6
This tells us that the greatest value that n could be is 36 . Therefore n can be in the integer range from 3-36 because there doesn’t exist a polygon with less than 3 sides.
Next we need to find the sum of all these possible n ’s. To do this, we can quickly find the sum from 1 to 36 and then subtract 3 (1 and 2), by using the formula:
( ( n ( n + 1 ) ) / 2 ) − 3
where n is our greatest number. So we then get:
( ( 3 6 ∗ 3 7 ) / 2 ) − 3 or ( 1 8 ∗ 3 7 ) − 3 or 6 6 6 − 3 which equals
6 6 3