Equal-circle packing in a right triangle · n = 11
Place n non-overlapping equal circles inside the right triangle with legs 1 and 0.75, making the common radius as large as possible.
Formal definition
- ContainerA right triangle: the right angle at the origin (0, 0), one leg along the x-axis to (1, 0), the other along the y-axis to (0, 0.75)
- 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