Solution:A minimum spanning tree (MST) or minimum weight spanning tree is a subset of the edge (V – 1) of a connected, edge weighted undirected graph G(V, E) that connects all the vertices together, without any cycle and with the minimum possible total edge
weight.

So, there are two sequence (a, b), (b, c), (c, i), (c, f),(f, g), (g, h), (c, d), (d, e) with a cost 37. Another sequence is (a, b), (a, h), (g, h), (f, g), (c, f), (c, i), (c, d), (d, e) with a cost is 37.