document.write( "Question 1103222: use the graphical method to solve the following linear programming problem.
\n" );
document.write( "restrict
\n" );
document.write( "x>0
\n" );
document.write( "y>0\r
\n" );
document.write( "\n" );
document.write( "maximize
\n" );
document.write( "f=30x+27y\r
\n" );
document.write( "\n" );
document.write( "subject to\r
\n" );
document.write( "\n" );
document.write( "30x+10y< or equal to 180
\n" );
document.write( "20x+20y < or equal to 200
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #717918 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "I don't know whether you are a student who is interested in learning the method,\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "or the other person who is interested in getting an answer only.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you are of the first category, then specially for you there is the lesson in this site\r \n" ); document.write( "\n" ); document.write( " - Solving minimax problems by the Linear Programming method \r \n" ); document.write( "\n" ); document.write( "which explains in details the solution procedure by examples.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Consider it as your sample and solve your problem using the same method/procedure.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In this way, you will learn on how to solve such problems once for all.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |