Equal-circle packing in a 2:1 rectangle · n = 4
Place n non-overlapping equal circles inside a 2 × 1 rectangle, making the common radius as large as possible.
FinishedAn answer reaching the ceiling is already published, so there is nothing left to take
Formal definition
- ContainerA rectangle 2 wide and 1 tall: the origin (0, 0) at its lower-left corner, (2, 1) at its upper right
- 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