retagged by
24,583 views
33 votes
33 votes
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_______________.
retagged by

9 Answers

1 votes
1 votes

#edges <= 24.

by euler's formula, 

# regions/faces = e-v+2

$\sum deg(r) = 2\left | edges \right |$

if the no.of edges in the face is 3, then total no.of edges will be = $3\left | r \right |$

$\sum deg(r) \geq  3\left | r \right |$

$2\left | e \right | \geq  3\left | r \right | $

on substituting euler's formula for r,

$2\left | e \right | \geq  3\left ( e-v+2 \right )$

$e \leq 3V-6$

Substitute the given data in the above formula.

we get

$e \leq 24$

0 votes
0 votes

We can simply use that No of edges in the planar graph <=  3(no of vertices) – 6

It gives , No of edges <=  24  

0 votes
0 votes
r=e-v+2     ------(1)

since each face has 3 edges so degree of each face is 3

total degree of all faces=2*no of edges

3*no of faces=2*no of edges

3r=2e   --------(2)

substituting (2) in (1)

2e/3=e-v+2

e/3=v-2

e=3v-6

e=3*10-6

e=30-6

e=24
Answer:

Related questions

13 votes
13 votes
5 answers
1
Arjun asked Feb 18, 2021
8,138 views
In an undirected connected planar graph $G$, there are eight vertices and five faces. The number of edges in $G$ is _________.
101 votes
101 votes
10 answers
2
39 votes
39 votes
9 answers
4
go_editor asked Sep 28, 2014
27,069 views
The maximum number of edges in a bipartite graph on $12$ vertices is____