The linear programming problem seeks to minimize the objective function z = x1 + x2 + x3 subject to three constraints. The two-phase simplex method is used to solve the problem. In phase I, an artificial variable is introduced to convert inequality constraints to equations in order to find a feasible solution. Phase I results in x1 entering the basis. In phase II, the original objective function is optimized subject to the constraints, resulting in a maximum value of Z = 6 attained when x1 = 2, x2 = 0.