document.write( "Question 1122658: A small company builds two types of garden chairs.
\n" );
document.write( "Type A requires 2 hours of machine time and 5 hours of craftsman time.
\n" );
document.write( "Type B requires 3 hours of machine time and 5 hours of craftsman time.
\n" );
document.write( "Each day there are 30 hours of machine time available and 60 hours of craftsman time. The
\n" );
document.write( "profit on each type A chair is E60 and on each type B chair is E84. Formulate the appropriate
\n" );
document.write( "linear programming problem and solve it graphically to obtain the optimal solution that
\n" );
document.write( "maximizes profit
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #738805 by ikleyn(52872) You can put this solution on YOUR website! \r\n" ); document.write( "\r\n" ); document.write( "Let X be the number of type A chairs;\r\n" ); document.write( "\r\n" ); document.write( "let Y be the number of type B chairs.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The objective function (profit) is\r\n" ); document.write( "\r\n" ); document.write( "R(X,Y) = 60X + 84Y.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The restrictions are :\r\n" ); document.write( "\r\n" ); document.write( "2X + 3Y <= 30 (1) (restriction on the machine time) and\r\n" ); document.write( "5X + 5Y <= 60 (2) (restriction on the craftsman time).\r\n" ); document.write( "X >= 0; Y >= 0. (3) (non-negativity).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "You need to maximize the objective function (profit) under given restrictions.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The feasible domain is shown below.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "It is a quadrilateral in the first quadrant (X >= 0, Y >= 0) restricted \r\n" ); document.write( "by the red line 2x + 3y = 30 and the green line 5X + 5Y = 60.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For many other similar solved problems see the lesson\r \n" ); document.write( "\n" ); document.write( " - Solving minimax problems by the Linear Programming method \r \n" ); document.write( "\n" ); document.write( "in this site.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Learn from there the technique and the methodology on how to solve minimax problems using the Linear Programming method - once and for all.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |