
Kenneth S. answered 11/23/16
Tutor
4.8
(62)
Algebra II EXPERT will help you survive & prosper
This is a Linear Programming type of problem. Let t = # tables, let c = # of chairs.
Profit = 35t + 20c is to be maximized.
These inequalities apply:
Carpentry: 2t + 3c ≤ 108
Finishing: t + ½•c ≤ 20
These inequalities create a trapezoidal FEASIBLE REGION in the first quadrant, using horizontal axis t and vertical axis c. The vertices (corners) are the Origin, (20,0), (0,36) and the intersection point I of the boundary lines.
Solve this system of simultaneous EQUATIONS to find I:
2t + 3c = 108
t + c/2 = 20. Point I is (3,34).
We know that the optimum value of Profit is at a vertex of the feasible region. So just compute profit for each of the four listed corner points, and choose the maximum Profit value obtained by those four calculations.