Math Case Study
Math Case Study
Awesome! 🎉 Let’s now begin the Case Study section of your project — this is the practical,
real-life application of LPP using data from a bakery.
🔢 Data Collected:
Item Time Required (minutes) Profit per Unit (₹)
Cak 2 40
e
Puff 1 30
🔹 Non-negativity Conditions:
x ≥ 0, y ≥ 0
📈 Graphical Solution:
Plot the inequality 2x + y ≤ 100 and the axes constraints on a graph.
Find the feasible region and the corner points.
● (0, 0) → Z = 0
● (50, 0) → Z = 2000
✅ Optimum Solution:
To maximize profit, choose the point with the highest Z value.
📍 At (0, 100):
Z = 40(0) + 30(100) = ₹3000 → 🔹 Maximum Profit
Would you like the Conclusion of the overall project next? Or should we go back and do
the Index now?
You're very welcome! 😊 No worries — I’ll break it down super simply for you. Think of this
Case Study like a real situation turned into a math problem (LPP). Let’s go step by step:
Each item takes some time to bake, and each gives some profit.
👉
But the bakery has only 100 minutes of baking time in a day. So they want to know:
“How many cakes and puffs should we make to earn the most profit?”
● x = number of cakes
● y = number of puffs
👉
Total time can’t exceed 100 minutes. So:
2x + y ≤ 100
📌 Step 4: Non-negativity
👉
You can’t make negative items:
x ≥ 0, y ≥ 0
Now you draw this on a graph (not needed now unless your teacher asks), and check some
points that lie on the line 2x + y = 100 to see what gives the highest profit.
Try:
● (0, 0): No items → ₹0