retagged by
14,860 views
31 31 votes
In an undirected connected planar graph $G$, there are eight vertices and five faces. The number of edges in $G$ is _________.

8 Answers

Best answer
25 25 votes

Given: For a planner graph $G$ 

  • Number of vertices $(V)= 8$
  • Number of region/faces $(R/f)=5$
  • Number of edges $(E)=?$

For any planner graph $V+F=E+2$

$\implies 8+5=E+2$

$\implies E=13-2=11$

$\therefore$ Number of edges in given graph $G$ is $11.$

Ref: Planar_graph

selected by
1 flag:
✌ Edit necessary (Saurabh_tripathi “It should be For any connected Planar Graph in place of any planar graph .”)
3 3 votes

Euler’s formula for a planar graph:

V-E+F=2

Where, V=#vertices

E=#edges in graph

F=#faces in graph.

Given:

V=8 F=5

So,8-E+5=2

This implies E=11

3 3 votes
If A graph is Planar then no. of Faces = no. of edges – no. of vertices + no. of connected Components + 1

that turns out that

r = e-n+k+1

Given the Graph is connected do, K=1

r= e-n+2

Replace the Values and e becomes 11
2 2 votes

Here, |V| = 8 and |R| = 5

From Euler equation, for any connected planar graph (Need not to be simple)

|V| + |R| = |E| + 2   always hold true.

 

where,  |V| = Number of vertices     |R| = Number of faces or Regions    |E| = Number of Edges

hence, 8 + 5 = |E| + 2

            |E| = 11

 

0 0 votes
we have 8 vertices and they are connected, so they need to have atleast 7 edges
in the simplest case of connectedness all the vertices are in a straight line so we have just one face
 
so we have
7 edges = 1 face
8 edges = 2 faces, where ever you add the edge
9 edges = 3 faces,
and it goes on

so its like no of edges = no of faces + 6
we have no of faces = 5
so 5+6 = 11
Answer:
Position:
Show:

Related questions

21 21 votes
4 answers 4 answers
9.1k
9.1k views
Kathleen asked Sep 12, 2014
9,078 views
Maximum number of edges in a planar graph with $n$ vertices is _____
63 63 votes
11 11 answers
21.4k
21.4k views
Arjun asked Feb 18, 2021
21,436 views
Let $G=(V, E)$ be an undirected unweighted connected graph. The diameter of $G$ is defined as:$$\text{diam}(G)=\displaystyle \max_{u,v\in V} \{\text{the length of shortes...
28 28 votes
6 answers 6 answers
16.3k
16.3k views
Arjun asked Feb 18, 2021
16,283 views
Consider the following sequence of operations on an empty stack.$$\textsf{push}(54);\textsf{push}(52);\textsf{pop}();\textsf{push}(55);\textsf{push}(62);\textsf{s}=\texts...
55 55 votes
12 answers 12 answers
36.4k
36.4k views
Misbah Ghaya asked Feb 13, 2015
36,389 views
Let G be a connected planar graph with $10$ vertices. If the number of edges on each face is three, then the number of edges in G is_______________.