document.write( "Question 1032382: Maximize the following objective function using simplex method:
\n" ); document.write( "Z=10 X_(1 )+8 X_2
\n" ); document.write( "Subject To:
\n" ); document.write( "3 X_1+1X_2 ≤4500
\n" ); document.write( "2 X_1+2X_2 ≤4000
\n" ); document.write( " X_1+3X_2 ≤4500 \r
\n" ); document.write( "\n" ); document.write( "With
\n" ); document.write( "X_1 ≥0
\n" ); document.write( "X_2 ≥0
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #647047 by johb(2)\"\" \"About 
You can put this solution on YOUR website!
This is really easy to solve using Simplex method:\r
\n" ); document.write( "\n" ); document.write( "The optimal solution value is Z = 18500
\n" ); document.write( "X1 = 1250
\n" ); document.write( "X2 = 750\r
\n" ); document.write( "\n" ); document.write( "You can learn more in http://www.phpsimplex.com/en \r
\n" ); document.write( "\n" ); document.write( "There is a free tool to solve any problem step-by-step via Simplex method, Dual-Simplex method and Graphical method.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );