Regular polygon to triangles

Choose 3 sides of a regular n n -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 n = 9 , n=9, 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 9 9 -gon.

How many unique triangles can be formed from a regular 360 360 -gon?


The answer is 2700.

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.

1 solution

Jeremy Galvagni
Sep 1, 2018

Basically, you need to partition n 3 n-3 into three parts, each less than n 2 2 \frac{n-2}{2} . Which is almost a sequence in OEIS

In that sequence, a ( m ) = r o u n d ( ( m 3 ) 2 12 ) a(m)=round(\frac{(m-3)^{2}}{12}) but if n n is even, m = n 2 3 m=\frac{n}{2}-3

So our formula for even n n becomes r o u n d ( n 2 48 ) round(\frac{n^{2}}{48})

The answer is then 36 0 2 48 = 2700 \frac{360^{2}}{48}=\boxed{2700}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...