edited by
3,061 views
1 votes
1 votes

Find the number of spanning trees in the following graph;

edited by

1 Answer

Best answer
7 votes
7 votes

Spanning Trees of above graph means

  1. Subgraph of given graph
  2. It should be edge cover
  3. It should be a tree

Here tree Contains n-1 Edges =5 Edges

Total edges in the graph=7

Here No of Spanning tree = All possible Subgraphs which contains 5 edges out of 7 edges  -  5edged Subgraph but not Spanning tree due to presence of  Cycle 

 So No. Of spanning tree= 7C5 - (3+3)= 21-6=15 is Ans

The following 6 subgraphs are 5-edged but not spanning tree bcz they contain cycle

So Ans is 15

selected by

Related questions

0 votes
0 votes
2 answers
1
Nidhi Budhraja asked Aug 31, 2018
758 views
Q1) Why is the path between a pair of vertices in a minimum Spanning tree of an undirected graph not the shortest( minimum weight) path?
7 votes
7 votes
1 answer
2
vishal chugh asked Jan 18, 2018
2,173 views
The number of distinct minimum spanning trees for the weighted graph shown below is ___________.
1 votes
1 votes
3 answers
4
dd asked Mar 19, 2017
5,604 views
Let $K_n$ denote the complete undirected graph with $n$ vertices where n is an even number. Find the maximum number of spanning trees of $K_n$ that can be formed in such ...