document.write( "Question 35573This question is from textbook 0-618-49281-x
\n" ); document.write( ": Thanks for your help---
\n" ); document.write( "A company makes two models of a product. The times (in hours) required for assembling, painting, and packaging are as follows:
\n" ); document.write( "assembly (model a takes 2.5) (model b takes 3)
\n" ); document.write( "painting (moel a takes 2)(model b takes 1)
\n" ); document.write( "packaging (model a takes .75)(model b takes 1.25)
\n" ); document.write( "The total times available for assembling, paiting, and packaging are 4000 hours, 2500 hours, and 1500 hours, respectively. The profits per unit are $50 for model A and $52 for model B. How many of each should be made to obtain a maximum profit? I have a final Wed if you can help thank you thank you :)
\n" ); document.write( "

Algebra.Com's Answer #21733 by narayaba(40)\"\" \"About 
You can put this solution on YOUR website!
This is an optimization problem also known as linear programming\r
\n" ); document.write( "\n" ); document.write( "Let x be the number of models of type a
\n" ); document.write( "Let y be the number of models of type b\r
\n" ); document.write( "\n" ); document.write( "time needed for assembling x number of model a is 2.5x
\n" ); document.write( "time needed for assembling y number of model b is 3y
\n" ); document.write( "Total time available for assembling is 4000\r
\n" ); document.write( "\n" ); document.write( "the first inequality is the total assembly time for both model a and model b shoulde be less than or equal to 4000 which can expressed as
\n" ); document.write( "2.5x + 3y <=4000 which is same as 5x + 6y <=8000 (1)\r
\n" ); document.write( "\n" ); document.write( "similarly
\n" ); document.write( "time needed for painting x number of model a is 2x
\n" ); document.write( "time needed for painting y number of model b is y
\n" ); document.write( "Total time available for painting is 2500\r
\n" ); document.write( "\n" ); document.write( "the second inequality for the painting time can be expressed as \r
\n" ); document.write( "\n" ); document.write( "2x + y <=2500 (2)\r
\n" ); document.write( "\n" ); document.write( "time needed for packaging x number of model a is 0.75x
\n" ); document.write( "time needed for packaging y number of model b is 1.25y
\n" ); document.write( "Total time available for painting is 2500\r
\n" ); document.write( "\n" ); document.write( "and finally the third inequality from the packaging time can be written as\r
\n" ); document.write( "\n" ); document.write( "0.75x + 1.25y <=1500 which is same as 3x + 5y <=6000 (3)\r
\n" ); document.write( "\n" ); document.write( "The price for model a is $50 and price model for b is $52\r
\n" ); document.write( "\n" ); document.write( "The total price is 50x + 52y which needs to be maximized with the above formulated constraints.\r
\n" ); document.write( "\n" ); document.write( "maximize 50x + 52y subject to
\n" ); document.write( "5x + 6y <=8000
\n" ); document.write( "2x + y <=2500
\n" ); document.write( "3x + 5y <=6000
\n" ); document.write( "and also that x>=0 and y>=0 since it is not possible to produce negative number of model a and model b\r
\n" ); document.write( "\n" ); document.write( "to find the solution the first step is to graph all the inequalities or constraints\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Th region for inequality 1 is the region that contains the point (0,0) since (0,0) satisfies the inequality (1) 0 < 8000 So the region beneath and to the left of the line colored maroon is the region corresponding to the inequality 1
\n" ); document.write( "similarly the region for the inequality (2) is the one to the left and beneath of line colored green finally the region for the inequality (3) is the one to the left and beneath of line colored blue
\n" ); document.write( " and the solution is the region formed by the intersection of all the ineqaulities along with x>=0 and y>=0\r
\n" ); document.write( "\n" ); document.write( "The cordinates of intersecting region is plugged into the equation 50x + 52y and the coordinate that gives the maximum vlue is chosen as the optimum values of x and y. For this problem the cordinates of the intersecting region are (0,0)(0,1200) (4000/7, 6000/7) (1000,500) (1250,0). Plugging in each of the coordinates into 50x + 52y\r
\n" ); document.write( "\n" ); document.write( "we get\r
\n" ); document.write( "\n" ); document.write( "(0,0)= 0
\n" ); document.write( "(0,1200) = 52*1200 = 62400
\n" ); document.write( "(4000/7, 6000/7) = 50*(4000/7) + 52*(6000/7) = 73142.8
\n" ); document.write( "(1000,500) = 50*1000 + 52*500 = 76000
\n" ); document.write( "(1250,0) = 50*1250 + 50*0 = 62500
\n" ); document.write( "The coordinate that gives the maximum value for 50x + 52y is (1000,500) and the value is $76000. Hence the company must produce 1000 quantities of model a and 500 of model b to get a maximum profit of $76000 \r
\n" ); document.write( "\n" ); document.write( "It requires little more usage of graphing to completley explain this problem. I am not sure of how to shade the regions with available tools to make it more simple for you to understand and follow the material presented in here. It would have been nice to have a white board to explain the details. Hope you get the idea.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );