Given a regular polygon with 30 vertices.
Type your answer as the number of triangles which are formed by connecting any 3 vertices of the polygon but all of its sides don't overlap any side of the polygon?
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.
Let P be the 3 0 sided polygon. There are a total of ( 3 3 0 ) = 4 0 6 0 triangles we can form using the vertices of P . Some of these share sides with P , so we need to subtract these.
Exactly one side in common
One side of the triangle is a side of P . There are 3 0 possible sides. The remaining vertex of the triangle is not on this side, and is not adjacent to it; there are 2 6 such points, for a total of 2 6 × 3 0 = 7 8 0 triangles sharing exactly one side with P .
Exactly two sides in common
The vertices of these triangles are three consecutive vertices of P . Counting the middle one of these, there are 3 0 such triangles.
Hence there are 4 0 6 0 − 7 8 0 − 3 0 = 3 2 5 0 triangles that do not share a side with P .