document.write( "Question 103754This question is from textbook Algebra 2
\n" );
document.write( ": Baking a try of corn muffins takes 4 c milk and 3 c wheat flour. A tray of bran muffins takes 2 c milk and 3 c wheat flour. A baker has 16 c milk and 15 c wheat flour. He makes $3 profit per tray of corn muffins and $2 profit per tray of bran muffins. How many trays of each type of muffin should the baker make to maximize his profit? \n" );
document.write( "
Algebra.Com's Answer #75436 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Baking a tray of corn muffins takes 4 c milk and 3 c wheat flour. \n" ); document.write( "A tray of bran muffins takes 2 c milk and 3 c wheat flour. \n" ); document.write( "A baker has 16 c milk and 15 c wheat flour. \n" ); document.write( "-------------------------------- \n" ); document.write( "Let corn muffs be \"c\"; bran muffs be \"b\": \n" ); document.write( "Milk Inequality: 4c + 2b <= 16 \n" ); document.write( "Flour Inequlity: 3c + 3b <= 15 \n" ); document.write( "------------- \n" ); document.write( "Solve each inequality for \"c\": \n" ); document.write( "Milk: c <- (-1/2)b + 4 \n" ); document.write( "Flour:c <= -b + 5 \n" ); document.write( "--------------------------------------- \n" ); document.write( "Graph these inequalities: \n" ); document.write( " \n" ); document.write( "Comment: The area enclosed by b=0,c=0,and below the \n" ); document.write( "intersecting lines is the set of possible values for \n" ); document.write( "b and c. This is the solution set. \n" ); document.write( "-------------------------------------------- \n" ); document.write( "He makes $3 profit per tray of corn muffins and $2 profit \n" ); document.write( "per tray of bran muffins. \n" ); document.write( "---------------------------------------------- \n" ); document.write( "Object function = 2b + 3c represents the total profit for \n" ); document.write( "each combination of b and c in the solution set. \n" ); document.write( "---------------- \n" ); document.write( "Fo find the maximum profit test the vertices of the solution set in the \n" ); document.write( "object function: \n" ); document.write( "The vertices are: \n" ); document.write( "(0,0) which gives 2*0+3*0 = 0 profit \n" ); document.write( "(0,4) which gives profit = 2*0+3*4 = 12 \n" ); document.write( "(2,3) which gives profit = 2*2+3*3 = 13 \n" ); document.write( "(5,0) which gives profit = 2*5+3*0 = 10 \n" ); document.write( "--------------------------------------------- \n" ); document.write( "How many trays of each type of muffin should the baker make to maximize his profit? \n" ); document.write( "two trays of bran and three trays of corn \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |