document.write( "Question 1162582: Minimize P = y − x subject to the following constraints.
\n" ); document.write( "
\n" ); document.write( "x ≥ 0
\n" ); document.write( "y ≥ 0
\n" ); document.write( "x + y ≤ 9
\n" ); document.write( "2x + y ≥ 2\r
\n" ); document.write( "\n" ); document.write( "minimum value. P =
\n" ); document.write( "point where minimum occurs. (x, y) =
\n" ); document.write( "

Algebra.Com's Answer #786400 by greenestamps(13203)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "The constraint boundary lines are

\n" ); document.write( "\"y+=+-x%2B9\"
\n" ); document.write( "\"y+=+-2x%2B2\"

\n" ); document.write( "A graph; the feasibility region is below the red line and above the green....

\n" ); document.write( "\"graph%28400%2C400%2C-2%2C10%2C-2%2C10%2C-x%2B9%2C-2x%2B2%29\"

\n" ); document.write( "The objective function is not very realistic; it is obvious that P = y-x will have its minimum value where y is smallest and x is largest -- at (9,0).

\n" ); document.write( "But to practice the standard method for solving this kind of problem, you can evaluate the objective function at all four corner points -- (1,0), (9,0), (0,2), and (0,9).

\n" ); document.write( "
\n" ); document.write( "
\n" );