In a problem set about various topics on combinatorics, geometry and algebra, I found this one
There is a $6\times6$ grid, each square filled with a grasshopper. After the bell rings, each grasshopper jumps to an adjacent square (A square that shares a side). What is the maximum number of empty squares possible?
Essentially, we need that each empty square is adjacent to an square with one or more grasshopers. Then, we need that the minimum number of non-empty squares.
Edit: My previous solution was fundamentally wrong, because it did not consider that every grasshopper had to move.
