document.write( "Question 1027547: What is the maximum value of the objective function P= 6x - y, subject to the following constraints.\r
\n" );
document.write( "\n" );
document.write( "y is less than and equal to 2x + 1
\n" );
document.write( "y is less than and equal to 7
\n" );
document.write( "y is less than and equal to 8
\n" );
document.write( "y is greater than and equal to 3 \n" );
document.write( "
Algebra.Com's Answer #642762 by Fombitz(32388) You can put this solution on YOUR website! Your feasible region is unbounded in x. \n" ); document.write( "You cannot determine a maximum value. \n" ); document.write( " |