This document summarizes a research paper that solves a product mix optimization problem using linear programming in MATLAB. The problem involves maximizing profit from producing two products (P and Q) given constraints on machine time and market demand. The document formulates the problem as a linear program, graphs the feasible region in MATLAB, and uses the simlp command to find the optimal solution: produce 100 units of P and 30 units of Q per week for maximum profit of $6,300. In solving this example problem, the document illustrates how linear programming and MATLAB can be applied to optimize resource allocation and profit in a manufacturing system.