UPSC MainsMANAGEMENT-PAPER-II202420 Marks
हिंदी में पढ़ें
Q8.

Linear Programming for Chemical Procurement

For conducting Third Semester Practical Examination, the Chemistry department of a university affliated college requires 10, 12 and 7 units of three chemicals X, Y and Z respectively. The chemicals are available in two boxes-box A and box B. Box A contains 3, 2 and 1 unit of X, Y and Z respectively and costs ₹ 300. Box B contains 1, 2 and 2 units of X, Y and Z respectively and costs ₹ 200. Find how many boxes of each type should be purchased by the department so that the total cost is minimal by formulating the problem in linear programming problem and solve it through graphical method.

How to Approach

This question requires applying Operations Management principles, specifically Linear Programming. The approach involves formulating the problem as a Linear Programming Problem (LPP), defining the objective function (minimizing cost) and constraints (chemical requirements). The solution will be found using the graphical method. The answer should clearly show the formulation, graphical representation, feasible region identification, and optimal solution. Emphasis should be on accurate mathematical representation and interpretation of the graphical solution.

Model Answer

0 min read

Introduction

Linear Programming (LP) is a mathematical technique used to optimize an objective function, subject to a set of constraints. It’s widely applied in resource allocation, production planning, and various operational decisions. In the context of university administration, LP can be effectively used to minimize costs associated with procuring necessary resources, such as chemicals for practical examinations. This problem demonstrates a classic application of LP, where the goal is to determine the optimal quantity of each type of box to purchase to meet the department’s chemical needs at the lowest possible cost.

Problem Formulation

Let:

  • x = number of boxes of type A
  • y = number of boxes of type B

Objective Function: Minimize the total cost (Z)

Z = 300x + 200y

Constraints:

  • Chemical X: 3x + y ≥ 10
  • Chemical Y: 2x + 2y ≥ 12
  • Chemical Z: x + 2y ≥ 7
  • Non-negativity: x ≥ 0, y ≥ 0

Graphical Solution

To solve this LPP graphically, we first convert the inequalities into equations and plot them on a graph.

Step 1: Plotting the Constraints

  • 3x + y = 10 => y = 10 - 3x
  • 2x + 2y = 12 => y = 6 - x
  • x + 2y = 7 => y = (7 - x)/2

We need to determine the feasible region, which satisfies all the constraints. Since the constraints are "greater than or equal to," the feasible region will be above each line.

Step 2: Identifying the Feasible Region

The feasible region is the area where all constraints are simultaneously satisfied. This region is bounded by the lines and the axes (x ≥ 0, y ≥ 0). The corner points of the feasible region are crucial for finding the optimal solution.

Step 3: Finding the Corner Points

The corner points are the intersections of the constraint lines:

  • Intersection of 3x + y = 10 and 2x + 2y = 12: Solving these equations, we get x = 2, y = 4. Point A (2, 4)
  • Intersection of 3x + y = 10 and x + 2y = 7: Solving these equations, we get x = 1.8, y = 4.6. Point B (1.8, 4.6)
  • Intersection of 2x + 2y = 12 and x + 2y = 7: Solving these equations, we get x = 5, y = 1.5. Point C (5, 1.5)

Step 4: Evaluating the Objective Function at Corner Points

We evaluate the objective function Z = 300x + 200y at each corner point:

Corner Point x y Z = 300x + 200y
A (2, 4) 2 4 300(2) + 200(4) = 600 + 800 = 1400
B (1.8, 4.6) 1.8 4.6 300(1.8) + 200(4.6) = 540 + 920 = 1460
C (5, 1.5) 5 1.5 300(5) + 200(1.5) = 1500 + 300 = 1800

The minimum cost is ₹1400, which occurs at point A (2, 4).

Optimal Solution

The department should purchase 2 boxes of type A and 4 boxes of type B to minimize the total cost, which will be ₹1400. This solution ensures that the department has sufficient quantities of chemicals X, Y, and Z for the practical examination.

Conclusion

In conclusion, utilizing Linear Programming and the graphical method, we determined the optimal procurement strategy for the Chemistry department. Purchasing 2 boxes of type A and 4 boxes of type B results in the minimal cost of ₹1400 while satisfying the required quantities of each chemical. This approach demonstrates the power of mathematical modeling in optimizing resource allocation within an educational institution. Further refinement could involve considering potential discounts for bulk purchases or exploring alternative suppliers.

Answer Length

This is a comprehensive model answer for learning purposes and may exceed the word limit. In the exam, always adhere to the prescribed word count.

Additional Resources

Key Definitions

Linear Programming
A mathematical method for achieving the best outcome (such as maximum profit or lowest cost) in a mathematical model whose requirements are represented by linear relationships.
Objective Function
A mathematical expression representing the quantity that is to be maximized or minimized in a linear programming problem.

Key Statistics

The global linear programming market was valued at USD 11.4 billion in 2022 and is expected to expand at a compound annual growth rate (CAGR) of 13.8% from 2023 to 2030.

Source: Grand View Research, 2023

Approximately 70% of Fortune 500 companies utilize operations research techniques, including linear programming, for decision-making.

Source: INFORMS (Institute for Operations Research and the Management Sciences) - Knowledge cutoff 2023

Examples

Airline Crew Scheduling

Airlines use linear programming to determine the optimal assignment of flight crews to minimize costs while adhering to regulations regarding rest periods and crew qualifications.

Frequently Asked Questions

What if the solution at a corner point is not an integer?

If the solution is not an integer, you may need to use integer programming techniques or round the solution to the nearest integer, considering the practical implications of doing so. In this case, since we are dealing with boxes, rounding might be acceptable, but it's crucial to verify if the rounded solution still satisfies all constraints.

Topics Covered

Operations ManagementMathematicsLinear ProgrammingOptimizationGraphical Method