Consider the following assignment problem where \(X, Y, Z\) are tasks, \(P, Q, R\) are agents and the cost matrix is given by:
| X | Y | Z | |
|---|---|---|---|
| P | 4 | 2 | 8 |
| Q | 2 | 3 | 7 |
| R | 3 | 1 | 6 |
Which of the following statements is/are TRUE for an optimal assignment?
Instead of using the row and column reduction method, we can just list every possible way to assign the three agents to the three tasks and compare the total costs directly, since there are only a few of them.
The smallest total among these six values is 10, coming from the single assignment P-Y, Q-X, R-Z. Since it is the only assignment with cost 10, it is the unique optimal assignment.
Let's summarize:
So the true statements are (B) and (C).
$$\boxed{(B) \text{ and } (C)}$$