Arrange the following simple graphs based on number of spanning tree they have :
A. K3 [Complete Graph with 3 nodes]
B. K4 [Complete Graph with 4 nodes]
C. K2, 2 (Complete bipartite graph of the 2 nodes in each partition)
D. C5 (Cycle graph of 5 nodes)
Choose the correct answer from the options given below :
Solution
The correct answer is A, C, D, B
Key Points
To arrange the given simple graphs based on the number of spanning trees they have, let's understand the properties of each graph:
- A. K3 (Complete Graph with 3 nodes):
- A complete graph with 3 nodes has 3 spanning trees.
- B. K4 (Complete Graph with 4 nodes):
- A complete graph with 4 nodes has 16 spanning trees.
- C. K2,2 (Complete bipartite graph with 2 nodes in each partition):
- A complete bipartite graph K2,2 has 4 spanning trees.
- D. C5 (Cycle graph with 5 nodes):
- A cycle graph with 5 nodes has 5 spanning trees.
Based on the above information, we can arrange the graphs in ascending order of the number of spanning trees they have:
- A. K3 (3 spanning trees)
- C. K2,2 (4 spanning trees)
- D. C5 (5 spanning trees)
- B. K4 (16 spanning trees)
So, the correct order is: A, C, D, B