document.write( "Question 986289: Maximize z=2x+4y subject 2x+y>=4, x+y<=9, x,y>=0 \n" ); document.write( "
Algebra.Com's Answer #607278 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "First graph the feasible region and find the vertices (points of intersection). \n" ); document.write( "The extrema occur at the vertices so check the value of the function at those points. \n" ); document.write( "(2,0): \n" ); document.write( "(9,0): \n" ); document.write( "(0,4): \n" ); document.write( "(0,9): \n" ); document.write( " \n" ); document.write( " |