What is the minimum number of knights placed on an chessboard which are needed to cover every square?
Details and Assumptions:
This problem is part of the Knight Knight Sleep Tight set.
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.
In the above image, note that no single knight can cover 2 (or more) of the green squares. Therefore, each of these green squares requires 1 knight on the board, meaning that at least 1 2 knights are needed.
In the above image, note that a positioning of knights on the purple squares leads to every square being covered. Since at least 1 2 knights are needed, and this shows a possible way of covering every square with 1 2 knights, the minimum number of knights needed is 1 2 .