edited by
1,224 views
0 0 votes

Someone please solve it.

1 Answer

0 0 votes

There are two cases possible 

case:1(when noof vertices is odd)

If the noof vertices (with  degree of each vertex as 1) is odd then the graph is not even possible because the sum of degree of all the vertices is odd ( but using hand shaking lemma you can say that sum of degree is always even .) 

 

Case :2 (when noof vertices is even and all the vertices ga e degree 1) 

Using handshaking lemma you can find the noof edges . 

hand shaking lemma:  sum of degree of all verties = 2*(noof edges)

So from above question(option B) sum of degree of all vertices = 10  10=2*edges. Therefore e=5(noof edges)

But you know that a graph with n vertices to be connected the minimum noof edges is n-1 . So with n=10 the minimum edges is 9 but we got just 5 in option B . So option B was not possible . All the remaining are possible . 

NOTE ::

see the below link if you want to know , For a connected graph with n vertices the minimum noof edges is n-1 . 

https://stackoverflow.com/a/42600711

 

 

Position:
Show:

Related questions

3 3 votes
3 3 answers
2.0k
2.0k views
Tushar Shinde asked Jan 13, 2016
2,003 views
How to PROVE S2 is correct??Consider the statements $S_1$ ) In any simple graph with more than one vertex, there must exist at-least $2$ vetices of the same degree $...
2 2 votes
0 0 answers
617
617 views
dd asked Jul 4, 2017
617 views
Let $d = (d_1,d_2,\dots, d_n)$ be a nonincreasing sequence of nonnegative integers, that is, $d_1 \geq d_2 \geq · · · \geq d_n \geq 0$. Show that:there is a loopless grap...
0 0 votes
0 0 answers
1.4k
1.4k views
Prince Sindhiya asked Jan 2, 2019
1,421 views
A simple graph is one in which there are no self loops and each pair of distinct vertices is connected by at most one edge. Let G be a simple graph on 8 vertices such tha...
1 1 vote
1 answers 1 answer
2.6k
2.6k views
Akriti sood asked Nov 28, 2016
2,556 views
The possible number of faces of simple graph G with degree sequence 3, 3, 3, 3, 3, 3, 6 ______ 5,6 6,7