How do you work out the angles in a polygon?
There is no way to work out the angles in a general polygon. The sum of the interior angles of a polygon, with n sides, is (n-2)*pi radians [or (n-2)*180 degrees]. Therefore, if you know the measure of n-1 angles, you can work out the size of the nth angle.Alternatively, if the polygon is one of the rare type - a regular polygon - then all its angles are equal. In that case, you can divided the above sum by n.