Question 1199207
<br>
The objective function...<br>
The profit is 50 for each product A and 60 for each product B:
P = 50A+60B<br>
The machine 1 constraint...<br>
2 minutes for each product A and 3 minutes for each product B; 200 total minutes available:
2A+3B <= 200<br>
The machine 2 constraint...<br>
4 minutes for each product A and 1 minute for each product B; 300 total minutes available:
4A+B <= 300<br>
The production constraints...<br>
At least 8 of product A and at least 10 of product B:
A >= 8
B >= 10<br>
The implicit constraints...<br>
A >= 0; B >= 0
(not needed, because the production constraints are more restrictive)<br>
The number of product A and product B to give an optimum profit...<br>
I'll leave it to you or another tutor to make a graph of the feasibility region and find the answer by whatever method.<br>
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.<br>
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).<br>
2A+3B=200
4A+B=300
4A+6B=400
5B=100
B=20
A=70<br>
That satisfies the production constraints, so<br>
ANSWER: The maximum profit is when 70 of product A and 20 of product B are produced.<br>
The optimum {{{cross(cost)}}} profit:
ANSWER: 70(50)+20(60) = 3500+1200 = 4700<br>