edited by
3,008 views
1 votes
1 votes

Which of the following is the minimum cost for an assignment problem given below?

$$\text{Jobs} \begin{array}{|l|l|l|l|l|ll|} \hline & & \text{A} & \text{B} & \text{C} & \text{D} \\\hline & \text{I} & \text{5} & \text{3} & \text{2} & \text{8} \\\hline \text{Workers} & \text{II} & \text{7} & \text{9} & \text{2} & \text{6}  \\\hline  & \text{III} & \text{6} & \text{4} & \text{5} & \text{7} \\\hline  & \text{IV} & \text{5} & \text{7} & \text{7} & \text{8}  \\\hline  \end{array}$$

 

  1. $13$
  2. $16$
  3. $17$
  4. $18$
edited by

2 Answers

0 votes
0 votes

Answer must be 17

  • Worker I charges minimum for Job C.Assign him with cost 2
  • Worker II charges minimum for Job C with cost 2, but C is already assigned ; assign him D with cost 6
  • Worker III charges minimum for Job B. Assign him with cost 4
  • Worker IV is assigned with pending job A with cost 5

Minimum cost = 2+6+4+5 = 17

edited by
Answer:

Related questions

2 votes
2 votes
2 answers
1
go_editor asked Jul 24, 2016
4,791 views
Given a binary search trees for a set of $n=5$ keys with the following probabilities $:$$\begin{array}{|l|l|l|l|l|l|l|}\hline \text{i} & \text{0} & \text{1} & \text{2} &...
2 votes
2 votes
1 answer
3
go_editor asked Jul 24, 2016
1,237 views
Match the following for Windows Operating System $:$$\begin{array}{} \text{(a)} & \text{Hardware} & \text{(i)} & \text{Starting all processes, emulation of different} \\...
1 votes
1 votes
1 answer
4
go_editor asked Jul 24, 2016
1,319 views
The portion of Windows 2000 operating system which is not portable isprocessor managementuser interfacedevice managementvirtual memory management