Tilted equal squares in the unit square · n = 15
Place n equal squares in the unit square, each free to tilt, none overlapping, and make their common side as large as possible.
FinishedAn answer reaching the ceiling is already published, so there is nothing left to take
Formal definition
- ContainerThe unit square: the origin (0, 0) at its lower-left corner, (1, 1) at its upper right
- SubmissionEach square is {cx, cy, ux, uy}: a centre plus one half-edge vector, the other fixed as (−uy, ux)
- ConstraintsEvery square tilts freely; all lie inside the container; no two overlap in their interiors, touching allowed. Only the smallest square is scored, so unequal sides gain nothing
- ObjectiveMake the common side as large as possible; compared internally by its square, exactly