document.write( "Question 1103218: a. find the corners of the feasible region.
\n" );
document.write( "b. find the maximum of the given objective fuction\r
\n" );
document.write( "\n" );
document.write( "maximize
\n" );
document.write( "f=3x+2y\r
\n" );
document.write( "\n" );
document.write( "subject to \r
\n" );
document.write( "\n" );
document.write( "4x+y=140
\n" );
document.write( "x+2y=80
\n" );
document.write( "x+y=50\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #717939 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "For the problem to make any sense, the constraints need to be inequalities -- not equations.... \n" ); document.write( " |