how to find regular angle of a polygon

If "n" is the number of sides, then  the sum of all interior angles =180(n-2)
If we want to find each angle we need to divide this by "n".
i.e. Each angle = 180(n-2)/n

  • 2
What are you looking for?