document.write( "Question 1189862: Solve the following problem by simplex method.
\n" ); document.write( "Max Z = 8x1 + 16x2
\n" ); document.write( "Subject to: x1 + x2  200
\n" ); document.write( " x2  125
\n" ); document.write( " 3x1 + 6x2  900
\n" ); document.write( " Where x1, x2  0 non-negativity condition\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #849277 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Solve the following problem by simplex method.
\n" ); document.write( "
\n" ); document.write( "Max Z = 8x1 + 16x2
\n" ); document.write( "Subject to: x1 + x2 <= 200
\n" ); document.write( " x2 <= 125
\n" ); document.write( " 3x1 + 6x2 <= 900
\n" ); document.write( " Where x1, x2 > 0 (non-negativity condition)
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "        It can be solved mentally, using common sense only
\n" ); document.write( "        and without using the simplex method.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Indeed, from the objective function form  Z = 8x1 + 16x2 \r\n" );
document.write( "it is clear that it is profitable to keep x2 as large as possible due to constrains\r\n" );
document.write( "and after determining x2 in this way to keep x1 as large as possible due to the constrains.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Doing this way, we take  x2 = 125  (maximum allowed by the constrain x2 <= 125).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then we determine x1 = \"%28900-6%2A125%29%2F3\" = 50 from constrain 3x1 + 6x2 <= 900.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then  \"Z%5Bmax%5D\" = 8x1 + 16x2 = 8*50 + 16*125 = 2400.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved mentally.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );