document.write( "Question 1112478: Solve the LP problem. If no optimal solution exists, indicate whether the feasible region is empty or the objective function is unbounded. HINT\r
\n" ); document.write( "\n" ); document.write( "Maximize p = x + y subject to
\n" ); document.write( "x + 2y ≥ 30
\n" ); document.write( "2x + 2y ≤ 30
\n" ); document.write( "2x + y ≥ 30
\n" ); document.write( "x ≥ 0, y ≥ 0. \r
\n" ); document.write( "\n" ); document.write( "p=
\n" ); document.write( "(x, y)=
\n" ); document.write( "
\n" ); document.write( "

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


\n" ); document.write( "With the constraint that x and y are both non-negative, the second constraint has only one point in common with each of the first and third constraints; and those two points are different.

\n" ); document.write( "The feasibility region is empty; so nothing can be optimized.
\n" ); document.write( "
\n" );