document.write( "Question 127434: The Outdoor Furniture Corporation manufactures two products, benches and picnic tables, for use in yards and parks. The firm has two main resources: its carpenters (labor force) and a supply of redwood for use in the furniture. During the next production cycle, 1,200 hours of labor are available under a union agreement. The firm also has a stock of 3,500 feet of good quality redwood. Each bench that Outdoor Furniture produces requires 4 labor hours and 10 feet of redwood: each picnic table takes 6 labor hours and 35 feet of redwood. Completed benches will yield a profit of $9 each, and tables will result in a profit of $20 each. How many benches and tables should Outdoors Furniture produce to obtain the largest possible profit? Use graphical Linear programming approach. \n" ); document.write( "
Algebra.Com's Answer #93449 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! During the next production cycle, 1,200 hours of labor are available under a union agreement. \n" ); document.write( "The firm also has a stock of 3,500 feet of good quality redwood. \n" ); document.write( "---------- \n" ); document.write( "Let # of benches produced be \"b\"; Let # of picnic tables produced be \"P\". \n" ); document.write( "Each bench that Outdoor Furniture produces requires 4 labor hours and 10 feet of redwood: \n" ); document.write( "each picnic table takes 6 labor hours and 35 feet of redwood. \n" ); document.write( "------------ \n" ); document.write( "Labor Inequality: 4b+6p <= 1200 \n" ); document.write( "Redwood Inequality: 10b+35p <= 3500\r \n" ); document.write( "\n" ); document.write( "Completed benches will yield a profit of $9 each, and tables will result in a profit of $20 each. \n" ); document.write( "------------------------ \n" ); document.write( "Objective Function: Profit = 9b+20p \n" ); document.write( "-------------------------- \n" ); document.write( "How many benches and tables should Outdoors Furniture produce to obtain the largest possible profit? Use graphical Linear programming approach. \n" ); document.write( "--------------------------- \n" ); document.write( "INEQUALITIES: \n" ); document.write( "Labor: p <= (-2/3)b + 200 \n" ); document.write( "Redwood: p <= (-2/7)b + 100 \n" ); document.write( "------------------------------- \n" ); document.write( "Graph the solution sets of both inequalities: \n" ); document.write( " \n" ); document.write( "------------------------- \n" ); document.write( "Determine the vertices of the solution set: \n" ); document.write( "(0,100), (262.5,25) (300,0) \n" ); document.write( "---------------------- \n" ); document.write( "Check each vertex pair in the objective function to see which pair \n" ); document.write( "yields the maximum profit. \n" ); document.write( "Profit = 9b+20p \n" ); document.write( "(0,100) yields: 2000 \n" ); document.write( "(262.5,25) yields: 9*262.5+20*25=2862.50 \n" ); document.write( "(300,0) yields 9*300 = 2700 \n" ); document.write( "--------------------------- \n" ); document.write( "Conclusion: maximum comes with 263 benches and 25 picnic tables. \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |