Consider the following weighted graph.
The minimum spanning tree for this graph contains the edge with weight \(w\).
The length of this minimum spanning tree is
- \(37+w\)
- \(44+w\)
- \(48+w\)
- \(49+w\)
Aussie Maths & Science Teachers: Save your time with SmarterEd
Consider the following weighted graph.
The minimum spanning tree for this graph contains the edge with weight \(w\).
The length of this minimum spanning tree is
A network of roads connecting towns in an alpine region is shown below.
The distances between neighbouring towns, represented by vertices, are given in kilometres.
The region receives a large snowfall, leaving all roads between the towns closed to traffic.
To ensure each town is accessible by car from every other town, some roads will be cleared.
The minimal total length of road, in kilometres, that needs to be cleared is
`B`
`text{A partial minimal spanning tree can be drawn:}`
`text{Consider each option:}`
`A:\ text{If} \ x=50 \ text{(include),} \ y = 55 \ text{(include)}`
`-> \ text{Total length} = 251 + 50 + 55 != 361 \ text{(incorrect)}`
`B:\ text{If} \ x=50 \ text{(include),} \ y = 60 \ text{(include)}`
`-> \ text{Total length} = 251 + 50 + 55 = 356 \ text{(correct)}`
`text{Similarly, options} \ C, D, E \ text{can be shown to be incorrect.}`
`=> B`
The network below shows the distances, in metres, between camp sites at a camping ground that has electricity.
The vertices `A` to `I` represent the camp sites.
The minimum length of cable required to connect all the camp sites is 53 m.
The value of `x`, in metres, is at least
`D`
`text(One strategy – Using Prim’s Algorith)`
`text(Starting at)\ A`
`text(1st edge) : AH = 6`
`text(2nd edge) : HG = 5`
`text(then …)\ AB = 7,\ GI = 9,\ IE = 6,\ EF = 5`
`DE = 8,\ CD = 7`
`text {Total length = 53 m (not including}\ x text{)}`
`text(If)\ \ x < 9, x\ text(would replace)\ GI\ text(and minimum`
`text(length would be less than 53m.)`
`=> D`
The minimum spanning tree for the network below includes the edge with weight labelled `k`.
The total weight of all edges for the minimum spanning tree is 33.
The value of `k` is
`E`
The minimal spanning tree for the network below includes two edges with weightings `x` and `y.`
The length of the minimal spanning tree is 19.
The values of `x` and `y` could be
A. `x = 1 and y = 7`
B. `x = 2 and y = 5`
C. `x = 3 and y = 5`
D. `x = 4 and y = 5`
E. `x = 5 and y = 6`
`C`