document.write( "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.\r
\n" );
document.write( "\n" );
document.write( "Use the simplex method to solve the linear programming problem:\r
\n" );
document.write( "\n" );
document.write( "minimize: W= 4y1+2y2
\n" );
document.write( "Subject to:
\n" );
document.write( "3y1+2y2>=60
\n" );
document.write( "4y1+y2>=40
\n" );
document.write( "y1>=0,y2>=0 \n" );
document.write( "
Algebra.Com's Answer #61823 by stanbon(75887) ![]() You can put this solution on YOUR website! Use the simplex method to solve the linear programming problem: \n" ); document.write( "minimize: W= 4y1+2y2 \n" ); document.write( "Subject to: \n" ); document.write( "3y1+2y2>=60 \n" ); document.write( "4y1+y2>=40 \n" ); document.write( "y1>=0,y2>=0 \n" ); document.write( "-------------- \n" ); document.write( "Draw a y1-y2 coordinate system; let y2 be the horizontal axis. \n" ); document.write( "Graph y1 >=(-2/3)y2+20\r \n" ); document.write( "\n" ); document.write( "Graph y1 >=(-1/4)y2+10 \n" ); document.write( "Graph y1>=0 \n" ); document.write( " \n" ); document.write( "Graph y2>=0 \n" ); document.write( "----------- \n" ); document.write( "Find all the intersection points of the EQUALITY statements. \n" ); document.write( "These are (0,10), (0,20) and (24,4) \n" ); document.write( "---------------- \n" ); document.write( "Evaluate w = 4y1 + 2y2 for each of the intersection coordinate pairs. \n" ); document.write( "For (0,10) you get w = 20 \n" ); document.write( "For (0,20) you get w = 40 \n" ); document.write( "For (24,4) you get 4*24+2*4 = 104 \n" ); document.write( "----------- \n" ); document.write( "Select the coordinate pair that gives you the minimum w value as your solution \n" ); document.write( "That would be y1=0, y2=10. \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |