document.write( "Question 1033319: Baking a tray of blueberry muffins takes 4 cups of milk and 3 cups of flour. A tray of banana muffins takes 2 cups of milk and 3 cups of flour. A baker has 16 cups of milk and 15 cups of flour. Write a system of equations representing this situation. Solve the system of equations. \r
\n" );
document.write( "\n" );
document.write( "Use the following information to determine the number of trays of banana muffins to maximize the profit.\r
\n" );
document.write( "\n" );
document.write( "You will make $3 profit per tray of blueberry muffins and $2 profit per tray of banana muffins. \n" );
document.write( "
Algebra.Com's Answer #647883 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Baking a tray of blueberry muffins takes 4 cups of milk and 3 cups of flour. A tray of banana muffins takes 2 cups of milk and 3 cups of flour. \n" ); document.write( "A baker has 16 cups of milk and 15 cups of flour. \n" ); document.write( "Write a system of equations representing this situation. Solve the system of equations. \n" ); document.write( "Use the following information to determine the number of trays of banana muffins to maximize the profit. \n" ); document.write( "You will make $3 profit per tray of blueberry muffins and $2 profit per tray of banana muffins. \n" ); document.write( "----- \n" ); document.write( "------------------------- \n" ); document.write( "Milk function:: 4u + 2n <= 16 \n" ); document.write( "Flour function: 3u + 3n <= 15 \n" ); document.write( "-------------------- \n" ); document.write( "Graph:: u <= -(1/2)n + 4 \n" ); document.write( "Graph:: u <= -n + 5 \n" ); document.write( "------------------------- \n" ); document.write( " \n" ); document.write( "------------------------- \n" ); document.write( "Find the point of intersection:: \n" ); document.write( "-(1/2)n + 4 = -n + 5 \n" ); document.write( "(1/2)n = 1 \n" ); document.write( "If n = 2; then u = 3 \n" ); document.write( "----- \n" ); document.write( "(n,u) Vertices:: (0,4),(5,0),(2,3) \n" ); document.write( "--------- \n" ); document.write( "Evaluate Profit at the vertices:: \n" ); document.write( "Profit function:: P = 2n + 3u \n" ); document.write( "(0,4) gives P = 2*0 + 3*4 = 12 \n" ); document.write( "(5,0) gives P = 2*5 + 3*0 = 10 \n" ); document.write( "(2,3) gives P = 2*2 + 3*4 = 16 \n" ); document.write( "------ \n" ); document.write( "Max Profit comes with 2 banana and 3 blueberry \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |