Home > Operation Research calculators > Formulate linear programming model example

0. Formulate linear programming model example ( Enter your problem )
  1. General structure of Linear programming problem
  2. Example-1
  3. Example-2
  4. Example-3
  5. Example-4
  6. Example-5
  7. Example-6
  8. Example-7
  9. Example-8
Other related methods
  1. Formulate linear programming model
  2. Graphical method
  3. Simplex method (BigM method)
  4. Two-Phase method
  5. Primal to dual conversion
  6. Dual simplex method
  7. Integer simplex method
  8. Branch and Bound method
  9. 0-1 Integer programming problem
  10. Revised Simplex method

2. Example-1
(Previous example)
4. Example-3
(Next example)

3. Example-2





An industry is manufacturing two types of products A and B. The profits per Kg of the two products are Rs 30 and Rs 40 respectively. These two products require processing in three types of machines. The following table shows the available machine hours per day and the time required on each machine to produce one Kg of A and B. Formulate the linear programming model
Profit/KgABTotal available
Machine hours/day
Machine-132600
Machine-235800
Machine-3561100


Solution:
Decision variables
Here Products A and B are competing variables and Machines are available resources.

Let x1, x2 denotes quantity of product A, B respectively

The LP Model
The profits of the two products are Rs 30 and Rs 40 respectively. The objective of the problem is to maximize the profit Z,
Hence objective function is
Maximize Z = 30x1 + 40x2

The utilization of machine hours by products A and B should not exceed the available capacity.
This can be shown as follows
For Machine-1 : 3x1 + 2x2 ≤ 600
For Machine-2 : 3x1 + 5x2 ≤ 800
For Machine-3 : 5x1 + 6x2 ≤ 1100

There is no negative production. Hence we can write,
x1, x2 ≥ 0

Thus, the linear programming model is
Maximize Z = 30x1 + 40x2
Subject to
3x1 + 2x2 ≤ 600
3x1 + 5x2 ≤ 800
5x1 + 6x2 ≤ 1100
and x1, x2 ≥ 0



This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then Submit Here



2. Example-1
(Previous example)
4. Example-3
(Next example)





Share this solution or page with your friends.


 
Copyright © 2023. All rights reserved. Terms, Privacy
 
 

.