7.2 Triangle Sum, Exterior Angles & Polygon Angle Formulas

Key Takeaways

  • The Triangle Angle Sum Theorem states that the interior angles of any Euclidean triangle sum to 180 degrees, proved deductively by constructing a parallel auxiliary line through one vertex.
  • The Exterior Angle Theorem dictates that the measure of any exterior angle of a triangle is strictly equal to the sum of the two remote interior angles, establishing the Exterior Angle Inequality corollary.
  • For any convex n-gon, the interior angle sum is S_int = (n - 2) * 180 degrees and the exterior angle sum is an invariant 360 degrees, yielding individual interior angles of (n - 2)*180/n for regular polygons.
  • Regular tessellations of the Euclidean plane are restricted to equilateral triangles, squares, and regular hexagons because these are the only regular polygons whose interior angle measures divide 360 degrees evenly.
  • The modern geometric classification of quadrilaterals is hierarchical and inclusive, where trapezoids encompass parallelograms, and squares represent the intersection of rectangles and rhombi.
Last updated: September 2026

7.2 Triangle Sum, Exterior Angles & Polygon Angle Formulas

1. The Triangle Angle Sum Theorem & Deductive Auxiliary Proof

In Euclidean geometry, the Triangle Angle Sum Theorem establishes that the sum of the interior angles of any triangle is exactly $180^\circ$ ($\pi$ radians):

mA+mB+mC=180m\angle A + m\angle B + m\angle C = 180^\circ

While elementary curricula frequently demonstrate this property inductively by tearing off vertices and arranging them along a line, secondary educators must be prepared to present its formal deductive proof, which relies directly on Euclid's Fifth Postulate and the Alternate Interior Angles Theorem.

Formal Deductive Proof

Given: Arbitrary triangle $\triangle ABC$ with interior angles $\angle A$, $\angle ABC$, and $\angle C$. Prove: $m\angle A + m\angle ABC + m\angle C = 180^\circ$.

  1. By Playfair's Axiom (the Parallel Postulate), through vertex $B$ there exists a unique line $\overleftrightarrow{DE}$ coplanar with $\triangle ABC$ such that $\overleftrightarrow{DE} \parallel \overline{AC}$, with point $D$ lying on the side of $B$ opposite to $E$.
  2. Points $D$, $B$, and $E$ are collinear, forming straight line $\overleftrightarrow{DE}$. By the Angle Addition Postulate and the definition of a straight angle: mDBA+mABC+mEBC=180m\angle DBA + m\angle ABC + m\angle EBC = 180^\circ
  3. Line $\overleftrightarrow{DE}$ is parallel to segment $\overline{AC}$. Line $\overleftrightarrow{AB}$ intersects both parallel lines, acting as a transversal. By the Alternate Interior Angles Theorem: DBAA    mDBA=mA\angle DBA \cong \angle A \implies m\angle DBA = m\angle A
  4. Similarly, line $\overleftrightarrow{BC}$ acts as a transversal intersecting parallel lines $\overleftrightarrow{DE}$ and $\overline{AC}$. By the Alternate Interior Angles Theorem: EBCC    mEBC=mC\angle EBC \cong \angle C \implies m\angle EBC = m\angle C
  5. By algebraic substitution of equations (3) and (4) into equation (2): mA+mABC+mC=180m\angle A + m\angle ABC + m\angle C = 180^\circ This completes the proof. Notice that without the Parallel Postulate guaranteeing the existence and angle properties of line $\overleftrightarrow{DE}$, the theorem fails (as seen in spherical geometry, where triangle angle sums exceed $180^\circ$, or hyperbolic geometry, where sums are less than $180^\circ$).

2. The Exterior Angle Theorem of a Triangle

An exterior angle of a triangle is formed by extending one side of the triangle past a vertex, creating an angle adjacent to the interior angle at that vertex. The two interior angles that do not share a vertex with the exterior angle are termed remote interior angles (or non-adjacent interior angles).

The Exterior Angle Theorem states that the measure of an exterior angle of a triangle is equal to the sum of the measures of its two remote interior angles:

m1ext=mA+mBm\angle 1_{\text{ext}} = m\angle A + m\angle B

Deductive Verification

Let $\angle 1_{\text{ext}}$ be the exterior angle at vertex $C$, adjacent to interior angle $\angle C$:

  1. Since $\angle 1_{\text{ext}}$ and $\angle C$ form a linear pair along the extended side: m1ext+mC=180    m1ext=180mCm\angle 1_{\text{ext}} + m\angle C = 180^\circ \implies m\angle 1_{\text{ext}} = 180^\circ - m\angle C
  2. By the Triangle Angle Sum Theorem: mA+mB+mC=180    mA+mB=180mCm\angle A + m\angle B + m\angle C = 180^\circ \implies m\angle A + m\angle B = 180^\circ - m\angle C
  3. By the transitive property of equality: m1ext=mA+mBm\angle 1_{\text{ext}} = m\angle A + m\angle B

An immediate consequence is the Exterior Angle Inequality: the measure of an exterior angle of a triangle is strictly greater than the measure of either of its remote interior angles ($m\angle 1_{\text{ext}} > m\angle A$ and $m\angle 1_{\text{ext}} > m\angle B$). This inequality plays an essential role in proving the Triangle Inequality Theorem and the Hinge Theorem.


3. Polygon Angle Formulas for Convex $n$-Gons

A polygon is convex if every line segment connecting any two internal points lies entirely within the polygon's interior. In a convex $n$-gon ($n \ge 3$):

Interior Angle Sum Formula

Select any single vertex and construct all possible non-intersecting diagonals to non-adjacent vertices. Exactly $n - 3$ diagonals can be drawn from a single vertex, partitioning the $n$-gon into $(n - 2)$ disjoint non-overlapping triangles. Because each triangle contributes $180^\circ$ to the interior angle sum without adding internal vertices:

Sint=(n2)180S_{\text{int}} = (n - 2) \cdot 180^\circ

For a regular $n$-gon (equilateral and equiangular), all $n$ interior angles are congruent. Dividing the total sum by $n$ yields the measure of each individual interior angle $I$:

I=(n2)180n=180360nI = \frac{(n - 2) \cdot 180^\circ}{n} = 180^\circ - \frac{360^\circ}{n}

Exterior Angle Sum Theorem

If one exterior angle is drawn at each vertex of any convex $n$-gon (traversing the perimeter in a consistent clockwise or counterclockwise direction), the sum of the exterior angles is invariant:

Sext=360for any convex polygon, regardless of nS_{\text{ext}} = 360^\circ \quad \text{for any convex polygon, regardless of } n

Proof: At each of the $n$ vertices, the interior angle $I_k$ and exterior angle $E_k$ form a linear pair: $I_k + E_k = 180^\circ$. Summing across all $n$ vertices: k=1n(Ik+Ek)=n180    Sint+Sext=n180\sum_{k=1}^n (I_k + E_k) = n \cdot 180^\circ \implies S_{\text{int}} + S_{\text{ext}} = n \cdot 180^\circ Substitute $S_{\text{int}} = (n - 2) \cdot 180^\circ$: (n2)180+Sext=n180(n - 2) \cdot 180^\circ + S_{\text{ext}} = n \cdot 180^\circ n180360+Sext=n180    Sext=360n \cdot 180^\circ - 360^\circ + S_{\text{ext}} = n \cdot 180^\circ \implies S_{\text{ext}} = 360^\circ

For a regular $n$-gon, each exterior angle $E$ measures: E=360nE = \frac{360^\circ}{n}

Reference Table: Regular Polygon Angle Measures

Polygon NameSides ($n$)Interior Sum ($S_{\text{int}}$)Regular Interior Angle ($I$)Regular Exterior Angle ($E$)
Triangle$3$$180^\circ$$60^\circ$$120^\circ$
Quadrilateral$4$$360^\circ$$90^\circ$$90^\circ$
Pentagon$5$$540^\circ$$108^\circ$$72^\circ$
Hexagon$6$$720^\circ$$120^\circ$$60^\circ$
Heptagon$7$$900^\circ$$\approx 128.57^\circ$$\approx 51.43^\circ$
Octagon$8$$1080^\circ$$135^\circ$$45^\circ$
Nonagon$9$$1260^\circ$$140^\circ$$40^\circ$
Decagon$10$$1440^\circ$$144^\circ$$36^\circ$
Dodecagon$12$$1800^\circ$$150^\circ$$30^\circ$

4. Regular Tessellations of the Euclidean Plane

A tessellation (or tiling) is a repeating pattern of geometric figures that covers a two-dimensional plane completely without gaps and without overlaps. A regular tessellation uses exactly one type of regular polygon to tile the entire plane.

