The smallest triangle in an annulus · n = 7
Place n points inside an annulus with outer radius 1 and inner radius 0.5 so that the smallest triangle formed by any three of them is as large as possible.
Formal definition
- ContainerThe container is an annulus of outer radius 1 and inner radius 0.5 centred at (1, 1), so coordinates run from 0 to 2 and the disc of radius 0.5 in the middle is not part of it.
- 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