Equal circles in a plus sign · n = 6
Place n circles of one common radius inside a plus sign (a 3 × 3 square with all four corner squares removed), making that radius as large as possible.
Formal definition
- ContainerThe container is a square of side 3 with all four of its 1 × 1 corners removed, leaving a plus sign: the origin (0, 0) is its lower-left corner and (3, 3) its upper-right.
- SubmissionExactly n circles: one shared radius and n centres; every circle uses the same radius
- ConstraintsEvery circle lies wholly inside the container; no two overlap in their interiors, tangency allowed
- ObjectiveMake the common radius as large as possible