Suppose that a connected planar simple graph has 20 vertices, each of degree3. Into how many regions does a representation of this planar graph split the plane?
Answers
V= 20
using handshaking lemma E = 30, now,
using V-E+R = 2,
R = 12
Answer:
Answer is 12 regions
Step-by-step explanation:
When a simple planar graph is drawn without edges crossing, the edges and vertices of the graph divide the plane into regions.
We will call each region a face.
Euler's formula for planar graphs is
Any connected planar graph with v vertices, e edges, and f faces, we have
The relationship between edges and degrees of vertices is given by
They have given that a connected planar simple graph has 20 vertices, each of degree 3.
Therefore the total number of degrees = 20 × 3 = 60
The total number of edges is given by
q = 30
The total number of regions of a connected planar simple graph is given by
20 - 30 + f = 2
f = 2 + 10
f = 12
Therefore the 12 regions split the plane of the planar graph.