The table shows the distances, in miles, along the direct roads between six villages,
to
. A dash (
) indicates that there is no direct road linking the villages.
On the table in the insert, use Prim’s algorithm to find a minimum spanning tree. Start by crossing out row
. Show which entries in the table are chosen and indicate the order in which the rows
are deleted. Draw your minimum spanning tree and state its total weight.
By deleting vertex and the arcs joined to vertex , calculate a lower bound for the length of the shortest cycle through all the vertices.
Apply the nearest neighbour method to the table above, starting from , to find a cycle that passes through every vertex and use this to write down an upper bound for the length of the shortest cycle through all the vertices.
Input the upper bound, in miles, as your answer.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The mark scheme for this question:
Large Version