Linear Programming Examples
Linear Programming Examples
For
materials,
the
manufacturer
has
750 m 2 of
cotton
textile
and
1,000 m 2 of polyester. Every pair of pants (1 unit) needs 1 m 2 of cotton and 2 m 2 of polyester. Every jacket needs 1.5 m 2 of cotton and 1 m 2 of polyester.
The price of the pants is fixed at $50 and the jacket, $40.
What is the number of pants and jackets that the manufacturer must give to the stores so that these items obtain a maximum sal e?
y = number of jackets
x + 1.5y 750
2x+3y 1500
2x + y 1000
As the number of pants and jackets are natural numbers , there are two more constraints:
x 0
y 0
4 Find
the
set
of feasible
solutions that
graphically
represent
the constraints.
Represent the straight lines from their points of intersection with the axes.
Solve the inequation graphically : 2x +3y 1500, and take a point on the plane, for example (0,0).
2 0 + 3 0 1,500
Since 0 1,500 then the point (0,0) is in the half plane where the inequality is satisfied.
2 0 + 0 1,000
The area of intersection of the so lutions of the inequalities would be the solution to the system of inequalities, which is the set of feasible solutions.
5 Calculate
the
coordinates
of
the
compound
of feasible solutions .
The optimal solution, if unique, is in a vertex. These are the solutions to the systems:
2x + 3y = 1,500; x = 0
(0, 500)
2x + y = 1,000; y = 0
(500, 0)
2x + 3y =1,500; 2x + y = 1,000
(375, 250)
6 Calculate
the value of
the
objective
function
at
each
of
the
vertices to determine which of them has the maximum or minimum values. It must be taken into account the possible non -existence of a solution if the compound is not bounded.
In the objective function, place each of the vertices that were determined in the previous step .
Maximum
The optimum solution is to make 375 pants and 250 jackets to obtain a benefit of $28,750.
The solution is not always u nique, so we can also find other solutions. Example
Maximum
Maximum
In this case, all the pairs with integer solutions of the segment drawn in black would be the maximum.
Maximum