Here is my question:
Let P be a regular polygon with 24 sides. Consider all the triangles whose vertices are also vertices of P. Find the number of such triangles that are neither isosceles nor equilateral.
And here is my attempt:
If we can calculate the number of isosceles and equilateral triangles that can be formed then we will get the answer.
To calculate the number of such isosceles triangles, Notice that, each sides of polygon are equal. Now if we fix a point and choose two other points by bypassing equal number of vertices both sides of our fixed point then we get a isosceles triangle. For better understanding suppose we name the vertices 1,2,..,24. Now we take the fixed point as 1. Then other two points can be (2,24),(3,23),(4,22),...,(13,13) we can choose those two points in 12 ways. And we can choose the fixed point in 24 ways. Now in this way we count each point three times. So total number of isosceles triangle is (24×12)/3 = 96
The number of equilateral triangle is zero. As using the same logic now the dictance between all there points must be equal. And there are no such point. So the final answer is 24C3 - 96.
Is it correct, or can there be any improvement upon this?