document.write( "Question 251014: find the maximum value of the objective function z=3x+5y subject to the folloing constraints: x greater than or equal to 2, y greater than or equal to 0, x+y less than or equal to 6. \n" ); document.write( "
Algebra.Com's Answer #182828 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! Graph the constraints to find the feasible region.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "As we see the feasible region is a triangle with vertices at (2,0),(2,4),and (0,6). \n" ); document.write( "The max and min of the objective function occurs at one of these vertices. \n" ); document.write( "(2,0): \n" ); document.write( "(2,4): \n" ); document.write( "(6,0): \n" ); document.write( "The max value of 26 occurs at (2,4). \n" ); document.write( " |