114k views
0 votes
How do i find thedegree of a pollygon????

User Hussein
by
4.5k points

1 Answer

6 votes

Answer:

Not sure what you mean, but I'm assuming you're referring to the sum of all the interior angles of a polygon. In that case:

Total sum of interior angles of a polygon ->


{180(n-2)

However, if you are looking for the degrees of each interior angle, you must divide the total interior angle degrees by the amount of sides on the polygon, n

Degree of each interior angle of a polygon ->


(180(n-2))/(n)

In both cases, n represents the amount of sides the polygon has.

User Lyndonna
by
4.8k points