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)\"\" \"About 
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( "\r\n" );
document.write( "\r\n" );
document.write( "Plots  X = 30 (red),  X = 60 (green),  Y = 10 (blue),  Y = 30 (magenta) and  X + Y = 60.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The feasibility domain is the triangle area bounded by the red, blue and sloped lines.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The points to check the cost function are\r\n" );
document.write( "\r\n" );
document.write( "    P1 = (30,10)    (right angle vetex)\r\n" );
document.write( "\r\n" );
document.write( "    P2 = (30,30)    (upper vertex of the triangle)\r\n" );
document.write( "\r\n" );
document.write( "    P3 = (50,10)    (most right vertex of the triangle).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The values of the profit function are\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    at P1:  P(30,10) = 30*40 + 10*60 = 1800;\r\n" );
document.write( "\r\n" );
document.write( "    at P2:  P(30,30) = 30*40 + 30*60 = 3000;\r\n" );
document.write( "\r\n" );
document.write( "    at P3:  P(50,10) = 50*40 + 10*60 = 2600.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "You are looking for the maximum - hence, your solution is at P2.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer.  30 model A sets and 30 model B sets is the solution which provides the maximal profit of $3000 per day.\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( "
\n" );