document.write( "Question 1118425: A manufacturer produces two models of mountain bikes. Model A requires 5 hours of assembly time and 2 hours of painting time, and Model B requires 4 hours of assembly time and 3 hours of painting time. The maximum total weekly hours available in the assembly department and the painting department are 200 hours and 108 hours, respectively. The profits per unit are $25 for Model A and $15 for Model B. How many of each type should be produced to maximize profit?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "___ bikes of Model A\r
\n" ); document.write( "\n" ); document.write( "___ bikes of Model B\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "What is the maximum profit? $____
\n" ); document.write( "

Algebra.Com's Answer #733798 by ikleyn(52794)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "A manufacturer produces two models of mountain bikes.
\n" ); document.write( "Model A requires 5 hours of assembly time and 2 hours of painting time,
\n" ); document.write( "and Model B requires 4 hours of assembly time and 3 hours of painting time.
\n" ); document.write( "The maximum total weekly hours available in the assembly department and the painting department are
\n" ); document.write( "200 hours and 108 hours, respectively.
\n" ); document.write( "The profits per unit are $25 for Model A and $15 for Model B. How many of each type should be produced to maximize profit?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let X be the number of bikes Model A;\r\n" );
document.write( "\r\n" );
document.write( "    Y be the number of bikes Model B.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then the constraints are \r\n" );
document.write( "\r\n" );
document.write( "5X + 4Y <= 200,         (1)     (Assembly time constraint of 200 hours)\r\n" );
document.write( "2X + 3Y <= 108.         (2)     (Painting time constraint of 108 hours)\r\n" );
document.write( "\r\n" );
document.write( "X >= 0, Y >= 0.         (3)     (Non-negativity constraint)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The profit function is\r\n" );
document.write( "\r\n" );
document.write( "P(X,Y) = 25X + 15Y.     (4)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The feasibility domain is shown in the Figure below.\r\n" );
document.write( "\r\n" );
document.write( "It is the quadrilateral in the Quadrant I below two straight lines that are constraints.\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  5x + 4y = 200 (red line)  and  2x + 3y = 108 (green line).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The vertices of  the quadrilateral are  \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    P1 = (0,36)    (y-intersept of the green line)\r\n" );
document.write( "\r\n" );
document.write( "    P2 = (40,0)    (x-intercept of the red line)\r\n" );
document.write( "\r\n" );
document.write( "    P3 = (24,20)   (the intersection point of the red and green lines)   <<<---=== You may find it by solving the system of equations\r\n" );
document.write( "   \r\n" );
document.write( "    P4 = (0,0)    (the origin of the coordinate system)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "According to the Linear Programming method, you need to find the values of the profit function in the vertices of the feasibility domain,\r\n" );
document.write( "\r\n" );
document.write( "and then select the vertex, where the value of the profit function is maximal.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "These calculations re shown below:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    at P1:   P(X,Y) = P(0,36)  = 0*25  + 36*15 =  540;\r\n" );
document.write( "\r\n" );
document.write( "    at P2:   P(X,Y) = P(40,0)  = 40*25 + 0*15  = 1000;\r\n" );
document.write( "\r\n" );
document.write( "    at P3:   P(X,Y) = P(24,20) = 24*25 + 20*15 = 900;\r\n" );
document.write( "\r\n" );
document.write( "    at P4:   P(X,Y) = P(0,0)   = 0*25  + 0*15  =   0.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The maximum value is 1000 at P2;  so,  X = 40, Y = 0 is the solution to the given problem.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer.  40 bikes of the model A  and  0 (zero, ZERO) bikes of the model B  satisfy the constraints \r\n" );
document.write( "and provide the maximum profit of 1000 dollars.\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );