
Linear Programming Problem (LPP) is a technique to find the best (optimal) value of an objective (profit/cost/time) when resources are limited and the relationships are linear.
Typical business uses (exam points):
Step 1: Define decision variables.
Step 2: Write objective function.
Step 3: Write constraints from resources.
Step 4: Add non-negativity.
Exam tip: Always state units (hours, kg, ₹) with constraints.
Common constraint types:
Graphical method is easiest with ≤ constraints. For ≥ constraints, the feasible region lies on the other side of the line.
Used when there are only two decision variables.
Steps:
Access the complete note and unlock all topic-wise content
It's free and takes just 5 seconds
From this topic
To formulate: define decision variables (x,y), write objective function (Max/Min Z), write constraints from resources (≤/≥/=) and add x≥0, y≥0. This converts the word problem into a mathematical LPP.
Slack is added to ≤ constraint to convert into equality: 2x + y ≤ 100 ⇒ 2x + y + s = 100, s≥0 (unused resource). Surplus is subtracted from ≥ constraint: x + y ≥ 50 ⇒ x + y − s = 50, s≥0 (excess above minimum).
Business mathematics are mathematics used by commercial enterprises to record and manage business operations. Commercial organizations use mathematics in accounting, inventory management, marketing, sales forecasting, and financial analysis.
Download this note as PDF at no cost
If any AD appears on download click please wait for 30sec till it gets completed and then close it, you will be redirected to pdf/ppt notes page.
Linear Programming Problem (LPP) is a technique to find the best (optimal) value of an objective (profit/cost/time) when resources are limited and the relationships are linear.
Typical business uses (exam points):
Step 1: Define decision variables.
Step 2: Write objective function.
Step 3: Write constraints from resources.
Step 4: Add non-negativity.
Exam tip: Always state units (hours, kg, ₹) with constraints.
Common constraint types:
Graphical method is easiest with ≤ constraints. For ≥ constraints, the feasible region lies on the other side of the line.
Used when there are only two decision variables.
Steps:
If feasible region is unbounded, optimum may still exist depending on objective direction.
In exams, we usually solve both using corner point evaluation.
Interpretation: slack = 0 at binding constraint (fully used resource).
At basic level, sensitivity means:
Simple what-if checks:
(Full shadow price and simplex sensitivity is beyond basics; but concept is frequently asked.)
A firm makes products A and B. Profit per unit: A = ₹40, B = ₹30. Labour limit: 2x + y ≤ 100. Material limit: x + 2y ≤ 80. Find x and y to maximize profit.
Step 1: Variables Let x = units of A, y = units of B.
Step 2: Objective Max Z = 40x + 30y
Step 3: Constraints 2x + y ≤ 100 x + 2y ≤ 80 x ≥ 0, y ≥ 0
Step 4: Corner points (by intercepts and intersection)
Step 5: Evaluate Z
Optimal solution: x = 40, y = 20 with maximum profit Z = ₹2200.
Tip: Always verify each corner point satisfies all constraints.
If these notes helped you, a quick review supports the project and helps more students find it.
Formulation of an LPP means converting a word problem into a mathematical model.
Steps:
Example (profit maximization): Let x = units of A, y = units of B. Max Z = 40x + 30y Subject to: 2x + y ≤ 100 (labour) x + 2y ≤ 80 (material) x ≥ 0, y ≥ 0
This complete set (objective + constraints + non-negativity) is the LPP model.