[Math] How to colour the US map with Yellow, Green, Red and Blue to minimize the number of states with the color of Green

coloringgraph theoryrecreational-mathematics

I want to colour the US (only the states) map with Yellow, Green, Red and Blue. I was wondering what would be the lowest number of states with the colour of Green. We can of course use the other colours as much as we want. Please note that I want to follow the Four Color Theorem rules.

Motivation:
I am studying graph theory and I want to know if there is a way that we could limit the use of the fourth colour as much as possible. This is not a homework problem.

My attempt:
I have tried many variations and can limit it to 6 and it seems like the
minimum possible but there are many possibilities to try ($4^{50}$). Therefore I was wondering if there is a simpler method? Thank you in advance.

Clarification:
I am interested in only the mainland of USA. For states like Michigan that are split, I used the same colour for both parts.

Best Answer

The minimum is two states that use the fourth color. Nevada and its five neighbors cannot be colored with only three colors, and similarly West Virginia and its five neighbors cannot be colored with only three colors. In both cases, once you color the center state one color (say, red), you can't use it again on its neighbors: without using green, they'd have to alternate yellow-blue-yellow-blue, but because the number of neighbors is odd, you'd get stuck at the end.

(In the comments, David K points out that Kentucky is a third state with the same problem: it has seven neighbors. But this doesn't force us to use a third green state, because Kentucky and West Virginia share a border and some common neighbors.)

Using only two green states is possible. If we color Arizona (dealing with the Nevada situation) and Ohio (dealing with West Virginia and Kentucky) both green, then the remainder of the map can be completed using only blue, red, and yellow:

enter image description here

Adjacencies between the states may be easier to see here.

Related Question