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)![]() ![]() 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( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |