Linear programming maximization

In summary: We can now write the simplex table:| Basic variables | x | y | z | s1 | s2 | s3 | s4 | Solution ||-----------------|---|---|---|----|----|----|----|----------|| x | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 || y
  • #1
eldrito
2
0
Who knows solve this problem of linear programming of maximization, explaining me all the steps to reach the solution.

total cost to produce the products a,b,c: 100

cost to produce the product a (x)= ? quantity to produce of product a = 5
cost to produce the product b (y)= ? quantity to produce of product b = 1.39
cost to produce the product c (z)= ? quantity to produce of product c = 1.77 I have three production lines, each is equipped with a different technology that does not allow me to produce the different products a, b, c in a single production
line, so I necessarily use all three production lines, creating a product mix.

These are production functions related to each production line

line 1) ax + cy

line 2) (0.5by + 0.5y) + (0.5cz + o.5z)

line 3) bz

what are the production costs (x,y,z) that must support for each type of product (a,b,c) to be produced on the three production lines 1),2),3) to obtain ever
the highest possible gain.
Considering that the costs of each type of product will be equal to its sale price (example: (x) is the cost to produce the product "a" will be equal to its sale
price,The same goes for the other two products "b" and "c").
Consider also that the total cost must not exceed 100.
 
Mathematics news on Phys.org
  • #2
We can solve this problem using linear programming. We have 3 decision variables (x, y, z) and the objective is to maximize our gain.
The constraints are:
1. x + y + z <= 100 (the total cost should not exceed 100)
2. ax + cy <= 5 (quantity of product a should be 5)
3. 0.5by + 0.5y + 0.5cz + 0.5z <= 1.39 (quantity of product b should be 1.39)
4. bz <= 1.77 (quantity of product c should be 1.77)

We can solve this problem using the simplex method.
First, we will convert the objective and the constraints into a canonical form.

Maximize: P = x + y + z
subject to:
1. x + y + z <= 100
2. ax + cy <= 5
3. 0.5by + 0.5y + 0.5cz + 0.5z <= 1.39
4. bz <= 1.77

Now, we will add slack variables (s1, s2, s3, s4) to convert the above inequality constraints into equality constraints.

Maximize: P = x + y + z
subject to:
1. x + y + z + s1 = 100
 

Related to Linear programming maximization

1. What is linear programming maximization?

Linear programming maximization is a mathematical technique used to find the maximum value of a linear objective function, subject to a set of linear constraints. It is commonly used in various fields such as economics, engineering, and operations research to optimize resources and make efficient decisions.

2. What are the key components of linear programming maximization?

The key components of linear programming maximization include the objective function, decision variables, and constraints. The objective function represents the goal to be maximized, while the decision variables are the unknown quantities that need to be determined. The constraints are the limitations or restrictions on the values of the decision variables.

3. How is linear programming maximization solved?

Linear programming maximization can be solved using various methods, including the graphical method and the simplex method. The graphical method involves graphing the constraints and finding the optimal solution at the intersection of the feasible region. The simplex method uses a systematic iterative approach to find the optimal solution by moving from one vertex of the feasible region to another.

4. What are the assumptions of linear programming maximization?

The assumptions of linear programming maximization include proportionality, additivity, divisibility, and certainty. Proportionality assumes that the contribution of each decision variable to the objective function is directly proportional to the value of the decision variable. Additivity assumes that the total contribution of all decision variables to the objective function is the sum of their individual contributions. Divisibility assumes that decision variables can take on any real value. Certainty assumes that all parameters and variables involved in the problem are known with certainty.

5. What are the applications of linear programming maximization?

Linear programming maximization has various applications in real-world problems, including production planning, resource allocation, portfolio optimization, and transportation planning. It is also commonly used in business decision-making to determine the optimal mix of products to maximize profits, minimize costs, or achieve other goals.

Similar threads

  • General Math
Replies
8
Views
828
  • General Math
2
Replies
45
Views
3K
Replies
2
Views
1K
  • General Math
2
Replies
44
Views
3K
Replies
2
Views
3K
Replies
3
Views
1K
  • General Math
Replies
4
Views
3K
  • Linear and Abstract Algebra
Replies
9
Views
272
Replies
66
Views
4K
  • General Math
Replies
4
Views
3K
Back
Top