document.write( "Question 322796: Solve the following Linear Programming problem using the corner point method.\r
\n" ); document.write( "\n" ); document.write( " Maximize - 3X + 5Y
\n" ); document.write( " Subject to -
\n" ); document.write( " 4X + 4y <=48
\n" ); document.write( " X + 2Y <=20
\n" ); document.write( " X,Y >= o\r
\n" ); document.write( "\n" ); document.write( " a) Plot the graph for each
\n" ); document.write( " b) Find the four corner points
\n" ); document.write( " c) Find the profit for each Point
\n" ); document.write( " d) What is the maximum profit?\r
\n" ); document.write( "\n" ); document.write( "My answer:
\n" ); document.write( " Graph 4x + 4y <= 48 Graph x + 2y = 20
\n" ); document.write( " X= 0 y=12 x= 0 y= 10
\n" ); document.write( " x= 0 y= 12 x = 20 y= 0\r
\n" ); document.write( "\n" ); document.write( "I have done the graph but I do not know how to work the rest\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #231649 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Solve the following Linear Programming problem using the corner point method.
\n" ); document.write( "\"P%28x%2Cy%29=3x+%2B+5y\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "The feasible region (shown by the blue polygon) is formed from the two lines and the two axes. The intersection of the lines with the axes give two points, the intersection of the axes (0,0) gives a third point.
\n" ); document.write( "You also need to find the intersection of the two lines to get the fourth point in the feasible region:
\n" ); document.write( "\"y=12-x\" and
\n" ); document.write( "\"y=%2820-x%29%2F2\"
\n" ); document.write( "which occurs at (4,8).
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "c)The maximum and minimum for P(x,y) occurs at one of the vertices.
\n" ); document.write( "Calculate the value at each of them,
\n" ); document.write( "(\"0\",\"0\"):\"P=3x%2B5y=0\"
\n" ); document.write( "(\"12\",\"0\"):\"P=3x%2B5y=3%2812%29=36\"
\n" ); document.write( "(\"0\",\"10\"):\"P=3x%2B5y=5%2810%29=50\"
\n" ); document.write( "(\"4\",\"8\"):\"P=3x%2B5y=3%284%29%2B5%288%29=52\"
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "d)The maximum profit of \"52\" occurs when \"x=4\" and \"y=8\".
\n" ); document.write( "
\n" ); document.write( "
\n" );