In the context of the simplex method for linear programming problems (maximization), the final simplex tableau provides information about the optimality of the current solution.
When a nonbasic variable has a $C_j - Z_j = 0$ in the final tableau, it implies that we can potentially increase the value of this variable from zero (its current nonbasic value) without decreasing the objective function value. If the rules of the simplex method allow this variable to enter the basis (i.e., it's not a situation of degeneracy that prevents improvement), a new basic feasible solution will be found. This new solution will have the same optimal objective function value as the current one, thus confirming the existence of Multiple Optimal Solutions.
Therefore, a zero $C_j - Z_j$ entry for a nonbasic variable in the final simplex tableau specifically points towards multiple optimal solutions.
| List - I | List - II |
| A. Yellow Pages | I. Promotion of a product/brand in a movie in such a way to enter the subconscious mind of the customer |
| B. Infomercials | II. Banners, posters and stickers put inside the retail shop |
| C. Point of purchase advertising | III. Television commercial runs as typical as television program |
| D. Product Placement | IV. Directory of Local business names and products |
| List - I | List - II |
| A. Matrix addition is commutative | I. If O is the zero matrix of same order as that of the matrix A, then A + 0 = A = 0 + A |
| B. Matrix addition is associative | II. If A, B and C be three matrices of the same order, then (A + B) + C = A + (B + C) |
| C. Existence of additive identity | III. If A be any matrix, then A + (-A) = O = (-A) + A |
| D. Existence of additive inverse | IV. If A and B be two matrices of the same order then A + B = B + A |