document.write( "Question 197946: Value of c=2x-y subject to the constraints:\r
\n" ); document.write( "\n" ); document.write( "x>=1
\n" ); document.write( "x<=4
\n" ); document.write( "y<=8
\n" ); document.write( "x-3y<=-2\r
\n" ); document.write( "\n" ); document.write( "The last constraint really confuses me. Thanks for your time. Mike
\n" ); document.write( "

Algebra.Com's Answer #148473 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Simply graph every inequality on the xy plane. These graphs will form a closed polygon. It turns out that the values that will optimize \"c\" will be the x and y values that are at the vertices. So simply plug in the x and y values at the vertices to see which value yields the largest/smallest value of \"c\". Let me know if this makes sense. \n" ); document.write( "
\n" );