Chapter 2 Linear Programming
Chapter 2 Linear Programming
SCIENCE
TECHNIQUES
LINEAR
PROGRAMMING
LINEAR PROGRAMMING
is a model that consists of
linear relationships
representing a firm’s
decision(s), given an objective
and resource constraints.
DEFINITION
ABC, Inc. creates 2 types of toys: car and boat. The car is priced
at P550, and the boat at P700. The cost of the car is P50, while
P70 for the boat. The car needs 1 hour of woodwork labor and 1
hour of painting and assembling labor. The boat requires 2
hours of woodwork labor and1 hour of painting and assembling
labor. Cost of woodwork labor is P30 per hour, worth of painting
and assembling labor is P20 per hour. Monthly, ABC has 5000
existing hours of woodwork labor and 3000 hours of painting
and assembling labor. There is an unlimited demand for boat,
while an average demand for car is at most 2000. ABC wants to
get the best out of monthly profit (total revenue - total cost).
MODEL FORMULATION
1. Decision variables
x1 + 2x2 ≤ 5000
EXPRESSING THE CONSTRAINTS IN
MATHEMATICAL WAY:
2. The creation of the second constraint regarding painting
and assembling labor is like the foregoing:
x1 + x2 ≤ 3000
x1 + 2x2 ≤ 5000
arbitrary point (of course not from the line) and to test
if it is feasible. When the point is feasible so the whole
area is always feasible.