Equal-circle packing in a unit circle · n = 9
Place n non-overlapping circles of one common radius inside a circle of radius 1, making that radius as large as possible.
FinishedAn answer reaching the ceiling is already published, so there is nothing left to take
Formal definition
- ContainerA circle of radius 1 centred at (1, 1), so both coordinates run from 0 to 2
- SubmissionExactly n circles: one shared radius and n centres
- ConstraintsEvery circle lies wholly inside the container; no two overlap in their interiors, tangency allowed
- ObjectiveMake the common radius as large as possible