An n-omino is a two-dimensional polygon composed of n congruent squares glued together via the edges. For instance, the 4-ominoes are the Tetris shapes.
It is famously known that one can tile a 6-by-10 rectangle using a complete set 12 5-ominoes:
example taken from https://benhoyt.com/writings/python-pentomino/
There are 108 7-ominoes, and 27ร28 = 21ร36 = 18ร42 = 7ร108. The question is: is it possible to tile an (a) 27-by-28 rectangle, (b) 21-by-36 rectangle, or (c) 18-by-42 rectangle using a complete set of 108 7-ominoes? And the catch is that you CANNOT use any words in your answer! Have fun! :-)