document.write( "Question 639500: Use graphical method for LPP
\n" );
document.write( "Minimize Z=15x1+20x2
\n" );
document.write( "Subject to following constrains :
\n" );
document.write( "x1+2x2>=10
\n" );
document.write( "2x1-3x2<=6
\n" );
document.write( "x1+x2>=6
\n" );
document.write( "x1>=0, x2>=0 \n" );
document.write( "
Algebra.Com's Answer #420748 by aldo(1)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " |