03 02 Linear Programming Problems
03 02 Linear Programming Problems
3 PROGRAMMING:
A GEOMETRIC
APPROACH
3
Linear Programming Problems
The system of equalities or inequalities to which the
objective function is subjected reflects the constraints (for
example, limitations on resources such as materials and
labor) imposed on the solution(s) to the problem.
4
A Maximization Problem
5
A Maximization Problem
As an example of a linear programming problem in which
the objective function is to be maximized, let’s consider the
following simplified version of a production problem
involving two variables.
6
Applied Example 1 – A Production Problem
Ace Novelty wishes to produce two types of souvenirs:
Type A and Type B. Each Type A souvenir will result in a
profit of $1, and each Type B souvenir will result in a profit
of $1.20.
8
Example 1 – Solution cont’d
P = x + 1.2y
2x + y 180
9
Example 1 – Solution cont’d
x + 3y 300
x0
y0
10
Example 1 – Solution cont’d
2x + y 180
x + 3y 300
x0
y0
11
Example 1 – Solution cont’d
12
Minimization Problems
13
Minimization Problems
In the following linear programming problem, the objective
function is to be minimized.
14
Applied Example 2 – A Nutrition Problem
A Nutrition Problem A nutritionist advises an individual who
is suffering from iron and vitamin B deficiency to take at
least 2400 milligrams (mg) of iron, 2100 mg of vitamin B1
(thiamine), and 1500 mg of vitamin B2 (riboflavin) over a
period of time.
15
Applied Example 2 – A Nutrition Problem cont’d
Each Brand B pill costs 8 cents and contains 10 mg of iron
and 15 mg each of vitamins B1 and B2 (Table 2).
C = 6x + 8y
17
Example 2 – Solution cont’d
5x + 15y 1500
respectively.
18
Example 2 – Solution cont’d
5x + 15y 1500
x 0,
y0
The solution to this problem will be completed in later on in
the section "Graphical Solution of Linear Programming
Problems". 19