The smallest triangle in an equilateral triangle · n = 6
Place n points inside an equilateral triangle of side 1 so that the smallest triangle formed by any three of them is as large as possible.
Formal definition
- ContainerThe container is an equilateral triangle of side 1: its base runs from (0, 0) to (1, 0) and its apex is at (1/2, √3/2).
- SubmissionExactly n points, no three collinear
- ConstraintsEvery point lies inside the container or on its boundary
- ObjectiveMake the smallest triangle over all triples as large as possible; compared internally by twice the area, exactly