document.write( "Question 1198987: Solve the linear programming programing by graphing and then determining which vertex maximizes the objective function
\n" );
document.write( "P=7x+9y
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "x+2y≤10
\n" );
document.write( "4x+y≤12
\n" );
document.write( "x≥0
\n" );
document.write( "y≥0\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "What is the maximum value? P =
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #832664 by Theo(13342)![]() ![]() You can put this solution on YOUR website! using the desmos.com calculator you would graph the opposite of the inequalities. \n" ); document.write( "the area on the graph that is not shaded is the region of feasibility. \n" ); document.write( "the corner points of the region is whaere the maximum value of P will be located. \n" ); document.write( "the corner points are: \n" ); document.write( "(0,5) \n" ); document.write( "(2,4) \n" ); document.write( "(3,0) \n" ); document.write( "the maximum value of P = 7x + 9y is located at (2,4) and the value of P at that point is 50. \n" ); document.write( "this is what the graph looks like. \n" ); document.write( " ![]() \n" ); document.write( "all constraints need to be satisfied at that point. \n" ); document.write( "at the point (2,4): \n" ); document.write( "x+2y≤10 = 10 which is <= 10 \n" ); document.write( "4x+y≤12 = 12 which is <= 12 \n" ); document.write( "x and y are both >= 0\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |