document.write( "Question 726555: Solve the linear programming problem by the method of corners.
\n" );
document.write( "Minimize C = 5x + y
\n" );
document.write( "subject to x + 2y ≥ 36
\n" );
document.write( "x + y ≥ 30
\n" );
document.write( "x ≥ 0, y ≥ 0
\n" );
document.write( "The minimum is C = at
\n" );
document.write( "(x, y) = \r
\n" );
document.write( "\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( ". \n" );
document.write( "
Algebra.Com's Answer #444650 by lynnlo(4176)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " |