386 views
1 votes
1 votes

This is a graph ? Is it planar or not ?

As per definition of planar graph it can be drawn in such a way that no edges cross each other.

other theorems are 

if a connected simple graph is planar→ e<=3n-6  

if a connected simple graph is planar → 2e>=3r

(e is edges , n is vertices and r is region)

here edges is 10 n is 4

e<=3n-6 (10<=6) which is wrong 

and 2e>=3r (20>=27) r is 9 .here also condition for planar graph not meet if the graph is planar but 

 

Now if i draw i dont intersect any edges .,which show it is planar 

1 Answer

0 votes
0 votes

we derive e<=3n-6 from statement

“In a simple undirected connected planar graph if atleast 2 edges are there then degree of each region is atleast 3.”

Simple graph means between any two vertices no parallel edges or no self loop possible. but in given graph parallel edges are possible so it is a multi-graph.

and because of which for given graph above statement is not applicable.

i hope you got it. 

Thank you.

Related questions

581
views
1 answers
0 votes
Dhiraj_777 asked May 4, 2023
581 views
In a Connected Planar Bipartite Graph of order 10 atmost how many edges be present ?
871
views
0 answers
1 votes
Shamim Ahmed asked Dec 21, 2018
871 views
In a connected 3 regular graph, every planar region is bounded by exactly 5 edges, then count no of edges?
3.6k
views
1 answers
0 votes
Na462 asked Dec 2, 2018
3,597 views
Let G be a simple connected planar graph with 14 vertices and 20 edges. Number of closed regions in planar embedding of the graph is ?
1.8k
views
1 answers
0 votes
srestha asked Oct 22, 2018
1,786 views
Can minimum degree of a planar graph be $5$? Give some example