document.write( "Question 1058509: 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( "\n" ); document.write( " bikes of Model B\r
\n" ); document.write( "\n" ); document.write( "What is the maximum profit? $
\n" ); document.write( "

Algebra.Com's Answer #673609 by ikleyn(52776)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "A manufacturer produces two models of mountain bikes. 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. The maximum total weekly hours available in
\n" ); document.write( "the assembly department and the painting department are 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?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " bikes of Model A\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " bikes of Model B\r
\n" ); document.write( "\n" ); document.write( "What is the maximum profit? $
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let x = # model A bikes to produce,\r\n" );
document.write( "    y = # model B bikes to produce.\r\n" );
document.write( "\r\n" );
document.write( "Then the restrictions are\r\n" );
document.write( "\r\n" );
document.write( "5x + 4y <= 200,     (assembly time)\r\n" );
document.write( "2x + 3y <= 108.     (painting time)\r\n" );
document.write( "\r\n" );
document.write( "Two other obvious restrictions are x >= 0  and  y >= 0.\r\n" );
document.write( "\r\n" );
document.write( "The objective function is z = 25x + 15y, which you must to maximize. \r\n" );
document.write( "\r\n" );
document.write( "The setup is done. \r\n" );
document.write( "The rest is just arithmetic, if you know what the LINEAR PROGRAMMING METHOD is.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "You can look into this link\r
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/Linear-equations/Linear-equations.faq.question.1058105.html\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/Linear-equations/Linear-equations.faq.question.1058105.html\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I solved there another problem, but you can still understand the idea of the LINEAR PROGRAMMING METHOD from there,
\n" ); document.write( "or refresh your knowledge.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Good luck !\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );