We consider a polygon with $n=3$ sides, which is a triangle. The sum of the interior angles of a triangle is $180^{\circ}$. This is equal to $(3-2) \cdot 180^{\circ}$, which verifies our base case.
In LaTeX format:
\[
\text{For } n=3, \text{ we have } (n-2) \cdot
Show more…