document.write( "Question 221527: Can someone explain to me how to maximize by the simplex method? I get confused after the second step.
\n" );
document.write( "Here is the problem,
\n" );
document.write( "Maximize P=0.3x ++ 0.4y
\n" );
document.write( "Subject to: 4x + 8y equals or less than 1600
\n" );
document.write( " 12x+8y equal or less than 1920
\n" );
document.write( " x equal to or greater than 0; y equal to or greater than 0
\n" );
document.write( "Please help me. I know how to do the first step of charting but the second step on confuses me? How do I decide which negative should be the pivot point? \n" );
document.write( "
Algebra.Com's Answer #166141 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Here is the problem, \n" ); document.write( "Maximize P=0.3x ++ 0.4y \n" ); document.write( "Subject to: \n" ); document.write( "4x + 8y equals or less than 1600 \n" ); document.write( "12x+8y equal or less than 1920 \n" ); document.write( "x equal to or greater than 0; y equal to or greater than 0 \n" ); document.write( "Please help me. I know how to do the first step of charting but the second step on confuses me? How do I decide which negative should be the pivot point? \n" ); document.write( "------------------------------------------ \n" ); document.write( "Solve each of the inequalities for \"y\" \n" ); document.write( "y <=(-1/2)x + 200 \n" ); document.write( "y <= (-3/2)x + 240 \n" ); document.write( "--------------------------- \n" ); document.write( "Plot those boundary lines and the intersecting solution regions. \n" ); document.write( " \n" ); document.write( "-------------------------- \n" ); document.write( "Find the corners of the solution region:(0,0),(0,200),(40,180),(160.0) \n" ); document.write( "---------------------- \n" ); document.write( "Check each of those number pairs in P=0.3x + 0.4y \n" ); document.write( "to determine which pair give you the maximum \"p\" value. \n" ); document.write( "(0,0) gives P = 0 \n" ); document.write( "(0,200) gives p = 0 + 0.4*200 = 80 \n" ); document.write( "(40,180) gives p = 0.3*40 + 0.4*180 = 84 \n" ); document.write( "(150,0) gives p = 0.3*150 + 0 = 45 \n" ); document.write( "-------------------------------------------- \n" ); document.write( "So (40,180) gives the maximum Profit. \n" ); document.write( "=============================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |