document.write( "Question 1155269: A manufacturer of wooden articles produces tables and chairs which require two types of inputs mainly, the being wood and labour. The manufacturer knows that for a table 3 units of wood and 1 unit of labour are required while for a chair they are 2 units each. The profit from each table is 20 USD while it is 16 USD for each chair. The total available resources for the manufacture are 150 units of wood and 75 units of labour. The minimum demand for chairs is 10 and the minimum demand for tables is 8. The manufacturer wants to maximize his profit by distributing his resources for tables and chairs. Formulate the problem mathematically. \n" ); document.write( "
Algebra.Com's Answer #777862 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
this is a linear programming type problem.
\n" ); document.write( "x represents the number of tables.
\n" ); document.write( "y represents the number of chair.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the objective function is profit = 20 * x + 16 * y\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the constraints are:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3 * x + 2 * y <= 150
\n" ); document.write( "that's 3 units of wood for * the number of tables plus 2 units of wood * the number of chairs.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x + 2 * y <= 75
\n" ); document.write( "that's 1 unit of labor * the number of tables plus 2 units of labor * the number of chair.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x >= 8
\n" ); document.write( "that's because the minimum number of tables is 8.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y >= 10
\n" ); document.write( "that's because the minimum number of chairs is 10.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x,y >= 0
\n" ); document.write( "that's because the minimum number of chair or tables is equal to 0, i.e. it can't be negative.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if you drew a table, it might make it easier to understand what's going on.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the table might look like this.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "                      tables           chairs         total\r\n" );
document.write( "number of               x                 y\r\n" );
document.write( "units of wood           3                 2           <= 150\r\n" );
document.write( "units of labor          1                 2           <= 75\r\n" );
document.write( "demand                  >= 8              >=  10\r\n" );
document.write( "profit                  20                16\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "to summarize the formulas required, you get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "objective function is profit = 20x + 16y
\n" ); document.write( "units of wood constraint is 3x + 2y <= 150
\n" ); document.write( "labor constraint is x + 2y <= 75
\n" ); document.write( "demand constraint is x >= 8 and y >= 10
\n" ); document.write( "profit = 20x + 16y
\n" ); document.write( "no negative units is x >= 0 and y >= 0
\n" ); document.write( "this requirement is redundant in this problem because you already have x >= 8 and y >= 10 which eliminates the need for x >= 0 and y >= 0. this will not always be the case, depending on the problem.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "there is a simplex method tool that can be used to solve a problem such as this.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that tool can be found at \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the output of that tool looks like this.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"$$$\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the maximum profit is 1050.
\n" ); document.write( "37.5 units of wood are used and 18.75 units of labor are used.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the graphical solution confirms the answer.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "it looks like this.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%%%\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "with the desmos.com calculator, you plot the opposite of your constraints.
\n" ); document.write( "the area of the graph that is not shaded is you region of feasibility.
\n" ); document.write( "the corner points of that region are where your maximum profit will be.
\n" ); document.write( "you evaluate your profit function at each corner point.
\n" ); document.write( "for example, when x = 37.5 and y = 18.75, your profit is 20 * 37.5 + 16 * 18.75 = 1050.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the simplex tool also contains a tutorial on how to manually develop a solution using the simplex method.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the graphing method can be used with two variables.
\n" ); document.write( "anything more than that uses different methods that are not graphical, such as the simplex method and others.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "excel can also be used but it's more difficult to set up than the simplex method tool i showed you.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );