document.write( "Question 1199207: A company manufactures two products, A and B, and each of these products must be processed on two different machines. Product A requires 2 min of work time per unit on machine 1 and 4 min of work time per unit on machine 2. Product B requires 3 min of work time per unit on machine 1 and 1 min of work time per unit on machine 2. Each day 200 min are available on machine 1 and 300 min are available on machine2. To satisfy certain customers, the company must produce at least 8 units per day of product A and at least 10 units per day of product B. If the profit of each unit of product A is Php50 and the profit of each unit of product B is Php60, how many units of each product should be produced daily in order to maximize the company's profits?\r
\n" );
document.write( "\n" );
document.write( "Provide the following:\r
\n" );
document.write( "\n" );
document.write( "The objective function: blank\r
\n" );
document.write( "\n" );
document.write( "The machine 1 constraint: blank\r
\n" );
document.write( "\n" );
document.write( "The machine 2 constraint: blank\r
\n" );
document.write( "\n" );
document.write( "The production constraints: blank\r
\n" );
document.write( "\n" );
document.write( "The implicit constraints: blank\r
\n" );
document.write( "\n" );
document.write( "The number of product A and product B to give an optimum profit: blank\r
\n" );
document.write( "\n" );
document.write( "The optimum cost:
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #832968 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The objective function... \n" ); document.write( "The profit is 50 for each product A and 60 for each product B: \n" ); document.write( "P = 50A+60B \n" ); document.write( "The machine 1 constraint... \n" ); document.write( "2 minutes for each product A and 3 minutes for each product B; 200 total minutes available: \n" ); document.write( "2A+3B <= 200 \n" ); document.write( "The machine 2 constraint... \n" ); document.write( "4 minutes for each product A and 1 minute for each product B; 300 total minutes available: \n" ); document.write( "4A+B <= 300 \n" ); document.write( "The production constraints... \n" ); document.write( "At least 8 of product A and at least 10 of product B: \n" ); document.write( "A >= 8 \n" ); document.write( "B >= 10 \n" ); document.write( "The implicit constraints... \n" ); document.write( "A >= 0; B >= 0 \n" ); document.write( "(not needed, because the production constraints are more restrictive) \n" ); document.write( "The number of product A and product B to give an optimum profit... \n" ); document.write( "I'll leave it to you or another tutor to make a graph of the feasibility region and find the answer by whatever method. \n" ); document.write( "Note that the standard process described in virtually all references is NOT required. The corner of the feasibility region where the objective function is maximized can be determined by comparing the slopes of the constraint boundary lines to the slope of the objective function; it is NOT necessary to evaluate the objective function at every corner of the feasibility region. \n" ); document.write( "The slopes of the constraint boundary lines are -4 and -2/3; the slope of the constraint function is -5/6. Because the slope of the objective function is between the slopes of the constraint boundary lines, the objective function will be maximized where the constraint boundary lines intersect (as long as the production constraints are satisfied). \n" ); document.write( "2A+3B=200 \n" ); document.write( "4A+B=300 \n" ); document.write( "4A+6B=400 \n" ); document.write( "5B=100 \n" ); document.write( "B=20 \n" ); document.write( "A=70 \n" ); document.write( "That satisfies the production constraints, so \n" ); document.write( "ANSWER: The maximum profit is when 70 of product A and 20 of product B are produced. \n" ); document.write( "The optimum \n" ); document.write( "ANSWER: 70(50)+20(60) = 3500+1200 = 4700 \n" ); document.write( " \n" ); document.write( " |