document.write( "Question 1112477: Solve the given LP problem. If no optimal solution exists, indicate whether the feasible region is empty or the objective function is unbounded.
\n" ); document.write( "Maximize p = x − 7y subject to
\n" ); document.write( "2x + y ≥ 8
\n" ); document.write( "y ≤ 5
\n" ); document.write( "x ≥ 0, y ≥ 0\r
\n" ); document.write( "\n" ); document.write( "p=\r
\n" ); document.write( "\n" ); document.write( "(x, y) = \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(I got (1.5, 5) as x and y and it was wrong)
\n" ); document.write( "

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


\n" ); document.write( "The point (1.5,5) is where the two constraint lines intersect.

\n" ); document.write( "But the feasibility region is unbounded; there is no limit on how large x can be.

\n" ); document.write( "So there is no maximum value of the objective function p = x-7y.
\n" ); document.write( "
\n" );