Ops Management Notes
Ops Management Notes
Bowl 1 4 40
Mug 2 3 50
● 40 hrs of labor and 120 lbs of clay
1. Define variables
a. b = # bowls; m = # mugs
2. Define objective functions
a. Max Profit = 40b + 50m
3. Define constraints
a. Max Profit = 40b + 50m such that
1b + 2m <= 40; 4b + 3m <= 120; b and m >= 0
4. Test out points
a. Try using intercepts
0+2m=40 → m=20 (0,20) b+0=40 → b=40 (40,0)
0+0<=40, technically correct so shade under the line to get all possible answers
b. Now use other equation
0 + 3m=120 → m=40 (0,40) 4b+0=120 → b=30 (30,0)
0+0<=120, technically correct so shade under the line to get all possible answers
c. On graph, “feasible region” is where the two equations for constraints intersect.
“Infinite” number of feasible solutions for the points to satisfy the constrains and
get u the maximum profit
i. Among feasible region, 3 corner points (2 of which are intercepts) that
satisfy the solution
d. Intersection:
e. Max Profit: Maxz = 40b + 50m
1/25/24
Slack Variables
● Ex. 40hrs, assume optimal point u use 30hrs. How many hours left? 10. The 10 hours left
is the slack variable
● Slack variable - leftover material
○ Contributes nothing to the objective function value
○ Added to a weak inequality (less than or equal to, etc.) to convert it to an equation
1/30/24
Surplus Variables
● Variables subtracted from an inequality to convert it into an equation
● Represents excess above a constraint requirement level
● Contributes nothing to the calculated value of the objective function