For a connected planar simple graph G=(V, E) with e=|E|=16 and v=|V|=9, then find the number of regions that are created when drawing a planar representation of the graph?

Correct Answer: 9
We know that the number of regions in a planar representation of the graph is r=e-v+2, then the required answer is r=16-9+2=9.