Find the minimum number of colours required to paint all points with integer coordinates in the plane in such a way that no two points which are exactly five units apart have the same color.
Solution
Obviously at least 2 colors are necessary. Color all points with even sum of coordinates with one color and all other points with another color. All points that are at distance 5 from are , , , . In each case, the sum of coordinates has the parity different from that of . Therefore they are colored differently from .
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.