Initially, there is a 0 in each square of a 3 x 3 board. In each move, we add 1 to each number in any of the four 2 x 2 sub-boards. After a number of moves, someone erases the numbers at the four corner squares and the central square of the 3 x 3 board. The remaining four numbers are 9, 10, 12 and 13. Find the value of the number at the central square
P/S : Although you can find the source of these questions, you shouldn't copy the solution. Instead of doing that, you should solve the problem yourselves.