Let $P$ be a $30$-sided polygon inscribed in a circle. There are $N$ number of triangles whose vertices are the vertices of $P$ such that any two vertices of each triangle are separated by at least three other vertices at $P$. Find the value of $\frac{N}{100}$.
What I Tried: This is more like a Combinatorics problem rather than a geometry problem, so here is what I think.
First, fix a point of a triangle. The next point can be chosen in $23$ ways. But I am not sure how to choose the $3$rd point, as for choosing the $2$nd point there are slight variations as well, which dosen't follow the rule.
I thought before of fixing one point, and then the next $2$ points can be chosen in ${23}\choose{2}$ ways, but then I realised that is wrong since those $2$ points might not have a $3$ point gap, and I couldn't get on how to progress on this.
As usual, I also know that the number of triangles on an $n$-sided polygon with no shared sides is given by the formula :- $$\rightarrow\frac{n(n-4)(n-5)}{6}$$ So the total number of triangles is $3250$, but I am not sure on how this fact will help in this problem.
Can anyone help me? Thank You.
Choose any point and call it $A_1$. Label the points in counterclockwise manner $A_2,\ldots,A_{30}$ .
Second vertex can be any from $A_5$ to $A_{27}$.
When second is $A_5$, third vertex can be any from $A_9$ to $A_{27}$. That's $19$ ways.
When second is $A_6$, third vertex can be any from $A_{10}$ to $A_{27}$. That's $18$ ways.
And so on. Number of triangles $= 19+18+17+\ldots+1$
We could start on any point as first vertex, so desired is $$\dfrac{19\cdot20}{2} \cdot \dfrac{30}{3}$$
If we were to leave atleast $k$ points between adjacent vertices, by the same logic we'll get $$\dfrac{n(n-3k-1)(n-3k-2)}{6}$$
for appropriate $k$. Since $3k+2$ number of points are left out first when second vertex is $A_{k+2}$.