document.write( "Question 787508: Find the minimum and maximum values of the objective function subject to the given constraints.
\n" );
document.write( "Objective function:
\n" );
document.write( "C=2x+5y
\n" );
document.write( "Constraints:
\n" );
document.write( "x is less than or equal to 5
\n" );
document.write( "y is greater than or equal to 4
\n" );
document.write( "-2x+5y is less than or equal to 30 \n" );
document.write( "
Algebra.Com's Answer #478222 by josgarithmetic(39617)![]() ![]() ![]() You can put this solution on YOUR website! What we would do is first graph these descriptions onto x y plane: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "That will form a planar figure. You would expect the optimal solution to C to be one of the vertices of this planar figure. Test each vertex point, and find which one give the maximum and which gives the minimum.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The first two constraints are simple to graph. The last given constraint may be easiest as slope-intercept form: 5y<=2x+30, into \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You would continue with this graph to pick your vertex points:\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Points to check will be (-5,4), (5,4), and (5,8). \n" ); document.write( " |