For regular $n$-gons to tile the plane, the interior angles of the polygons meeting at any common vertex must sum to exactly $360^\circ$. Let $k$ represent the number of regular $n$-gons meeting at each vertex ($k \ge 3$, $n \ge 3$):

kI=360    k(n2)180n=360k \cdot I = 360^\circ \implies k \cdot \frac{(n - 2) \cdot 180^\circ}{n} = 360^\circ

Dividing both sides by $180^\circ$: k(n2)n=2    k(n2)=2n    kn2k2n=0\frac{k(n - 2)}{n} = 2 \implies k(n - 2) = 2n \implies kn - 2k - 2n = 0 Add $4$ to both sides to factor via Simon's Favorite Factoring Trick: (k2)(n2)=4(k - 2)(n - 2) = 4

Since $k$ and $n$ must be integers greater than or equal to $3$, we find all integer factor pairs of $4$:

  1. $k - 2 = 1 \implies k = 3$; $n - 2 = 4 \implies n = 6$ (Regular Hexagons: $3$ hexagons meet at each vertex, $3 \times 120^\circ = 360^\circ$).
  2. $k - 2 = 2 \implies k = 4$; $n - 2 = 2 \implies n = 4$ (Squares: $4$ squares meet at each vertex, $4 \times 90^\circ = 360^\circ$).
  3. $k - 2 = 4 \implies k = 6$; $n - 2 = 1 \implies n = 3$ (Equilateral Triangles: $6$ triangles meet at each vertex, $6 \times 60^\circ = 360^\circ$).

No other integer solutions exist. Regular pentagons cannot tile the plane because $I = 108^\circ$, and $\frac{360^\circ}{108^\circ} = 3.\overline{33}$, which is not an integer ($3 \times 108^\circ = 324^\circ < 360^\circ$, leaving a $36^\circ$ gap, while $4 \times 108^\circ = 432^\circ > 360^\circ$). Thus, exactly three regular tessellations exist in Euclidean space.


5. Quadrilateral Classification & Hierarchical Properties

Secondary mathematics curricula adhere to an inclusive hierarchical classification of quadrilaterals:

  • A Trapezoid is a quadrilateral with at least one pair of parallel opposite sides. (Under the inclusive definition favored by Florida standards, all parallelograms are trapezoids).
  • A Parallelogram is a quadrilateral with two pairs of parallel opposite sides.
  • A Rectangle is an equiangular parallelogram (four right angles).
  • A Rhombus is an equilateral parallelogram (four congruent sides).
  • A Square is both a rectangle and a rhombus (four right angles and four congruent sides).
  • A Kite is a quadrilateral with two distinct pairs of adjacent congruent sides.
Quadrilateral TypeDefining Side PropertiesDefining Angle PropertiesDiagonal Properties
ParallelogramOpposite sides parallel and congruentOpposite angles congruent; consecutive angles supplementaryDiagonals bisect each other
RectangleOpposite sides parallel and congruentFour right angles ($90^\circ$)Diagonals bisect each other AND are congruent
RhombusFour congruent sides; opposite sides parallelOpposite angles congruent; consecutive angles supplementaryDiagonals bisect each other, are perpendicular, and bisect vertex angles
SquareFour congruent sides; opposite sides parallelFour right angles ($90^\circ$)Diagonals bisect each other, are congruent, perpendicular, and bisect vertex angles
KiteTwo pairs of adjacent congruent sidesOne pair of opposite angles congruentDiagonals are perpendicular; one diagonal bisects the other
Test Your Knowledge

In triangle PQR, side QR is extended past R to point S, forming exterior angle PRS. The measure of exterior angle PRS is (7x - 8) degrees. The remote interior angle P measures (3x + 14) degrees, and the remote interior angle Q measures (2x + 10) degrees. What is the degree measure of the interior angle PRQ?

A
B
C
D
Test Your Knowledge

A regular polygon has the property that each of its interior angles is exactly five times as large as each of its exterior angles. How many sides does this regular polygon possess, and what is the sum of all its interior angles?

A
B
C
D
Test Your Knowledge

A geometry student investigates whether regular octagons (n = 8) and squares (n = 4) can be combined to form a semi-regular (Archimedean) tessellation of the Euclidean plane. Which of the following statements provides the rigorous mathematical justification regarding this tiling?

A
B
C
D
Test Your Knowledge

Within the inclusive hierarchical classification of quadrilaterals adopted by standard geometry curricula, which of the following statements is a universally true theorem?

A
B
C
D