Math Project Class 12
Math Project Class 12
By abhijaya s navali
Table of Contents:
1. Introduction
2. Problem Statement
4. Formulation of the LPP
5. Solution (Graphical Method or Simplex Method)
6. Real-Life Interpretation of the Solution
7. Conclusion
8. Bibliography
---
1. Introduction:
In this project, we aim to minimize the manufacturing cost of producing two types of products in
a factory by formulating and solving a Linear Programming Problem (LPP). Manufacturing
companies often need to balance their resources (labor, raw materials, machine hours) to
achieve maximum profitability while minimizing costs. Linear programming is a powerful tool for
finding the most efficient production levels given certain constraints.
Linear Programming (LP) is a mathematical method used to determine the best possible
outcome (such as maximum profit or lowest cost) in a given mathematical model where
requirements are represented by linear relationships. It is a technique used to solve optimization
problems by considering a linear objective function and a set of linear inequalities or equalities
called constraints. But
---
2. Problem Statement
A factory manufactures two products: Product A and Product B. The company wants to
determine how many units of each product to produce to minimize the total manufacturing cost
while satisfying the following constraints:
Product Labor Hours per Machine Hours per Cost per Unit (₹)
Unit Unit
A 1 2 100
B 3 1 150
Constraints:
1. The labor available is 150 hours.
2. The machine time available is 200 hours.
We will formulate and solve this as a Linear Programming Problem to minimize the cost.
. Assumptions:
- Each product's labor and machine hours are consistent across all units.
- The factory operates under full efficiency, i.e., all available hours will be used optimally.
- The factory cannot produce a negative number of products, i.e., non-negative constraints
apply.
4. Formulation of the Linear Programming Problem (LPP):
Let:
(Where ₹100 and ₹150 are the costs per unit of Product A and Product B, respectively).
Subject to Constraints:
1. Labor constraint:
1x+3y≤1501x + 3y
(The total labor hours required for production should not exceed 150 hours).
2x+1y≤2002x + 1y
(The total machine hours required for production should not exceed 200 hours).
3. Non-negativity constraint:
x≥0, y≥0x
5. Solution:
You can solve the above LPP using either the graphical method (if you are allowed to use it) or
the Simplex method. Below is a brief outline of both methods:
Graphical Method:
Simplex Method:
If you solve this algebraically using the Simplex method (use a calculator or software), follow
these steps:
Not required
---
Interpretation:
● This means that to minimize the cost, the factory should focus entirely on producing
Product A, and avoid producing Product B, as it leads to higher costs.
● The constraints ensure that the resources (labor and machine time) are used efficiently
without overuse.
● This solution helps the factory manage its resources, minimize waste, and reduce overall
production costs.
---
7. Conclusion:
Through the formulation and solution of the Linear Programming Problem, we determined the
optimal production strategy that minimizes costs while respecting the given resource
constraints. The LPP approach helps businesses like this factory make data-driven decisions to
enhance productivity and profitability.
In conclusion, conducting this linear programming project provides valuable insights into how
mathematical techniques can be applied to optimize real-world problems, such as minimizing
costs or maximizing profits in manufacturing. By formulating and solving the problem, we learn
how constraints on resources like labor and machine hours influence production decisions. This
project highlights the practical importance of optimization in business, helping organizations
make data-driven decisions to efficiently allocate resources and achieve their objectives.
---
Biblography