document.write( "Question 1137172: A furniture company constructs and finishes tables and chairs. Each table nets a profit of $100 & each chair a profit of $60. During 1 week the company has 305 work-hours for assembly operations and 355 work-hours for finishing. Each chair requires 3h to be assembled and 90 min of finishing. Each table requires 4h for assembly and 2h for finishing.
\n" );
document.write( " How many tables and chairs should the company produce over the week to maximize profits?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #755012 by ikleyn(52797)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "Let X be the number of tables, and\r\n" ); document.write( "\r\n" ); document.write( "let Y be the number of chairs.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The objective function (profit) is\r\n" ); document.write( "\r\n" ); document.write( "R(X,Y) = 100X + 60Y. (1)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The restrictions are :\r\n" ); document.write( "\r\n" ); document.write( "4X + 3Y <= 305 (2) (restriction on the assembly time) and\r\n" ); document.write( "2X + 1.5Y <= 355 (3) (restriction on the finishing time).\r\n" ); document.write( "X >= 0; Y >= 0. (4) (non-negativity).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "You need to maximize the objective function (profit) under given restrictions.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The feasible domain is shown below.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "It is a quadrilateral in the first quadrant (X >= 0, Y >= 0) restricted \r\n" ); document.write( "by the red line 4X + 3Y = 305 and the green line 2X + 1.5Y = 355.\r\n" ); document.write( "\r\n" ); document.write( "\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( "For similar solved problem see the lesson\r \n" ); document.write( "\n" ); document.write( " - Solving minimax problems by the Linear Programming method, Problem 6\r \n" ); document.write( "\n" ); document.write( "in this site.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "From this lesson, learn the technique and the methodology of solving minimax problems using the Linear Programming method.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "/\/\/\/\/\/\/\/\/\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Another way to solve this problem is to find (free of charge, preferably) Internet site/solver for solving \n" ); document.write( "Linear Programming problems.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then all you need is to input the setup equations and inequalities into the solver and press the \"Solve\" button.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you do it, do not forget to inform the solver that you are looking for integer solutions.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "But in any case, you have the setup from me together with detailed explanation on how the method works.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |