You are not logged in.
Pages: 1
How many triangles are determined by the vertices of a regular polygon of n sides?
How many if no side of the polygon is to be a side of any triangle?
Thanks~~
Offline
a) This is a combination problem. Basically, you are choosing three vertices from a set of n, where order doesn't matter. So, the formula is:
This will give you the number of triangles you can make from the vertices of any regular polygon!
b) In order for this to work, no two vertices may be adjacent to another. Unfortunately, I don't have time right now to figure out that formula.
Last edited by ryos (2006-07-29 06:26:08)
El que pega primero pega dos veces.
Offline
a) This is a combination problem. Basically, you are choosing three vertices from a set of n, where order doesn't matter. So, the formula is:
This will give you the number of triangles you can make from the vertices of any regular polygon!
b) In order for this to work, no two vertices may be adjacent to another. Unfortunately, I don't have time right now to figure out that formula.
ok,thank you
Offline
Pages: 1