document.write( "Question 530477: Find the minimum and maximum values of the objective function subject to the given constrants. Objective function: C= 2x + 3y
\n" );
document.write( " Constraints:
\n" );
document.write( "x>0
\n" );
document.write( "y>0
\n" );
document.write( "x +y < 9\r
\n" );
document.write( "\n" );
document.write( "I also have to graph this and I just don't get how to even start this type of a problem. \n" );
document.write( "
Algebra.Com's Answer #350062 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the minimum and maximum values of the objective function subject to the given constrants. Objective function: C= 2x + 3y \n" ); document.write( "Constraints: \n" ); document.write( "x>0 \n" ); document.write( "y>0 \n" ); document.write( "Comment: These two conditions tell you the answers are in the 1st Quadrant. \n" ); document.write( "----------------------------- \n" ); document.write( "x +y < 9 \n" ); document.write( "Graph the boundary line: y = -x+9 \n" ); document.write( "Solutions points are below the boundary line and in the 1st Quadrant. \n" ); document.write( "--- \n" ); document.write( " \n" ); document.write( "==== \n" ); document.write( "The vertices you need to check are (0,0),(0,9),(9,0) \n" ); document.write( "(0,0): 2*0+3*0 = 0 (minimum) \n" ); document.write( "(0,9): 2*0+3*9 = 27 (maximum) \n" ); document.write( "(9,0): 2*9+3*0 = 18 \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |