The figure above is partitioned into 11 regions. What is the fewest number of colors needed to paint each region so that no two regions which share an edge also share the same color?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
If we try to color the regions with 3 colors by making necessary choices for the regions one-by-one, we see that it is impossible:
On the other hand, it is quite easy with 4 colors. Here's an example of such a coloring:
In fact, any separation of the plane into contiguous regions can be colored such that no adjacent regions have the same color in using at most four colors . This is known as the "four color theorem".