document.write( "Question 1185076: The Halloween Express is making pre-packaged bags of candy for customers to give out to trick-or-treaters. The store has 20 tootsie rolls and 18 suckers. Package A requires 1 tootsie roll and 3 suckers. Package B requires 5 tootsie rolls and 1 sucker. If package A sells for $2 and package B sells for $3, how many of each package should they make to maximize profit? \n" ); document.write( "
Algebra.Com's Answer #815816 by ikleyn(52787)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "The Halloween Express is making pre-packaged bags of candy for customers to give out to trick-or-treaters. \n" ); document.write( "The store has 20 tootsie rolls and 18 suckers. \n" ); document.write( "Package A requires 1 tootsie roll and 3 suckers. \n" ); document.write( "Package B requires 5 tootsie rolls and 1 sucker. \n" ); document.write( "If package A sells for $2 and package B sells for $3, how many of each package should they make to maximize \n" ); document.write( "~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " It is quite obvious, that at the given circumstances, the problem's question \n" ); document.write( " should be about the REVENUE and not about the profit.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " With this editing, see my solution below.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let X be the number of packages A and Y be the number of packages B.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Then we want maximize the revenue function\r\n" ); document.write( "\r\n" ); document.write( " R(X,Y) = 2X + 3Y\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "under the following restrictions\r\n" ); document.write( "\r\n" ); document.write( " X + 5Y <= 20 (toorsie rolls)\r\n" ); document.write( "\r\n" ); document.write( " 3X + Y <= 18 (suckers)\r\n" ); document.write( "\r\n" ); document.write( " X >= 0, Y >= 0\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The plot of the feasibility domain is shown in the Figure below.\r\n" ); document.write( "\r\n" ); document.write( "\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( " |