edited by
1,505 views
2 votes
2 votes

How to count the number of spanning tree?

edited by

1 Answer

Best answer
2 votes
2 votes
1)

spanning tree will contain 5 edges out of 7 edges and edges AB and AC must be in spanning tree.

so, now, we have to select 3 edges out of 5. ==>5c3=10

But, we'll have to remove cycles i.e., CDE & EDF

so, total spanning tree=10-2=8.

--------------------------------------------------------------------------------------------------------------------------------------------

2)

Here, 4 edges to be selected out of 6.

total ways= 6c4=15

remove cycles==> if ABC then 3 invalid & if CDE then 3 invalid

so, total spanning tree= 15-6=9.

-----------------------------------------------------------------------------------------------------------------------------------

3)

4 edges to be selected out of 6.==> total = 6c4=15.

remove cycles=> if BDE then 3c1 & ABEC then 2c0

so, total spanning tree= 15-3-1=11.
selected by

Related questions

449
views
1 answers
1 votes
Çșȇ ʛấẗẻ asked Mar 10, 2023
449 views
Determine the number of the spanning treess in the following graph ???
554
views
1 answers
0 votes
atulcse asked Jan 13, 2022
554 views
How many minimum spanning trees are possible in this graph?
1.6k
views
1 answers
1 votes
Ram Swaroop asked Jan 30, 2019
1,649 views
Consider a simple undirected weighted graph G(V, E) with 10 vertices and 45 edge, assume (u, v) are two vertices weight of a edge is =4lu- vl then the minimum cost of the spanning tree of G_36
481
views
0 answers
0 votes