document.write( "Question 1118359: Please help me to understand how to do \"optimization\"\r
\n" );
document.write( "\n" );
document.write( "Objective function: C = 8x+10y Maximize
\n" );
document.write( "Constraints
\n" );
document.write( "2x+y _< 12
\n" );
document.write( "x+3y _< 21\r
\n" );
document.write( "\n" );
document.write( "X_>0, y_>0\r
\n" );
document.write( "\n" );
document.write( "Then I need to graph it?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #733638 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Objective function: C = 8x+10y Maximize \n" ); document.write( "Constraints \n" ); document.write( "2x+y _< 12 \n" ); document.write( "x+3y _< 21 \n" ); document.write( "X_>0, y_>0 \n" ); document.write( "Graph this first, it will be easier to understand \n" ); document.write( "We need the 1st two equations to be changed to the slope intercept \n" ); document.write( "2x + y = 12 \n" ); document.write( "y = -2x + 12 \n" ); document.write( "and \n" ); document.write( "x + 3y = 21 \n" ); document.write( "3y = -x + 21 \n" ); document.write( "y = - \n" ); document.write( "Graph these equations, the area of interest is below the lowest line \n" ); document.write( "Note that only positive solutions are considered \n" ); document.write( " \n" ); document.write( "Find the objective solution at the point of intersection which is 3,6 \n" ); document.write( "C = 8x + 10y \n" ); document.write( "C = 8(3) + 10(6) \n" ); document.write( "C = 24 + 60 \n" ); document.write( "C = 84 \n" ); document.write( "Find the other two objective solutions \n" ); document.write( "x=0, y=7 \n" ); document.write( "C = 8(0) + 10(7) \n" ); document.write( "C = 70 \n" ); document.write( "and \n" ); document.write( "x=6, y=0 \n" ); document.write( "C = 8(6) + 10(0) \n" ); document.write( "C = 48 \n" ); document.write( ": \n" ); document.write( "Obviously the optimum (max) objective solution is x=3, y=6, which is 84 \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |