A single knight is placed on a certain square of a standard chess-board. After performing 1729 moves, it arrives at a white colored square. What was the color of the square on which the knight was initially on?
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.
Relevant wiki: Chess Puzzles
Label black color as B and white color as W . We know that a knight moves in L shape, that is, it will travel through B W B W or W B W B per move.So after every move, the knight lands on the square opposite in color of the square it was initially on. If we consider the color of square after n t h move, we get the two sequences:
If initial color was white we have: B , W , B , W , B , W , …
If initial color was black we have: W , B , W , B , W , B , …
Note that if the initial color was black, we have white at odd number in the sequence and in the problem after 1 7 2 9 moves i.e odd moves, the knight arrives at white colored square, so the initial square it was standing on was black in color.