• retagged by
15,234 views
23 23 votes

Let $G$ be the non-planar graph with the minimum possible number of edges. Then $G$ has

  1. 9 edges and 5 vertices
  2. 9 edges and 6 vertices
  3. 10 edges and 5 vertices
  4. 10 edges and 6 vertices

5 Answers

Best answer
27 27 votes
ans is B:

non planar graph with smallest number of edges is K3,3; it has 9 edges and 6 vertices

K5 is also non planar but it has 10 edges and 5 vertices.
• selected by
5 5 votes
In planar graph, any face (except possibly the outer line) is bounded by atleast three edges and every edge touches atmost two faces.
Using Euler’s formula it states that,
if v ≥ 3 then e ≤ 3v-6
where e=edges
v=vertices
Go through the options
i) 9e and 5v ⇒ 9≤3(5)-6
⇒ 9≤15-6
⇒ 9≤9 (It’s satisfies planar graph)
ii) 9e and 6v ⇒ 9≤3(6)-6
⇒ 9≤12 (It’s planar graph)
iii) 10e and 5v ⇒ 10≤3(5)-6
⇒ 10≤9 (It’s not satisfies planar graph condition)
So, option C is non-planar graph.
iv) 10e and 6v ⇒ 10≤3(6)-6
⇒ 10≤12 (It’s planar graph)
2 2 votes

Don't Check Planarity Using this formula e <= 3n -6

Because If Graph G is Planar then e <= 3n-6 but the Vice-Versa is not TRUE

In Option B : 9 edges and 6 vertices , It is K3,3 which is a non planar graph

😎Like if you got it.

1 1 vote

For a graph to be non-planar, it must be complex enough to contain a specific structure. As established by Kuratowski's Theorem, it must contain a version of either a K5​ or a K3,3​ subgraph.

  • To form a K3,3​ structure, you need at least 6 vertices and 9 edges.

  • To form a K5​ structure, you need at least 5 vertices and 10 edges.

A graph with only 5 edges falls far short of the minimum of 9 edges required for the simplest non-planar structure (K3,3​). You cannot build a K3,3​ or a K5​ with only 5 edges, so the graph must be planar.

–1 –1 vote
We can check it with Euler's formula V - e + r = 2 and 3r $\leq$ 2e.
Take each option and check whether 3r $\leq$ 2e after finding value of r using
v - e + r = 2.
if its satisfies the condition than its is planar otherwise not.
For all option its satisfies except option c
Answer:
Position:
Show:

Related questions

1 1 vote
0 0 answers
1.8k
1.8k views
Kathleen asked Sep 21, 2014
1,769 views
Consider the series $x_{n+1} = \frac{x_n}{2}+\frac{9}{8x_n},x_0 = 0.5$ obtained from the Newton-Raphson method. The series converges to1.5$\sqrt{2}$1.61.4
18 18 votes
4 answers 4 answers
15.5k
15.5k views
Kathleen asked Sep 21, 2014
15,452 views
In Ethernet when Manchester encoding is used, the bit rate is:Half the baud rateTwice the baud rateSame as the baud rateNone of the above
105 105 votes
5 answers 5 answers
42.1k
42.1k views
Kathleen asked Sep 21, 2014
42,125 views
Which of the following graphs has an Eulerian circuit?Any $k$-regular graph where $k$ is an even number.A complete graph on $90$ vertices.The complement of a cycle on $25...
15 15 votes
1 answers 1 answer
22.4k
22.4k views
Kathleen asked Sep 21, 2014
22,390 views
In a token ring network the transmission speed is $10^7$ bps and the propagation speed is $200\;\text{meters}/\mu \text{s}.$ The $1$-bit delay in this network is equivale...