What is the minimum value of , such that we are able to place one each of tiles inside a board in such a manner that we do not have sufficient space to place an tile inside the same board?
Details and Assumptions:
The tiles are not allowed to stick out of the board or overlap.
We get to choose the placement of the tiles.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The figure above shows that n ≤ 6 .
Now I will prove that 6 satisfies the conditions.
In the figure above 16 1 × 6 rectangles are highlighted. So we need to cover at least one square from each 1 × 6 rectangle. These together only contain 1 + 2 + 3 + 4 + 5 < 1 6 squares, so at least one 1 × 6 rectangle will be free.
Therefore the answer is 6 .