Maximizing Profit: Solving the Transportation Problem for BFE Company

  • Context: MHB 
  • Thread starter Thread starter ajith
  • Start date Start date
Click For Summary
SUMMARY

The discussion centers on solving a linear optimization problem for the BFE Company, which produces financial calculators at three plants and sells to four wholesalers. The goal is to maximize profit while adhering to production and sales constraints. Participants outline the necessary steps, including identifying decision variables, formulating the objective function, and applying constraints. Excel's Solver function is recommended for finding the optimal solution, while the Simplex algorithm is suggested as an alternative method.

PREREQUISITES
  • Understanding of linear optimization principles
  • Familiarity with Excel Solver functionality
  • Knowledge of formulating objective functions and constraints
  • Basic understanding of the Simplex algorithm
NEXT STEPS
  • Learn how to use Excel Solver for linear programming problems
  • Study the Simplex algorithm for manual optimization solutions
  • Explore decision variable identification in optimization contexts
  • Research real-world applications of transportation problems in logistics
USEFUL FOR

Operations researchers, logistics managers, and anyone involved in supply chain optimization will benefit from this discussion, particularly those looking to maximize profit through effective resource allocation.

ajith
Messages
6
Reaction score
0
The BFE company produces its own financial calculators at three plants for four wholesalers. The three plants will produce 60, 80 and 40 units, respectively, during the next time period. The company has made a commitment to sell 40 units to wholesaler 1, 60 units to wholesaler 2 and at least 20 units to wholesaler 3. Both wholesaler 3 and 4 also want to buy as many of the remaining units as possible. The net profit associated with shipping a unit from plant i for sale to wholesaler j is given by the following table:

View attachment 1265

Management wishes to know how many units to sell to wholesalers 3 and 4 and how many units to ship from each of the plants to each of the wholesalers to maximize profit.

(a) Find the optimal solution for this problem. :confused::confused:
 

Attachments

  • image.png
    image.png
    3 KB · Views: 134
Mathematics news on Phys.org
re: Transportation problem...

ajith said:
...:confused::confused:

Does this mean you have no idea how to begin, or do you have any work or thoughts on how to begin that you wish to share, so our helpers know exactly where you are stuck?
 
re: Transportation problem...

ajith said:
The BFE company produces its own financial calculators at three plants for four wholesalers. The three plants will produce 60, 80 and 40 units, respectively, during the next time period. The company has made a commitment to sell 40 units to wholesaler 1, 60 units to wholesaler 2 and at least 20 units to wholesaler 3. Both wholesaler 3 and 4 also want to buy as many of the remaining units as possible. The net profit associated with shipping a unit from plant i for sale to wholesaler j is given by the following table:

https://www.physicsforums.com/attachments/1265

Management wishes to know how many units to sell to wholesalers 3 and 4 and how many units to ship from each of the plants to each of the wholesalers to maximize profit.

(a) Find the optimal solution for this problem. :confused::confused:

Hi ajith, welcome to MHB! :)

As you may know, this is a linear optimization problem.
Such problems have a procedural plan to them.
  1. Identify the decision variables.
  2. Identify the objective function (maximize profit) and its relation to the decision variables.
  3. Identify the constraints.
  4. Use for instance Excel to find an optimal solution.

Are you aware of these steps?
And if so, how far did you get with them?
 
Re: Transportation problem...

I like Serena said:
Hi ajith, welcome to MHB! :)

As you may know, this is a linear optimization problem.
Such problems have a procedural plan to them.
  1. Identify the decision variables.
  2. Identify the objective function (maximize profit) and its relation to the decision variables.
  3. Identify the constraints.
  4. Use for instance Excel to find an optimal solution.

Are you aware of these steps?
And if so, how far did you get with them?
I did until here... After that a bit confusing...

This is correct? pls check.. :)

Maximize z = 80x₁₁ + 70x₁₂ + 50x₁₃ + 20x₁₄ + 50x₂₁ + 20x₂₂ + 10x₂₃ + 30x₂₄ +
+ 60x₃₁ + 40x₃₂ + 30x₃₃ + 50x₃₄Subject to:

x₁₁ + x₁₂ + x₁₃ + x₁₄ = 60
x₂₁ + x₂₂ + x₂₃ + x₂₄ = 80
x₃₁ + x₃₂ + x₃₃ + x₃₄ = 40

x₁₁ + x₂₁ + x₃₁ = 40
x₁₂ + x₂₂ + x₃₂ = 60
x₁₃ + x₂₃ + x₃₃ ≥ 20
x₁₄ + x₂₄ + x₃₄ ≤ 60 퓍ij ≥ 0 (i =1,2,3; j = 1,2,3,4)

So, how to find optimal solution ?
 
Re: Transportation problem...

ajith said:
I did until here... After that a bit confusing...

This is correct? pls check.. :)

Maximize z = 80x₁₁ + 70x₁₂ + 50x₁₃ + 20x₁₄ + 50x₂₁ + 20x₂₂ + 10x₂₃ + 30x₂₄ +
+ 60x₃₁ + 40x₃₂ + 30x₃₃ + 50x₃₄Subject to:

x₁₁ + x₁₂ + x₁₃ + x₁₄ = 60
x₂₁ + x₂₂ + x₂₃ + x₂₄ = 80
x₃₁ + x₃₂ + x₃₃ + x₃₄ = 40

x₁₁ + x₂₁ + x₃₁ = 40
x₁₂ + x₂₂ + x₃₂ = 60
x₁₃ + x₂₃ + x₃₃ ≥ 20
x₁₄ + x₂₄ + x₃₄ ≤ 60 퓍ij ≥ 0 (i =1,2,3; j = 1,2,3,4)

So, how to find optimal solution ?

That is... all correct.
And here I was thinking you had no clue how to approach the problem!

Btw, the last constraint x₁₄ + x₂₄ + x₃₄ ≤ 60 is not mentioned in the problem statement and furthermore redundant.

To find the optimal solution, I recommend Excel that has a "Solver" function that is dedicated to solve this type of problem.
Or if you want, you can also apply the Simplex algorithm yourself.
 
Re: Transportation problem...

I like Serena said:
That is... all correct.
And here I was thinking you had no clue how to approach the problem!

Btw, the last constraint x₁₄ + x₂₄ + x₃₄ ≤ 60 is not mentioned in the problem statement and furthermore redundant.

To find the optimal solution, I recommend Excel that has a "Solver" function that is dedicated to solve this type of problem.
Or if you want, you can also apply the Simplex algorithm yourself.

Yes... Can you show me the step to solve the problem?
 
Re: Transportation problem...

ajith said:
Yes... Can you show me the step to solve the problem?

Well, this is what you get if you put it into Excel.

View attachment 1269

That's it for today. Going to sleep now. (Sleepy)
 

Attachments

  • Transportation_problem.png
    Transportation_problem.png
    5.8 KB · Views: 121
Re: Transportation problem...

I like Serena said:
Well, this is what you get if you put it into Excel.

View attachment 1269

That's it for today. Going to sleep now. (Sleepy)

Thanks you for help Serena... So, how to do in manual way. Because in the exam, I need to show the step...That's why... (Wait)
 
This is correct step... please correct me if I'm wrong...

http://s5.postimg.org/g05yixzrr/math.png

I just wondering about the last constraint. So, it be like this:

Maximize z = 80x₁₁ + 70x₁₂ + 50x₁₃ + 20x₁₄ + 50x₂₁ + 20x₂₂ + 10x₂₃ + 30x₂₄ +
+ 60x₃₁ + 40x₃₂ + 30x₃₃ + 50x₃₄

Subject to:

x₁₁ + x₁₂ + x₁₃ + x₁₄ = 60
x₂₁ + x₂₂ + x₂₃ + x₂₄ = 80
x₃₁ + x₃₂ + x₃₃ + x₃₄ = 40

x₁₁ + x₂₁ + x₃₁ = 40
x₁₂ + x₂₂ + x₃₂ = 60
x₁₃ + x₂₃ + x₃₃ ≥ 20
x₁₄ + x₂₄ + x₃₄ = 0 :confused:
 
  • #10
ajith said:
x₁₄ + x₂₄ + x₃₄ = 0 :confused:

No, that is not a constraint that is given.
To the contrary, the problem statement says: "Both wholesaler 3 and 4 also want to buy as many of the remaining units as possible."
Since x₁₄ + x₂₄ + x₃₄ is the amount sold to wholesaler 4, it should be as high as possible.

Due to the other constraints you can conclude that x₁₄ + x₂₄ + x₃₄ <= 60, but since that follows from the other constraints, there is no need to mention it explicitly.

Btw, the tableau that you showed suggests that you're supposed to find the solution in a particular way, which may not be the one I might show.
Do you perhaps have a worked example?
 
  • #11
Do you perhaps have a worked example?

No... Can you show me, how to do??
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 25 ·
Replies
25
Views
4K
Replies
4
Views
2K
Replies
3
Views
4K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
1
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K