Linear Programming Problem
Linear Programming Problem
Resource Constraints:
3. Non-Negativity Constraints:
o The number of units of Product X and Product Y cannot be
negative:
o Y≥0
o X≥0
The company earns a profit of ₹500 per unit of Product X and ₹400 per
unit of Product Y. The goal is to maximize total profit:
Task:
Let:
1. Wood Constraint:
Each unit of Product X requires 2 units of wood, and each unit of Product
Y requires 1 unit of wood.
Total available wood = 100 units
2X+Y=100
2. Labor Constraint:
Each unit of Product X requires 1 labor hour, and each unit of Product Y
requires 2 labor hours.
Total available labor = 80 hours
3. Non-Negativity Constraints:
X≥0, Y≥0
Z=500X+400Y
Equation 2: X+2Y=80
Corner points:
1. Intersection of 2X+Y=100
2. and X+2Y=80
Solve simultaneously:
o Multiply X+2Y=80
o 2X+4Y=160
o Subtract equation 2X+Y=100
o 2X+4Y=160-(2X+Y=100)
o So, intersection point = (40,20).
1. (0,40)
2. (40,20)
3. (50,0)
500(0)+400(40)
(0,40) ₹16,000
500(0)+400(40)
500(40)+400(20)
(40,20) ₹28,000
500(40)+400(20)
500(50)+400(0)
(50,0) ₹25,000
500(50)+400(0)
Final Answer
Product X = 40 units
Product Y = 20 units
Maximum Profit = ₹28,000
A carpentry shop makes two types of tables: Deluxe (X) and Standard
(Y). The production is limited by available wood and labor hours.
Constraints:
Find the feasible region, corner points, and the optimal production
for maximum profit.
A bakery produces Cakes (X) and Pastries (Y). The availability of flour and
baking time limits production.
Constraints:
A factory produces Laptops (X) and Tablets (Y). The production is limited
by chip availability and assembly hours.
Constraints:
A clothing factory produces Shirts (X) and Trousers (Y). The production is
limited by fabric availability and sewing hours.
Constraints:
A farmer grows Wheat (X) and Corn (Y). The land and labor available are
limited.
Constraints:
Constraints:
Constraints:
A factory produces Mobile Phones (X) and Tablets (Y), subject to material
and labor constraints.
Constraints:
A dairy farm produces Milk (X) and Cheese (Y). The production is limited
by cattle feed and processing capacity.
Constraints:
A fast-food restaurant sells Burgers (X) and Fries (Y). The production is
limited by meat availability and cooking time.
Constraints:
How to Solve?