retagged by
8,074 views

4 Answers

3 votes
3 votes

for planar graphs, 3r <= 2e and v - e + r = 2

From these we get  e <= 3v - 6

Now 2v <= 3v - 6 for all vertices v >=3

So e <= 2n is the answer.

1 votes
1 votes

Theorem 1 (Euler's Formula)   Let $G$ be a connected planar graph, and let $n, m$ and $f$ denote, respectively, the numbers of vertices, edges, and faces in a plane drawing of $G.$ Then $n - m + f = 2.$

Corollary 1    Let $G$ be a connected planar simple graph with $n$ vertices, where $n \geq 3$ and $m$ edges. Then $m \leq 3n - 6.$

Corollary 2     Let $G$ be a connected planar simple graph with $n$ vertices and $m$ edges, and no triangles. Then $m \leq 2n - 4.$

Reference 

edited by
Answer:

Related questions

0 votes
0 votes
0 answers
2
admin asked Mar 30, 2020
1,189 views
Which of the following statements is/are TRUE for an undirected graph?Number of odd degree vertices is evenSum of degrees of all vertices is evenP onlyQ onlyBoth P and QN...
0 votes
0 votes
4 answers
3
admin asked Mar 30, 2020
1,445 views
Consider the following graph $L$ and find the bridges,if any.No bridge$\{d,e\}$$\{c,d\}$$\{c,d\}$ and $\{c,f\}$
0 votes
0 votes
3 answers
4
admin asked Mar 30, 2020
2,316 views
The following graph has no Euler circuit becauseIt has $7$ vertices.It is even-valent (all vertices have even valence).It is not connected.It does not have a Euler circui...