document.write( "Question 1192805: A candy manufacturer makes two types of special candy, say A and B. Candy A consists of equal part dark chocolate and caramel and Candy B consists of two parts of dark chocolate and one part of walnut. The company has in stock 430 kilograms of caramel, 360 kilograms of dark chocolate and 210 kilograms of walnuts. The company sells Candy A for P285 and Candy B for P260 per kilogram. How much of each candy should the manufacturer produce to maximize profit? \n" ); document.write( "
Algebra.Com's Answer #825163 by ikleyn(52788)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "A candy manufacturer makes two types of special candy, say A and B. \n" ); document.write( "Candy A consists of equal part dark chocolate and caramel and \n" ); document.write( "Candy B consists of two parts of dark chocolate and one part of walnut. \n" ); document.write( "The company has in stock 430 kilograms of caramel, 360 kilograms of dark chocolate and 210 kilograms of walnuts. \n" ); document.write( "The company sells Candy A for P285 and Candy B for P260 per kilogram. \n" ); document.write( "How much of each candy should the manufacturer produce to maximize \n" ); document.write( "~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " First, the question is posed incorrectly.\r \n" ); document.write( "\n" ); document.write( " The correct question should ask about maximizing the revenue (not the profit).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " So, I will solve the problem in this edited/modified formulation.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let x be the amount of candy A, in kilograms;\r\n" ); document.write( "\r\n" ); document.write( "let y be the amount of candy B.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The revenue function (the subject to maximize) is R(x,y) = 285x + 260y. (1)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The constraint inequalities are\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( "To see many other similar and different mini-max problems solved by the Linear Programming method, look into the lesson\r \n" ); document.write( "\n" ); document.write( " - Solving minimax problems by the Linear Programming method \r \n" ); document.write( "\n" ); document.write( "in this site.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |