Or 1
Or 1
Simplex method
69.75x1+85.25x2<= 400000
X1, X2>=0
Required
I. Objective:
Max Z = 100x₁ + 80x₂
Constraints:
1. (x₁ + x₂ + s₁ = 50,000)
Alright, let's fully solve this Linear Programming Problem (LPP) using the
simplex method step by step.
1. Initial Tableau
We rewrite the constraints by introducing slack variables (s₁), (s₂), (s₃), and
set up the initial tableau:
Objective:
Max Z = 100x₁ + 80x₂
Constraints:
1. (x₁ + x₂ + s₁ = 50,000)
(s₁) 1 1 1 0 0 50,000
2. First Pivot
o (50,000 / 1 = 50,000)
(s₁) 1 1 1 0 0 50,000
3. Next Iteration
Understood! I'll continue solving the problem using the simplex method,
performing the necessary pivots until we reach the optimal solution.
(s₁) 1 1 1 0 0 50,000
o (50,000 / 1 = 50,000)
Third Pivot
At this stage, all coefficients in the Z-row are non-negative ((81.82), (0), (0),
(0.6315), (4.2)). This indicates that the solution has reached optimality.
Final Values:
1. (x₁ = 4,201.7)
2. (x₂ = 4,692.8)
3. Slack variables:
o (s₁ = 43,828.6)
o (s₂ = 0)
o (s₃ = 0)
Conclusion:
The optimal solution is achieved with (x₁ = 4,201.7) and (x₂ = 4,692.8),
giving a maximum Z value of (453,723). Slack variables (s₂) and (s₃) are
zero, meaning the second and third constraints are fully utilized.
II.
Let’s delve into the sensitivity analysis and determine the range of
feasibility for your Linear Programming Problem (LPP). Sensitivity
analysis helps us understand how changes in the constraints or
objective function coefficients impact the optimal solution.
2. Transportation
The supply capacities of the three plants, the demand requirements at the
three sites,
A B C SUPPLY
1 8 5 6 120
2 15 10 12 80
3 3 9 10 80
REQUIRED
Decision Variables
Let (x_{ij}) represent the amount of concrete transported from plant (i)
to construction site (j), where:
(i = 1, 2, 3) (plants)
(j = A, B, C) (construction sites)
Objective Function
The goal is to minimize the total transportation cost:
[ Z = 8x_{1A} + 5x_{1B} + 6x_{1C} + 15x_{2A} + 10x_{2B} +
12x_{2C} + 3x_{3A} + 9x_{3B} + 10x_{3C} ]
Constraints
Supply Constraints
The total amount shipped from each plant cannot exceed its supply
capacity:
1. (x_{1A} + x_{1B} + x_{1C} =<120)
2. (x_{2A} + x_{2B} + x_{2C} =<80)
3. (x_{3A} + x_{3B} + x_{3C} =<80)
Demand Constraints
The total amount received at each construction site must meet its
demand requirement:
1. (x_{1A} + x_{2A} + x_{3A} >=150)
2. (x_{1B} + x_{2B} + x_{3B} >=70)
3. (x_{1C} + x_{2C} + x_{3C} >=100)
Non-Negativity Constraints
The transported amounts cannot be negative:
Transportation Table:
Here’s the transportation cost table with supply and demand values:
Construction A B C Supp
Sites ly
Plant 1 8 5 6 120
Plant 2 15 10 12 80
Plant 3 3 9 10 80
Construction A B C Supply
Sites
Plant 2 30 50 0 80
Plant 3 0 20 60 80
Construction A B C Supply
Sites
Plant 1 70 50 0 120
Plant 2 0 20 80 80
Plant 3 80 0 0 80
Construction A B C Supply
Sites
Plant 1 70 50 0 120
Plant 2 0 20 80 80
Plant 3 80 0 0 80
Plant 2 30 50 0 80
Plant 3 0 20 60 80
Got it! I'll use plain and simple terms for better clarity as we proceed with
testing the optimality of your transportation problem solution using the
Stepping Stone Method and Modified Distribution Method (MODI).
Steps:
o Start at the unused cell and assign "+" and "−" alternately to the
cells in the loop.
3. Assignment Model
The Omega pharmaceutical firm has five salespersons, whom the firm wants
to assign to five
sales regions. Given their various previous contacts, the salespersons are
able to cover the
A B C D
1 17 10 15 16
2 12 9 16 9
3 11 16 14 15
4 14 10 10 18
5 13 12 9 15
REQUIRED
Salesperson/ A B C D
Region
1 17 10 15 16
2 12 9 16 9
3 11 16 14 15
4 14 10 10 18
5 13 12 9 15
For each row, subtract the smallest value in that row from all values in the
row. This step normalizes the rows.
Next, for each column, subtract the smallest value in that column from all
values in the column.
Cover all zeros in the table using the minimum number of horizontal and
vertical lines.
If the number of lines equals the size of the matrix (5x5 in this case),
proceed to Step 5.
Otherwise, go to Step 4.
Find the smallest uncovered value, subtract it from all uncovered elements,
and add it to all elements at the intersection of the lines. Repeat Steps 3 and
4 until the required number of lines is reached.
The table of time (days) required by each salesperson to cover each region
is:
Salesperson/ A B C D
Region
1 17 10 15 16
2 12 9 16 9
3 11 16 14 15
4 14 10 10 18
5 13 12 9 15
For each row, subtract the smallest value from all elements in the row. This
ensures that each salesperson has at least one zero in their row.
Salesperson/ A B C D
Region
1 7 0 5 6
2 3 0 7 0
3 0 5 3 4
4 4 0 0 8
5 4 3 0 6
For each column, subtract the smallest value from all elements in the
column. This ensures that each region has at least one zero in its column.
Salesperson/ A B C D
Region
1 4 0 5 6
2 0 0 7 0
3 0 5 3 4
4 4 0 0 8
5 4 3 0 6
Cover all zeros in the table with the minimum number of horizontal and
vertical lines:
If the number of lines equals the size of the matrix (4x4), the solution
is optimal.
Adjust the table if the required number of lines is not equal to the matrix
size:
Find the smallest uncovered value and subtract it from all uncovered
elements.
Based on the table, assign one salesperson to each region where a zero is
located, ensuring no two salespersons are assigned to the same region.
Optimal Assignments
Salesperson 2 → Region A
Salesperson 1 → Region B
Salesperson 5 → Region C
Salesperson 3 → Region D
4. Assignment problem
Alpha Corporation has four plants, each of which can manufacture any one of
four products A, B, C,
or D. production costs differ from one plant to another. The costs data per
unit are given below:
A B C D
I 49 60 45 61
II 55 63 45 49
III 52 62 49 68
IV 55 64 48 66
Required:
B. If the forecasted demand for the year 2012 is 1000 units for each product;
how much is
C. If the total production cost budget for producing the four product is birr
250,000 with
ii. If your answer is yes for the above question, how much additional budget
is needed?
Cost Matrix
Plant/Product A B C D
I 49 60 45 61
II 55 63 45 49
III 52 62 49 68
IV 55 64 48 66
2, To calculate the total cost for producing the forecasted demand of 1000
units for each product, we simply multiply the cost per unit for each product
(from the optimal assignment) by 1000 units and then sum it all up.
3, If the total budget for producing the four products is 250,000 Birr, we
need to determine whether this amount is sufficient to cover the calculated
total production cost.
The total production cost for the forecasted demand of 1000 units per
product was 210,000 which translates to 210,000,000 Birr. This means the
current budget of 250,000 Birr is far less than what's required to meet the
production costs.
Deficit:
4, yes . The projected cost of producing 1000 units for each of the four
products totals 210,000,000 Birr, while the available budget is only
250,000 Birr. This creates a massive shortfall of 209,750,000 Birr,
which cannot be covered without securing extra funds.
5, To meet the forecasted production demand for 2012, the total production
cost is 210,000,000 Birr, while the available budget is only 250,000 Birr.
Therefore, the additional budget required is:
210,000,000 - 250,000 = 209,750,000 Birr
5. Project Model
3. Suppose a civil engineering firm has to bid for the construction of a dam.
The activities
Activity a m b
1-2 (a) 1 3 4
1-3 (b) 2 4 6
1-4 (c) 2 3 5
2-5 (d) 3 4 5
3-6 (e) 3 5 7
4- 7 (f) 5 7 9
5-8 (g) 2 3 6
6-8 (h) 4 6 8
7-8 (I) 3 4 6
Required:
e) Compute the variance for each activity and the variance for path.