Given a 5x5 grid of 25 tiles, is it possible to place 13 counters so that no 2x2 internal square of the grid is repeated?
Each square can be considered binary, with either a counter or no counter.
Here is an example of a configuration of 13 counters that does not meet the criteria:
Example invalid grid with 13 counters
Is it possible to find a configuration that meets the criteria of all 2x2 squares being unique? I'd love to see a proof of some sort in regard to this problem, either proving or disproving that it is possible.
