There are 24 equally spaced points lying on the circumference of a circle. What is the maximum number of equilateral triangles that can be drawn by taking sets of three points as the vertices?
- A4
- B6
- C8Correct
- D12
Explanation
For an equilateral triangle to be formed from equally spaced points on a circle, the total number of points (N) must be a multiple of 3. If N is a multiple of 3, the vertices of an equilateral triangle must be separated by N/3 points along the circumference.
In this case, N = 24. Since 24 is a multiple of 3, equilateral triangles can be formed. The separation between vertices will be 24 / 3 = 8 points.
Let's label the points from 0 to 23. An equilateral triangle can be formed by picking a point (say, point 'i'), and then the other two vertices will be at (i + 8) and (i + 16), all modulo 24.
Distinct triangles are formed by choosing starting points from 0 up to (N/3 - 1). So, the distinct starting points are 0, 1, 2, 3, 4, 5, 6, 7.
- (0, 8, 16)
- (1, 9, 17)
- (2, 10, 18)
- (3, 11, 19)
- (4, 12, 20)
- (5, 13, 21)
- (6, 14, 22)
- (7, 15, 23)
If we start with point 8, we get (8, 16, 24 mod 24) = (8, 16, 0), which is the same as the first triangle (0, 8, 16). Therefore, there are 8 distinct equilateral triangles.
Analyzing the options: A) 4: Incorrect. B) 6: Incorrect. C) 8: Correct, as calculated. D) 12: Incorrect.
The final answer is C.

Related questions
More UPSC Prelims practice from the same subject and topic.
- Prelims 2018CSATQuantitative Aptitude
A bag contains 15 red balls and 20 black balls. Each ball is numbered either 1 or 2 or 3. 20% of the red balls are numbered 1 and 40% of them are numbered 3. Similarly, among the black balls, 45% are …
- Prelims 2018CSATQuantitative Aptitude
19 boys turn out for playing hockey. Of these, 11 are wearing hockey shirts and 14 are wearing hockey pants. There are no boys without shirts and/or pants. What is the number of boys wearing full unif…
- Prelims 2018CSATQuantitative Aptitude
Consider the following sum: • +1• +2• +• 3 + • 1 = 21• In the above sum, • stands for
- Prelims 2018CSATQuantitative Aptitude
How many diagonals can be drawn by joining the vertices of an octagon?
- Prelims 2018CSATQuantitative Aptitude
A train 200 metres long is moving at the rate of 40 kmph. In how many seconds will it cross a man standing near the railway line?
- Prelims 2018CSATQuantitative Aptitude
If X is between -3 and -1, and Y is between -1 and 1, then X ² - Y² is in between which of the following?