Choose 3 sides of a regular -gon such that no 2 of the 3 are consecutive. Then extend the chosen sides in both directions until they intersect one another and form a triangle.
In the diagram, for example, around the purple nonagon with an equilateral triangle has been formed by choosing 3 equally apart sides, which satisfies the inconsecutiveness requirement.
We can see that the other triangle formed—an obtuse triangle—also satisfies the same requirement. So, this picture shows that two unique triangles meeting the requirement can be constructed from a regular -gon.
How many unique triangles can be formed from a regular -gon?
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.
Basically, you need to partition n − 3 into three parts, each less than 2 n − 2 . Which is almost a sequence in OEIS
In that sequence, a ( m ) = r o u n d ( 1 2 ( m − 3 ) 2 ) but if n is even, m = 2 n − 3
So our formula for even n becomes r o u n d ( 4 8 n 2 )
The answer is then 4 8 3 6 0 2 = 2 7 0 0