document.write( "Question 532189: Consider the following LP problem:
\n" );
document.write( "maximum profit = 5X+6Y
\n" );
document.write( "subject to 2X+y <- 120
\n" );
document.write( " 2x+3y <- 120
\n" );
document.write( " x,y<- 0
\n" );
document.write( "(a) What is the optimal solution to this problem?
\n" );
document.write( "Solve it graphically.
\n" );
document.write( "(b) If a technical breakthrough occurred that raised
\n" );
document.write( "the profit per unit of X to $8, would this affect
\n" );
document.write( "the optimal solution?
\n" );
document.write( "(c) Instead of an increase in the profit coefficient X
\n" );
document.write( "to $8, suppose that profit was overestimated and
\n" );
document.write( "should only have been $3. Does this change the
\n" );
document.write( "optimal solution?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #350712 by solver91311(24713)![]() ![]() You can put this solution on YOUR website! \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "First let's get your terminology straight. \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Second, don't mix capital letters and lower case letters for your variables ( \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Part a). Graph all four of your constraint inequalities: \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Either way, the optimum solution, since none of the slopes of the constraint boundaries are equal to the slope of the function you are trying to optimize, you know that the optimum solution will be one of the four vertices of the feasibility quadrilateral.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So, find the four ordered pairs that represent the four vertices of the feasibility quadrilateral and evaluate the profit function for the values of the coordinates of each of those points. The optimum solution will make the function have the larger value.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Part b) and c) Change your profit function to \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Write back and we can negotiate a price for a full graphical solution if you are interested.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "John \n" ); document.write( " \n" ); document.write( "My calculator said it, I believe it, that settles it \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |