Tugas Teknik Kuantitatif Linear Programming: Diketahui
Tugas Teknik Kuantitatif Linear Programming: Diketahui
LINEAR PROGRAMMING
The number of machine hours required for each unit of the respective products is:
Productivity coefficient (in machine hours per unit)
Machine Type Product 1 Product 2 Product 3
Milling Machine 9 3 5
Lathe 5 4 0
Grinder 3 0 2
The sales department indicates that the sales potential for products 1 and 2
exceeds the maximum production rate and that the sales potential for product 3 is
20 units per week. The unit profit would be $50, $20, and $25, respectively, on
products 1, 2, and 3. The objective is to determine how much of each product
Omega should produce to maximize profit.
(a) Formulate a linear programming model for this problem.
(b) Use a computer to solve this model by the simplex method.
Solution:
Diketahui:
Available Time (Machie Hours per
Machine Type Pduction Time (hours/unit) Week)
Product 1 Product 2 Product 3
Milling Machine 9 3 5 500
Lathe 5 4 0 350
Grinder 3 0 2 150
Profit per unit $ 50,00 $ 20,00 $ 25,00
a. Formulasi model program linier
Variabel keputusan :
x1 : jumlah produk 1 yang diproduksi per minggu
x2 : jumlah produk 2 yang diproduksi per minggu
x3 : jumlah produk 3 yang diproduksi per minggu
Fungsi Tujuan : maksimasi
Z = 50 x1 + 20 x2 + 25 x3
Pembatas : 9 x1 + 3 x2 + 5x3 ≤ 500
5 x1 + 4 x2 ≤ 350
3 x1 + 2x3 ≤ 500
x1, x2, x3 ≥0
b. Penyelesaian model dengan komputer
Maka untuk memaksimalkan profit jumlah produk yang harus diproduksi per
minggu adalah:
Produk 1 (x1) = 0 unit
Produk 2 (x2) = 87,5 unit
Produk 3 (x3) = 47,5 unit
3.4-9 Ralph Edmund loves steaks and potatoes. Therefore, he has decided to go
on a steady diet of only these two foods (plus some liquids and vitamin
supplements) for all his meals. Ralph realizes that this isn’t the healthiest diet, so
he wants to make sure that he eats the right quantities of the two foods to satisfy
some key nutritional requirements. He has obtained the nutritional and cost
information shown at the top of the next column.Ralph wishes to determine the
number of daily servings (may be fractional) of steak and potatoes that will meet
these requirements at a minimum cost.
(a) Formulate a linear programming model for this problem.
(b) Use the graphical method to solve this model.
(c) Use a computer to solve this model by the simplex method.
Solution:
a. Formulasi model program linier
Variabel keputusan :
x1 : jumlah porsi stik yang disajikan per hari
x2 : jumlah porsi kentang yang disajikan per hari
Fungsi Tujuan : minimasi
Z = 4 x 1 + 2 x2
Pembatas : 5 x1 + 15 x2 ≥50
20 x1 + 5 x2 ≥40
15 x1 + 2 x2 ≤ 60
x1, x2 ≥0
A decision now needs to be made about the shipping plan for how many units to
ship from each factory to each customer.
(a) Formulate a linear programming model for this problem.
(b) Solve this model by the simplex method.
\Solution:
a. Formulasi model program linier
Variabel keputusan :
x11 : jumlah produk yang dikirim dari pabrik 1 ke customer 1
x12 : jumlah produk yang dikirim dari pabrik 1 ke customer 2
x13 : jumlah produk yang dikirim dari pabrik 1 ke customer 3
x21 : jumlah produk yang dikirim dari pabrik 2 ke customer 1
x22 : jumlah produk yang dikirim dari pabrik 2 ke customer 2
x23 : jumlah produk yang dikirim dari pabrik 2 ke customer 3
3.4-14. The Metalco Company desires to blend a new alloy of 40 percent tin, 35
percent zinc, and 25 percent lead from several available alloys having the
following properties:
Alloy
Property
1 2 3 4 5
Percentage of tin 60 25 45 20 50
Percentage of zinc 10 15 45 50 40
Percentage of lead 30 60 10 30 10
Cost ($/lb) 77 70 88 84 94
3.5-3. Ed Butler is the production manager for the Bilco Corporation, which
produces three types of spare parts for automobiles. The manufacture of each
part requires processing on each of two machines, with the following processing
times (in hours):
Machin Part
e A B C
1 0,02 0.03 0,05
2 0,05 0,02 0,04
Each machine is available 40 hours per month. Each part manufactured will yield
a unit profit as follows:
Part
A B C
Profit
$ 300 $ 250 $ 200
Solution: