1,898 views
2 votes
2 votes

Consider a simple connected undirected graph G which has m vertices and n edges. Which of the following condition always guarantee that after removal of those number of edges graph will be disconnected?

a)mn + 2

b)$_{2}^{m}\textrm{C}-n+2$

  c)n – 2

d)None of the above

1 Answer

0 votes
0 votes
I think answer should be (n-m+2) => Choice d

Given m vertices and n edges.

Since it is connected, n >= m-1.

Let x edges be needed to be removed.

=> (m-1) edges needed to be a spanning tree. If any edge removed from it, then graph will be disconnected.

=> Final graph should have m-2 edges

=>  x= n-(m-2) = n - m + 2

And n-m+2>=1 (as n>=m-1), so no problem of it being <=0.

Related questions

1 votes
1 votes
1 answer
1
0 votes
0 votes
0 answers
2
altamash asked Dec 27, 2018
1,674 views
how solve getting different answer???
3 votes
3 votes
0 answers
4