5.3 Q-7
Question Statement
Each unit of food X costs Rs. 25 and contains 2 units of protein and 4 units of iron. Each unit of food Y costs Rs. 30 and contains 3 units of protein and 2 units of iron. Each animal must receive at least 12 units of protein and 16 units of iron each day. The goal is to determine how many units of each food should be fed to each animal at the smallest possible cost.
Background and Explanation
In this problem, we are dealing with a linear programming optimization problem. We need to find the least cost combination of food units X and Y that satisfy the nutritional requirements for protein and iron. The problem involves:
- A cost function for food items X and Y.
- Constraints on the required units of protein and iron.
- The goal is to minimize the cost while fulfilling these constraints.
Solution
1. Define Variables and the Cost Function
Let:
- x = number of units of food X.
- y = number of units of food Y.
The cost function (to minimize) is:
2. Set up the Constraints
The animal must receive:
- At least 12 units of protein, which gives the constraint:
- At least 16 units of iron, which gives the constraint:
- Non-negativity constraints:
3. Graph the Constraints
First constraint:
- When , . The point lies on the line.
- When , . The point lies on the line.
Second constraint:
- When , . The point lies on the line.
- When , . The point lies on the line.
4. Find the Intersection Points
The feasible region lies in the first quadrant and is formed by the intersection of the constraints. By solving the system of equations for the points of intersection:
-
From , we solve for :
-
Substituting this into : Simplifying:
-
Substituting into :
Thus, the corner points are .
5. Evaluate the Cost at Each Corner Point
Now, evaluate the cost function at the corner points:
-
At :
-
At :
-
At :
6. Conclusion
The minimum cost occurs at the corner point , where the cost function value is 135 Rs. Hence, the optimal solution is to feed 3 units of food X and 2 units of food Y to minimize the cost.
Key Formulas or Methods Used
-
Cost Function:
-
Constraints:
- (Protein constraint)
- (Iron constraint)
- (Non-negativity constraints)
-
Linear Programming Method: Graphing and solving the system of inequalities to find feasible corner points, then evaluating the cost function at each corner point.
Summary of Steps
- Define the variables and the cost function.
- Set up the constraints based on the problem description.
- Graph the constraints to find the feasible region.
- Solve for the intersection points of the constraints.
- Evaluate the cost function at each corner point of the feasible region.
- Determine the corner point that gives the minimum cost.