edited by
36,361 views
86 votes
86 votes
Let $G$ be a complete undirected graph on $4$ vertices, having $6$ edges with weights being $1, 2, 3,  4, 5,$ and $6$. The maximum possible weight that a minimum weight spanning tree of $G$ can have is __________
edited by

18 Answers

0 votes
0 votes

Answer should be 1, 2 and 4…

Why?
Given that its complete graph so we will have cycle for sure as soon as we add 3rd edge..
now there are many graphs possible….First draw 2 edges...which least weights(1 and 2 ) note we cannot have cycle with 2 edges but if we add 3rd we will have cycle...now add the 3rd edge such a way the next minimum which weight edge which is 3 in our case forms a cycle..next possible least weight edge would be 4...and includes all vertex..

0 votes
0 votes

The Best possible arrangement which can give minimum cost spanning tree with maximum weight is
 

Minimum Cost spanning tree

Which gives weight as 1 + 2 + 4
= 7

Answer:

Related questions

26.8k
views
6 answers
117 votes
Sandeep Singh asked Feb 12, 2016
26,773 views
$G=(V, E)$ is an undirected simple graph in which each edge has a distinct weight, and $e$ is a particular edge of $G$. Which of the following statements about the ... of $G$ excludes $e$.I only.II only.Both I and II.Neither I nor II.
23.1k
views
8 answers
62 votes
Sandeep Singh asked Feb 12, 2016
23,144 views
Let $G$ be a weighted connected undirected graph with distinct positive edge weights. If every edge weight is increased by the same value, then which of the following statements is/ ... .$P$ only$Q$ onlyNeither $P$ nor $Q$Both $P$ and $Q$
29.5k
views
5 answers
63 votes
Sandeep Singh asked Feb 12, 2016
29,461 views
Consider the following directed graph:The number of different topological orderings of the vertices of the graph is _____________.
24.8k
views
9 answers
65 votes
Sandeep Singh asked Feb 12, 2016
24,758 views
Consider the weighted undirected graph with $4$ vertices, where the weight of edge $\{i,j\}$ is given by the entry $W_{ij}$ in the matrix $W$. ... path between some pair of vertices will contain the edge with weight $x$ is ___________.