document.write( "Question 1206298: A box company makes small and large wooden boxes. Small boxes require 0,8 square metres of wood, while large ones require 1,4 square metres. All boxes require 0,5 hours of labour, regardless of size. Wood is limited to 42 square metres, and only 24 hours of labour are available. Due to warehouse space limitations, no more than 20 large boxes can be made each day. Also, demand by customers for small boxes is limited to a maximum of 30 boxes. Each small box yields a profit of R42,00 and each large box earns only R14,00.\r
\n" ); document.write( "\n" ); document.write( "Formulate a linear programming model for the company as follows;\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(1) Clearly identify the two decision variables in respect of each product to be produced. \r
\n" ); document.write( "\n" ); document.write( " Let x1 = _____________________________________________________\r
\n" ); document.write( "\n" ); document.write( " Let x2 = _____________________________________________________\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "PAGE 4\r
\n" ); document.write( "\n" ); document.write( "(2) Write down the objective function that maximizes total profit.\r
\n" ); document.write( "\n" ); document.write( " Maximize z = ________________________________________________ \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(3) Formulate the constraints in respect of the two resources used in producing the bowls and mugs, warehouse space limitation, and demand limitation.\r
\n" ); document.write( "\n" ); document.write( " ______________________________________________ m2 of wood\r
\n" ); document.write( "\n" ); document.write( " ______________________________________________ labour hours\r
\n" ); document.write( "\n" ); document.write( " ______________________________________________ warehouse\r
\n" ); document.write( "\n" ); document.write( " ______________________________________________ demand\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(4) Indicate that all constraints are non-negative.\r
\n" ); document.write( "\n" ); document.write( " x1 ≥ 0 or x1, x2 ≥ 0
\n" ); document.write( " x2 ≥ 0
\n" ); document.write( "

Algebra.Com's Answer #843635 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
x = number of small boxes.
\n" ); document.write( "y = number of large boxes.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "constraint inequalities are:
\n" ); document.write( "y <= 20
\n" ); document.write( "x <= 30
\n" ); document.write( ".8x + 1.4y <= 42
\n" ); document.write( ".5x + .5y <= 24
\n" ); document.write( "x >= 0]
\n" ); document.write( "y >= 0
\n" ); document.write( "objective function:
\n" ); document.write( "profit = 42x + 14y\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "using the decmos.com calculator, you would graph the opposite of the inequalities.
\n" ); document.write( "the feasible region is the area on the graph that is not shaded.
\n" ); document.write( "you would evaluate the objective function at each corner point to find the maximum profit.
\n" ); document.write( "since partial boxes are not allowed, you would round to the next lowest integer.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the profit at each corner point is shown below.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(0,20) = 840
\n" ); document.write( "(17.5,20) = (17,20) = 994
\n" ); document.write( "(30,12.857) = (30,12) = 1428
\n" ); document.write( "(30,0) = 1260\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the maximum profit is at (20,12) where profit is equal to 42 * 30 + 12 * 14 = 1428.\r
\n" ); document.write( "\n" ); document.write( "all constraints are satisfied, such as:
\n" ); document.write( "wood constraint at .8 * 30 + 1.4 * 12 = 40.8 <= 42 is satisfied.
\n" ); document.write( "labor constraint at .5 * 30 + .5 * 12 = 21 <= 24 is satisfied.
\n" ); document.write( "0 <= x <= 30 is satisfied.
\n" ); document.write( "0 <= y <= 20 is satisfied.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "here's what the graph looks like:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );