document.write( "Question 1201221: You are given a linear programming problem.\r
\n" );
document.write( "\n" );
document.write( "Maximize P = 4x + 4y
\n" );
document.write( "subject to 2x + 3y ≤ 12 Resource 1
\n" );
document.write( "2x + y ≤ 8 Resource 2
\n" );
document.write( "y ≥ 0
\n" );
document.write( "x ≥ 0 \r
\n" );
document.write( "\n" );
document.write( "(a) Use the method of corners to solve the problem.
\n" );
document.write( "The maximum is P = __?__ at (x, y) = (__?__)\r
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( "(b) Suppose P = cx + 4y. Find the range of values that the coefficient c of x can assume without changing the optimal solution.
\n" );
document.write( "__?__ ≤ c ≤ __?__\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(c) Find the range of values that Resource 1 can assume.
\n" );
document.write( " __?__ ≤ (Resource 1) ≤ __?__\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(d) Find the shadow price for Resource 1.
\n" );
document.write( "__?__ \n" );
document.write( "
Algebra.Com's Answer #835515 by ikleyn(52788)![]() ![]() You can put this solution on YOUR website! .\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In this site, there is a lesson\r \n" ); document.write( "\n" ); document.write( " - Solving minimax problems by the Linear Programming method \r \n" ); document.write( "\n" ); document.write( "which teaches and explains on how to solve linear programming problems on the introductory level.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Read it and learn the subject from scratch.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This reading will be definitely enough to you to solve your problem (a) on your own.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |