document.write( "Question 1118954: A manufacturer of golf clubs makes a profit of $40 per set on a model A set and $60 per set on a model B set. Daily production of the model A clubs is between 30 and 60 sets, inclusive, and that of the model B clubs is between 10 and 30 sets, inclusive. The total daily production is not to exceed 60 sets. How many sets of each model should be manufactured per day to maximize the profit? \n" ); document.write( "
Algebra.Com's Answer #734387 by ikleyn(52787)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "Let X and Y be the numbers of model A sets and model B sets, respectively.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Then the constrains are\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "30 <= X <= 60,\r\n" ); document.write( "10 <= Y <= 30,\r\n" ); document.write( "\r\n" ); document.write( "X + Y <= 60.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The profit function is C(X,Y) = 40*X + 60*Y dollars to maximize.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The feasibility area is shown in the Figure below\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "----------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To see other similar problems solved by the same method, look into 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( " \n" ); document.write( " |