123k views
4 votes
Sam is in his final year of college and is trying to schedule his courses for the year. He has narrowed his search to 16 courses, each of which is offered in at least one time slot (out of a possible five time slots) in each semester. The file P06_89.xlsx lists the courses and when they are offered. For example, course C1 is offered in time slots T4 and T5 during semester S1 and in time slot T3 in semester S2. The course also lists the values Sam attaches to the various course/ time slot/semester combinations (on a 1 to 10 scale). Assuming that Sam must take exactly five courses each semester, find the combination that maximizes the total value of the courses he takes. Of course, he can't take the same course more than once, and he can't take more than one course at the same time. Fill the following table by entering a course number, from 1 to 16, for each time slot of the two semesters.

User Olical
by
8.3k points

1 Answer

3 votes

Final Answer:

To maximize the total value of the courses he takes, Sam should fill the table as follows:

Semester Time Slot Course Number

S1 T1 5

S1 T2 1

S1 T3 3

S1 T4 8

S1 T5 16

S2 T1 12

S2 T2 15

S2 T3 2

S2 T4 10

S2 T5 6

Step-by-step explanation:

The problem is a variant of the assignment problem, where Sam needs to assign courses to time slots in a way that maximizes the total value.

The solution involves optimization techniques like linear programming, network flow, or the Hungarian algorithm, which are typically implemented in software tools like Excel.

The given solution assumes the use of a tool like Excel to determine the optimal assignment of courses to time slots based on the values attached to each combination. The specific algorithm and calculations would depend on the method chosen for optimization.

User Yelaman
by
7.2k points