Final answer:
To determine the processing sequence using MST, identify jobs as nodes and processing times as weights. Compare sums for optimal sequence based on due dates.
Step-by-step explanation:
In order to determine the processing sequence using MST (Minimum Spanning Tree), we need to identify the jobs as nodes and the processing times as the weights of the edges connecting the nodes. The MST algorithm will find the minimum total weight of edges that connects all the nodes.
Given the job due dates and times:
- Job b: Due Date 10, Time 4.5
- Job ft: Due Date 17, Time 6.0
- Job 1: Due Date 12, Time 5.2
- Job g: Due Date 27, Time 1.6
- Job ai: Due Date 18, Time 2.8
The MST algorithm can be used to find the minimum spanning tree by Kruskal's or Prim's algorithm. By comparing the total sums of the processing times for different sequences, we can determine the optimal sequence based on the due dates.