This question comes from the book An Introduction to Graph Theory (Page 140 for me).
The book asks if it is possible, noting the five color theorem (I am aware of the four color theorem but five color is more useful here) holds true for planar with vertices less than or equal to 5, the theorem holds true for problems with 6 vertices because every graph has at least one vertex with a degree 4 so by Theorem 3 it also has X (chromatic number) is less than or equal to 4, that the theorem holds true for a problem with 7 vertices.
I don't know how helpful this next part is because I have know way of relating the number of edges, vertices, or faces to the chromatic number but there are several things I can derive.
- v (the number of vertices)=7
- the graph is planar so we have the following formula's available to us
- The number of edges (e) of a graph is $e=(1/2)v(v-1)$ ($e=(1/2)*(7)*(7-1)$), so $e=21$
- Euler's formula tells us that $v+f-e=2$ ($7+f-21=2$), so $f=16$
I would love some help if anyone is able?

The smallest counterexamples to Kempe's flawed proof of 5CT$\to$4CT (the Fritsch graph and the Soifer graph) have nine vertices. So Kempe's relatively straightforward argument would work on any planar graph with seven vertices.