document.write( "Question 1150008: A florist designs two high-profit arrangements— a funeral wreath and a bridal centerpiece. The company’s employees can complete up to 15 arrangements each day using up to 24 total person-hours of labor. It takes 4 person-hours to complete 1 funeral wreath, and 1 person-hour to complete 1 bridal centerpiece. How many of each type of arrangements should the florist produce daily for maximum profit, if the profit on a funeral wreath is $60 and the profit on a bridal centerpiece is $48?\r
\n" ); document.write( "\n" ); document.write( "Number of bridal centerpieces
\n" ); document.write( "Number of funeral wreaths
\n" ); document.write( "

Algebra.Com's Answer #771415 by ikleyn(52914)\"\" \"About 
You can put this solution on YOUR website!
.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "            It seems strange to me how  @Theo presented his solution.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "            So,  I came to solve the problem and to present it in the way in how it  SHOULD  BE  done.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let x = # funeral wreath,\r\n" );
document.write( "\r\n" );
document.write( "    y = # bridal centerpieces.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The profit function (which is the objective function in this problem) is \r\n" );
document.write( "\r\n" );
document.write( "    F(x,y) = 60x + 48y  dollars.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The restrictions are\r\n" );
document.write( "\r\n" );
document.write( "    x + y <= 15        (arrangements)\r\n" );
document.write( "\r\n" );
document.write( "    4x + y <= 24       (person-hours)\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 feasible region is shown in the Figure below.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    \"graph%28+330%2C+330%2C+-2%2C+20%2C+-2%2C+20%2C%0D%0A++++++++++15-x%2C+24-4x%0D%0A%29\"\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    Lines  x + y = 15 (red)  and  4x + y = 24\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The feasible region is the quadrilateral in QI, under the green and the red lines.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It has vertices\r\n" );
document.write( "\r\n" );
document.write( "      P1 = (0,0)\r\n" );
document.write( "\r\n" );
document.write( "      P2 = (0,15)    y-intercept of red line;\r\n" );
document.write( "\r\n" );
document.write( "      P3 = (3,12)    intersection of red and green lines\r\n" );
document.write( "\r\n" );
document.write( "      P4 = (6,0)     x-intercept of green line.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The values of the objective function at the vertices are\r\n" );
document.write( "\r\n" );
document.write( "      P1 :    F(0,0)   = 60*0 + 48*0 =    0;\r\n" );
document.write( "\r\n" );
document.write( "      P2 :    F(0,15)  = 60*0 + 48*15 = 720;\r\n" );
document.write( "\r\n" );
document.write( "      P3 :    F(3,12)  = 60*3 + 48*12 = 756;\r\n" );
document.write( "\r\n" );
document.write( "      P4 :    F(15,0)  = 60*5 + 48*0  = 300.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The maximum value of the objective function (of the profit) is achieved at point P3.\r\n" );
document.write( "\r\n" );
document.write( "Hence, this point gives the solution to the problem.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The maximum profit is achieved if the company produces 3 funeral wreath and 12 bridal centerpieces per day.\r\n" );
document.write( "\r\n" );
document.write( "The maximum profit then is  756 dollars.\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 other similar 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( "Also,  look into the solutions of other similar problems in the archive to this forum under the links\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/Linear-equations/Linear-equations.faq.question.1148776.html\r
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/Inequalities/Inequalities.faq.question.1142000.html \r
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/Sequences-and-series/Sequences-and-series.faq.question.1137172.html\r
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/Graphs/Graphs.faq.question.1136382.html\r
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/Coordinate-system/Coordinate-system.faq.question.1134444.html\r
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/Graphs/Graphs.faq.question.1131906.html\r
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/coordinate/word/Linear_Equations_And_Systems_Word_Problems.faq.question.1131043.html\r
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/word/finance/Money_Word_Problems.faq.question.1129285.html\r
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/playground/test.faq.question.1112482.html\r
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/Finance/Finance.faq.question.1102103.html\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );