document.write( "Question 726557: Solve the linear programming problem by the method of corners.
\n" );
document.write( "Maximize P = 2x + 5y
\n" );
document.write( "subject to x + y ≤ 10
\n" );
document.write( "3x + y ≥ 12
\n" );
document.write( "−2x + 3y ≥ 8
\n" );
document.write( "x ≥ 0, y ≥ 0
\n" );
document.write( "The maximum is P = at
\n" );
document.write( "(x, y) = \r
\n" );
document.write( "\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( ". \n" );
document.write( "
Algebra.Com's Answer #444649 by lynnlo(4176)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " |