document.write( "Question 1184538: An apple orchard sells apple juice in three different sized containers: 1L, 2L, and 4L bottles. The maximum amount of juice that can be produced in a week is 320L, and it seems that customers prefer the 1L format over the other two combined.
\n" );
document.write( "
\n" );
document.write( "Furthermore, for every 2L bottle sold, at most one 4L bottle is sold. If the profit for the one litre bottles is $1, the two litre bottle profits $1.50, and the four litre bottle has profit of $3.75 determine how many of each format of bottle must be sold to maximize weekly profits, and determine the profit. \n" );
document.write( "
Algebra.Com's Answer #815243 by robertb(5830)![]() ![]() You can put this solution on YOUR website! The problem is to maximize P = x + 1.50y + 3.75z, subject to\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You can then go to http://reshmat.ru/simplex_method_lpp.html to implement the simplex method.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "What you will get in the end are x = 160, y = 80, and z = 80, with maximum P = 580.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |