If we want to exactly cover a regular octagon with triangles (of any kind), what is the least number of triangles that we must use?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The sum of the angles of a n-sided polygon is (n-2)*180.
Therefore in an octagon we have 6*180 degrees to split between triangles.
We deduce that we need 6 triangle.