Assignment 1 - Linear Programming I - With Answers
Assignment 1 - Linear Programming I - With Answers
I. Joey makes three fancy door hinges: Baltic, chic and Goethic. All of the materials
used in making these hinges are plentiful except that only 100 square feet of brass plate are
on hand and a maximum of 200 hours of handcrafting labor can be spared. A set of heavy
Baltic hinges requires 2 square feet of brass plate; a set of chic or Gothic requires 1 square
foot. Handcrafting takes 1 hour for a set of Baltic hinges, 3 hours for a set of chics and 1¼
hours for a set of Gothics. Joey can sell the entire production run at a profit P10 for a set of
Baltic or Goethic and P15 for a set of chic.
ANS.
a) Let x1 = number of Baltic hinges produced
x2 = number of chic hinges produced
x3 = number of Goethic hinges produced
b)
Minimize C = 100y1 + 200y2
subject to
2y1 + y2 ≥ 10
y1 + 3y2 ≥ 15
y1 +1.25y2 ≥ 10
y1, y2 ≥ 0
c) y1 = 6.4285; y2 = 2.8571
II. BRJ manufactures three types of silicon chips for computers: central processing unit
(x1), integrated circuits (x2) and core memories (x3). The following linear program applies:
Maximize π = 0.25x1 + 0.4x2 + 0.15x3
subject to
0.005x1 + 0.02x2 + 0.01x3 ≤ 10, 000 (silicon sheets)
0.2x1 + 0.5x2 + 0.1x3 ≤ 200, 000 (labor in minutes)
x1, x2 , x3 ≥ 0
ANS.
a)
Minimize C = 10000y1 + 200000y2
subject to
0.005y1 + 0.2y2 ≥ 0.25
0.02y1 + 0.5y2 ≥ 0.4
0.01y1 + 0.1y2 ≥ 0.15
y1, y2 ≥ 0