Quantitative Methods Project
Quantitative Methods Project
Antonia Dalglish
BSIT - 2A
Graphing
Method
Linear programming is the simplest way of optimizing a problem. Through this
method, we can formulate a real-world problem into a mathematical model.
There are various methods for solving Linear Programming Problems and one of
the easiest and most important methods for solving LPP is the graphical method.
In Graphical Solution of Linear Programming, we use graphs to solve LPP.
We can solve a wide variety of problems using Linear programming in different
sectors, but it is generally used for problems in which we have to maximize
profit, minimize cost, or minimize the use of resources. In this article, we will
learn about Solutions of Graphical solutions of linear programming problems,
their types, examples, and others in detail.
HELPFUL TIPS
X 4 3
Y 3 2
y = 60
y = 120 y = 150
x + y >= 120 3x + 2y <= 300
x + (120)>= 120 3x + 2(150) <= 300
x + 120>= 120 3x + 300 <= 300
x = 120-120 3x <=300-300
x=0 3y <= 0
y=0
(0,120)
(0,150)
Step 6: solve for the profit
Maximize: P = 4x + 5y
0 unit of X
150 units of Y
Maximum Profit = $750
Transportation
Method using vogel’s
approximation
method
HELPFUL TIPS
Vogel's Approximation Method (VAM) is a valuable tool for solving
transportation problems. To effectively use VAM, begin by identifying the cells
with the smallest and next smallest transportation costs, and calculate the cost
differences for each row and column. Prioritize selecting the row or column with
the largest difference as it helps in making more efficient allocations. VAM
promotes cost-effective distribution by considering not only the minimum costs
but also the penalties for unfulfilled supply or demand. Regularly update the
cost differences, and continue the process until a balanced solution is achieved.
Keep in mind that Vogel's Approximation Method can lead to optimal solutions
and is a valuable asset for logistics and supply chain management.
Solve the given transportation problem using
Vogel’s approximation method.
Step 1: Identify the least and second least cost in each row and column and
then write the corresponding absolute differences of these values. For
example, in the first row, 2 and 3 are the least and second least values,
their absolute difference is 1.
Step 2: Now, identify the maximum penalty and choose the least value in that
corresponding row or column. Then, assign the min(supply, demand)
Here, the maximum penalty is 3 and the least value in the corresponding
column is 2. For this cell, min(supply, demand) = min(50, 40) = 40
Allocate 40 in that cell and strike the corresponding column since in this
case demand will be satisfied, i.e., 40 – 40 = 0.
3. Now, find the absolute row and column differences for the remaining rows
and columns. Then repeat step 2.
Step 4: Repeat the above step, i.e., step 3. This will give the below result.
Step 5: Again repeat step 3, as we did for the previous step.
Step 6: Now, again repeat step 3 by calculating the absolute differences for
the remaining rows and columns.
Step 7: In the previous step, except for one cell, every row and column
vanishes. Now, allocate the remaining supply or demand value for that
corresponding cell.
Total cost = (10 × 3) + (25 × 7) + (25 × 2) + (40 × 2) + (20 × 2) + (15 × 3)
= 30 + 175 + 50 + 80 + 40 + 45
= 420
Thank you!