SOLUTION: maximize profit P = 40x + 30y
constraints:
1. x + y <= 240
2. 2x + y <= 320
x >= 0, y >= 0
I need the answer by Using Big M Method..??
Algebra.Com
Question 1092374: maximize profit P = 40x + 30y
constraints:
1. x + y <= 240
2. 2x + y <= 320
x >= 0, y >= 0
I need the answer by Using Big M Method..??
Found 2 solutions by greenestamps, ikleyn:
Answer by greenestamps(13208) (Show Source): You can put this solution on YOUR website!
The term "Big M Method" is not a standard term; it must be something your teacher or textbook uses.
So I will go ahead and outline the process I use to solve problems like this.
The intercepts of the first constraint line are (0,240) and (240,0); its slope is -1.
The intercepts of the second constraint line are (0,320) and (160,0); its slope is -2.
The two constraint lines intersect at (80,160). (I will assume you know how to determine that....)
So the possible points where we get maximum profit are (0,240), (80,160, and (160,0).
If the slope of the constraint line is greater than the slope of the first constraint line (less negative; downward to the right but less steep than the first constraint line), then the maximum profit will be at the y-intercept of the first constraint line.
If the slope of the constraint line is less than the slope of the second constraint line (more negative; steeper than the second constraint line), then the maximum profit will be at the x-intercept of the second constraint line.
If the slope of the constraint line is between the slopes of the two constraint lines, then the maximum profit will be at the intersection of the two constraint lines.
The slope of the constraint line is -4/3, which is between -1 and -2; so the maximum profit will be found at (80,160). That maximum profit is 40x+30y = 3200+4800 = 8000.
Answer by ikleyn(52872) (Show Source): You can put this solution on YOUR website!
.
Also, see the examples/samples of solved problems in the lesson
- Solving minimax problems by the Linear Programming method
in this site.
RELATED QUESTIONS
Primal Problem:
maximize profit P = 40x + 30y
constraints:
1. x + y <= 240
2. 2x + y... (answered by Edwin McCravy,AnlytcPhil)
Need help on this
Given the profit equation and the constraints of a linear... (answered by solver91311)
Hello, I need solution for below sums.
1) Z=40x + 35y
subject to 2x + 3y<=60, 4x + 3y... (answered by Fombitz)
Use the simplex method to maximize p= 5x+4y+3z subject to the constraints:
x>=0, y>=0,... (answered by Edwin McCravy)
A clothing manufacturer has 100 m of silk and 180 m of wool.
To make a suit requires 2m... (answered by solver91311)
Help with Linear Programming. I don't know how to solve this. If profit is represented by (answered by solver91311)
1:use the simple method to solve the following linear programming (L.P.P)
Maximize... (answered by Theo)
Maximize z = 2x + 4y subject to the constraints
x ≥ 0, y ≥... (answered by Edwin McCravy)
Maximize z = 2x + 4y subject to the constraints
x ≥ 0, y ≥ 0, x + y (answered by solver91311)