edited by
363 views

1 Answer

2 votes
2 votes

Option b) is correct

In a simple bipartite planar graph, degree of each region is at least 4, since v>=3 there is no cycle of length 3 

From Handshaking Lemma, we can write

$4|R|<=2|E| $

$|R|<=\frac{|E|}{2}$

From Euler Formula

$|V| + |R| = |E| + 2$

Substitute value of $|R|$ in above equation

$|E|-|V|+2<=\frac{|E|}{2}$

$|V|>=\frac{|E|}{2}+2$

$|E|<=2|V|-4$

Related questions

0 votes
0 votes
2 answers
1
0 votes
0 votes
1 answer
3
Cristine asked Jan 27, 2019
2,702 views
what is the diameter and radius of the complete bipartite graph?