You are given an n×n square matrix to be ?lled with numerals so that no two adjacent cells have the same numeral. Two cells are called adjacent if they touch each other horizontally, vertically or diagonally. So a cell in one of the four corners has three cells adjacent to it, and a cell in the ?rst or last row or column which is not in the corner has five cells adjacent to it. Any other cell has eight cells adjacent to it.
Question No. 1:
What is the minimum number of different numerals needed to ?ll a 3×3 square matrix?
Question No. 2:
What is the minimum number of different numerals needed to ?ll a 5×5 square matrix?
Question No. 3:
Suppose you are allowed to make one mistake, that is, one pair of adjacent cells can have the same numeral. What is the minimum number of different numerals required to ?ll a 5×5 matrix?
Options:
- 16
- 4
- 25
- 9
Question No. 4:
Suppose that all the cells adjacent to any particular cell must have different numerals. What is the minimum number of different numerals needed to fill a 5×5 square matrix?
Options:
- 9
- 16
- 4
- 25