document.write( "Question 1176024: Evan runs a factory that makes Blu-ray players. Each T50 takes 4 ounces of plastic and 4 ounces of metal. Each G150 requires 2 ounces of plastic and 6 ounces of metal. The factory has 140 ounces of plastic, 324 ounces of metal available, with a maximum of 16 T50 that can be built each week. If each T50 generates $12 in profit, and each G150 generates $11, how many of each of the Blu-ray players should Evan have the factory make each week to make the most profit?\r
\n" ); document.write( "\n" ); document.write( "T50:
\n" ); document.write( "G150:
\n" ); document.write( "Best profit:
\n" ); document.write( "

Algebra.Com's Answer #801934 by ikleyn(52906)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Evan runs a factory that makes Blu-ray players. Each T50 takes 4 ounces of plastic and 4 ounces of metal.
\n" ); document.write( "Each G150 requires 2 ounces of plastic and 6 ounces of metal.
\n" ); document.write( "The factory has 140 ounces of plastic, 324 ounces of metal available, with a maximum of 16 T50 that can be built each week.
\n" ); document.write( "If each T50 generates $12 in profit, and each G150 generates $11, how many of each of the Blu-ray players should
\n" ); document.write( "Evan have the factory make each week to make the most profit?
\n" ); document.write( "~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let X = # of items T50;  Y = # of items G150.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "From the condition, we have this formulation of maximization problem:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    (1)  the objective function to maximize is the profit  P = 12X + 11Y  dollars.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Restrictions\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    (2)  4X + 2Y <=  140            (plastic restriction)\r\n" );
document.write( "\r\n" );
document.write( "    (3)  4X + 6Y <=  324            (metal restriction)\r\n" );
document.write( "\r\n" );
document.write( "    (4)   0 <= X <= 16,  Y >= 0.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "You can make a plot of the feasibility domain.\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 y = \"%28140-4x%29%2F2\"  (red);  y = \"%28324-4x%29%2F6\" (green);  x = 16 (blue)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It is a pentagon in QI adjacent to x- and y-axes, restricted by the red, the green and the blue lines.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It has vertices (X,Y) = (0,0), (0,54), (12,46), (16,38), (16,0).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The solution is one of these 5 points, where the objective function (profit) has a maximum.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The values of the function  P(X,Y)  at listed points are\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    P(0,0)                      =   0,\r\n" );
document.write( "\r\n" );
document.write( "    P(0,54)   = 12*0  + 11*54   = 594,\r\n" );
document.write( "\r\n" );
document.write( "    P(12,46)  = 12*12 + 11*46   = 650,\r\n" );
document.write( "\r\n" );
document.write( "    P(16,38)  = 12*16 + 11*38   = 610,\r\n" );
document.write( "\r\n" );
document.write( "    P(16,0)   = 12*16  + 11*0   = 192.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Comparing these values, you find the optimal point.\r\n" );
document.write( "\r\n" );
document.write( "It is  (X,Y) = (12,46),  12 items T50 and 46 items G150, providing maximum profit of 650 dollars.     ANSWER\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( "In this site, there is a lesson\r
\n" ); document.write( "\n" ); document.write( "    - Solving minimax problems by the Linear Programming method \r
\n" ); document.write( "\n" ); document.write( "which explains, for beginners, metodology of solving such problems in more details.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );