Let G be a weighted graph with edge weights greater than one and G' be the graph constructed by squaring the weights of edges in G. Let T and T' be the minimum spanning trees of G and G', respectively, with total weights t and t'. Which of the following statements is TRUE?

Let G be a weighted graph with edge weights greater than one and G' be the graph constructed by squaring the weights of edges in G. Let T and T' be the minimum spanning trees of G and G', respectively, with total weights t and t'. Which of the following statements is TRUE? Correct Answer None of the above

The correct answer is “option 4”.

CONCEPT:

A spanning tree of graph G is a subset of G which has all vertices covered with the minimum possible number of edges.

Some properties of spanning tree are:

1. Spanning tree doesn’t contain any cycle.

2. Spanning tree cannot be disconnected.

Every connected and undirected graph G has at least one spanning tree.

EXPLANATION:

Consider graph G with edge weights > 1,

[ alt="F1 Raju S 19.5.21 Pallavi D1" src="//storage.googleapis.com/tb-img/production/21/05/F1_Raju%20S_19.5.21_Pallavi_D1.png" style="width: 182px; height: 134px;">

Consider graph G’ with squared edge weights of graph G,

[ alt="F1 Raju S 19.5.21 Pallavi D2" src="//storage.googleapis.com/tb-img/production/21/05/F1_Raju%20S_19.5.21_Pallavi_D2.png" style="width: 200px; height: 132px;">

The minimum spanning tree (T) of graph G is:

[ alt="F1 Raju S 19.5.21 Pallavi D3" src="//storage.googleapis.com/tb-img/production/21/05/F1_Raju%20S_19.5.21_Pallavi_D3.png" style="width: 171px; height: 137px;">

Minimum Spanning Tree (T’) of graph G’ is:

[ alt="F1 Raju S 19.5.21 Pallavi D4" src="//storage.googleapis.com/tb-img/production/21/05/F1_Raju%20S_19.5.21_Pallavi_D4.png" style="width: 182px; height: 137px;">

So, T is not equal to T'and t' < t2.

Hence, the correct answer is "option 4".

Related Questions

Consider the undirected graph below: Using Prim's algorithm to construct a minimum spanning tree starting with node a, which one of the following sequences of edges represents a possible order in which the edges would be added to construct the minimum spanning tree?
Consider a simple undirected weighted graph G, all of whose edge weights are distinct. Which of the following statements about the minimum spanning trees of G is/are TRUE ?