Respuesta :
Answer:
- maximize 50c+40s subject to 3c+5s≤150, 10c+4s≤200
- (c, s) = (10, 24)
Explanation:
a) The linear programming model takes into account material and labor. It seeks to maximize profit.
Let c and s represent the numbers of coats and slacks produced in a month.
Maximize profit = 50c +40s subject to ...
3c + 5s ≤ 150 . . . . . limit on yards of wool
10c + 4s ≤ 200 . . . limit on hours of labor
c ≥ 0, s ≥ 0 . . . . . . . quantities produced cannot be negative
__
b) Many on-line solvers, even with an "integer" restriction, produce a rational number as a solution. We did find one that was able to accept a restriction that values be integers. Its solution is ...
(coats, slacks) = (10, 24) . . . . first attachment
The non-integer solutions are ...
(coats, slacks) = (200/19, 450/19) ≈ (10.526, 23.684) . . . . second attachment
A graphical solution lets one find integer grid points that are close to the optimum non-integer solution.
(coats, slacks) = (10.526, 23.684) = (10, 24) . . . third attachment
Rounding down the non-integer solution would give (10, 23), which is less than the optimal solution.