You have an \(8\times 8\) chessboard coloured in the usual way. You can pick any \(2\times 1\) or \(1\times 2\) piece and flip the white tiles to black tiles and vice-versa. Is it possible to finish with \(63\) white pieces and \(1\) black piece?
We start with the point \(S=(1,3)\) of the plane. We generate a sequence of points with coordinates \((x_n,y_n)\) with the following rule: \[x_0=1,y_0=3\qquad x_{n+1}=\frac{x_n+y_n}{2}\qquad y_{n+1}=\frac{2x_ny_n}{x_n+y_n}\] Is the point \((3,2)\) in the sequence?
Four black dots are drawn on a whiteboard. On the dots we write the numbers \(10\), \(20\), \(30\), and \(40\) (one number on each dot). We then repeat the following move any number of times: choose one dot, decrease its number by \(3\), and increase the number on each of the other three dots by \(1\). After some number of moves, is it possible for all four dots to show the number \(25\) simultaneously?