You are given 7 identical copies of the following polyomino (made of unit squares):
Goal is to place all 7 pieces inside a square tray of side length: 8.5 units
- You may rotate by any angle and flip pieces.
- Overlaps are not allowed.
- Gaps are allowed (it does not have to be a perfect tiling).
Question: Can you find a placement of the 7 pieces that fits inside the square?
Disclosure: Design notes are on GitHub (not needed to solve):
https://github.com/kateyose/Tilted-Packing-Puzzle
If you liked this, other puzzles in the same series: Puzzle #1, #3, and #4: (link)
](https://cdn.statically.io/img/i.sstatic.net/OlGbrVe1.png)


