document.write( "Question 953806: MINIMIZE USING SIMPLEX METHOD
\n" );
document.write( "Z=600X1+ 400X2 \r
\n" );
document.write( "\n" );
document.write( "1500X1+ 1500X2 >20,000
\n" );
document.write( "3000X1+ 1000X2 >40,000
\n" );
document.write( "2000X1+ 5000X2 >44,000
\n" );
document.write( "X1, X2 >0\r
\n" );
document.write( "\n" );
document.write( "NB: the > sign is greater or equal to..... \n" );
document.write( "
Algebra.Com's Answer #582524 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! MINIMIZE USING SIMPLEX METHOD \n" ); document.write( " Z=600X1+ 400X2 \n" ); document.write( "1500X1+ 1500X2 >20,000 \n" ); document.write( "Graph x1 = -x2 + (4/3) \n" ); document.write( "Shade the area above it. \n" ); document.write( "------------------------------- \n" ); document.write( " 3000X1+ 1000X2 >40,000 \n" ); document.write( "Graph x1 = (-1/3)x2 +(4/3) \n" ); document.write( "Shade the area above it. \n" ); document.write( "----------------------------- \n" ); document.write( " 2000X1+ 5000X2 >44,000 \n" ); document.write( "Graph x1 = (-5/2)x2 +22 \n" ); document.write( "Shade the area above it. \n" ); document.write( "------ \n" ); document.write( " X1, X2 >0 \n" ); document.write( "Means the graphs are restricted to QI \n" ); document.write( "------ \n" ); document.write( "Find the intersections of the boundary lines. \n" ); document.write( "Test each of those x/y pairs in the objective function to mind the minimum. \n" ); document.write( "================= \n" ); document.write( "NB: the > sign is greater or equal to..... \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |