CH02 - Linear Programming
CH02 - Linear Programming
Linear programming – a problem-solving technique developed to a. The maximum number of available machine hours is only
help the management in making reliable decisions. 52,000 machine hours for the month.
2x + 3y ≤ 52,000
→ To maximize or minimize some qtys (maximizing b. The maximum Dragon Balls that can be produced and sold
profit/revenue or minimizing cost). during the month is 20,000 units.
→ The objective function & constraints in linear x ≤ 20,000
programming should all be linear. c. The maximum Samurai X that can be produced and sold
→ Using graphical method is limited to decision problems during the month is 15,000 units.
where you can set up two unknown values (X and Y). y ≤ 15,000
d. The number of Dragon Balls and Samurai X to be
produced and sold must not be less than 0 (non-negativity
LIMITATIONS OF LINEAR PROGRAMMING constraint, which is also an implicit constraint that restricts
all variables to be zero or any positive amount only at all
It is only applicable to problems where the constraints & times).
objective function are linear. x, y ≥ 0
Factors such as uncertainty, weather conditions etc. are not
taken into consideration. 2x + 3y = 52,000
There may not be an integer as the solution (e.g., the
number of men required may be a fraction & the nearest x-intercept y-intercept
integer may not be the optimal solution)
2x + 3(0) = 52,000 2(0) + 3y = 52,000
Only one single objective is dealt w/ while in real life
situations, problem come w/ multi-objectives.
2x/2 = 52,000/2 3y/3 = 52,000/3
Parameters are assumed to be constants but them may not
be so in reality. x = 26,000 y = 17,333.33
Eq 2. x = 20,000
The corner points are (0, 17,333.33), (20,000, 0), & (20,000, 4,000).
Eq 1. 2x + 3y = 52,000 | Eq 2. y = 15,000
The corner points are (0, 15,000), (3,500, 15,000), (20,000, 4,000), &
(20,000, 0)
The optimal
Let X = number of Dragon balls to be produced and sold solution is to
produce 20,000
Y = number of Sumarai X to be produced and sold Dragon balls &
4,000 Sumarai
Maximize Zj = 16x + 18y X to obtain
maximum profit of P392,000
3|Page | FINMAN
ILLUSTRATION 2 EXAMPLE:
BagSack Company produces quality-made bags. Based on their Suppose that management specified that at least 12,000 Dragon Balls
analysis and projection for the next month’s operations, they can sell a and at least 12,000 must be manufactured instead of the information on
total of at least 350 units of their two most-known products, BagSack demand. The graph of the solution region may now be constructed to
A (BSA) and BagSack B (BSB). A loyal customer is already committed reflect these new requirements.
to get 125 BSA next month. The other details are presented below:
Constraints: 2x + 3y ≤ 52,000
How many units of BSA and BSB must be produced to obtain the
minimum total production cost? x ≥ 12,000
y ≥ 12,000
x-intercept
y-intercept
The optimal solution is to produce 250 BSA and 100 BSB to obtain the
minimum production cost of P8,000.
INFEASIBILITY
4|Page | FINMAN