3,493 views
3 votes
3 votes
Question: Number of cut sets possible  a tree with 10 vertices _________

My approach : Number of edges in a tree with 10 vertices = 9. Each of these can be considered as a cut set as deleting one edge necessarily disconnects the graph. Also any combination (I mean supersets) of these 9 edges also form a cut set. Thus, number of supersets possible with 9 edges = 2^9, and to exclude the possibility that no edge is selected I delete 1 from the result.

Thus the number of cut sets = 2^9 - 1 = 511.

But the answer is written 9. Apparently they are not considering the super sets. Why?

1 Answer

0 votes
0 votes

Cut set means, u cut an edge or more than one edge from the graph , and graph becomes disconnected

Like bridge is very good example of cut set. In a tree every edge is a cut set, because, if u delete 1 edge from the tree, then that vertices becomes disconnected.

Now when u taking superset, means for example, u are cutting 2 edges of the graph , an then graph becomes disconnected. And u r asking is it not a condition for disconnection?

Yes, obviously it is a disconnection, but it violates the definition of cutset (which tells u cut an edge from the graph which makes graph disconnected)

If u cut 2 or more edges and then graph becomes disconnected, then it could be a case, that it is not a tree.

That is why superset shouldnot take consideration of it

edited by

Related questions

0 votes
0 votes
0 answers
1
0 votes
0 votes
0 answers
2
2 votes
2 votes
1 answer
3
Akriti sood asked Nov 28, 2016
3,132 views
how is this statement correct..can some one give an example??Let G be a K-regular bipartite graph with k ≥ 2. Then G has no cut edge
0 votes
0 votes
1 answer
4
Vicky rix asked Sep 18, 2017
433 views
more than 1 can be true or false