SOLUTION: I need help understanding how to solve these types of problems: I've looked at many examples but i do not see it. Use the simplex method to solve the linear programming problem:

Algebra ->  Customizable Word Problem Solvers  -> Misc -> SOLUTION: I need help understanding how to solve these types of problems: I've looked at many examples but i do not see it. Use the simplex method to solve the linear programming problem:      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 85541: I need help understanding how to solve these types of problems: I've looked at many examples but i do not see it.
Use the simplex method to solve the linear programming problem:
minimize: W= 4y1+2y2
Subject to:
3y1+2y2>=60
4y1+y2>=40
y1>=0,y2>=0

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Use the simplex method to solve the linear programming problem:
minimize: W= 4y1+2y2
Subject to:
3y1+2y2>=60
4y1+y2>=40
y1>=0,y2>=0
--------------
Draw a y1-y2 coordinate system; let y2 be the horizontal axis.
Graph y1 >=(-2/3)y2+20
Graph y1 >=(-1/4)y2+10
Graph y1>=0
graph%28400%2C300%2C-5%2C40%2C-5%2C30%2C%28-2%2F3%29x%2B20%2C%28-1%2F4%29x%2B10%29
Graph y2>=0
-----------
Find all the intersection points of the EQUALITY statements.
These are (0,10), (0,20) and (24,4)
----------------
Evaluate w = 4y1 + 2y2 for each of the intersection coordinate pairs.
For (0,10) you get w = 20
For (0,20) you get w = 40
For (24,4) you get 4*24+2*4 = 104
-----------
Select the coordinate pair that gives you the minimum w value as your solution
That would be y1=0, y2=10.
==============
Cheers,
Stan H.