
Kris V. answered 06/13/17
Tutor
5
(36)
Experienced Mathematics, Physics, and Chemistry Tutor
This is a linear programming problem, and the maximum (or minimum) occurs at one of the vertices of a convex polygonal region formed by the constraints.
Step 1. Identify variables and the function to be optimized
Let x be the number of large houses to be produced and
y be the number of small houses to be produced.
Then the profit that the company can generate this month is
P(x, y) = 6x + 11y {Profit on the large house is $6 and on the small house is $11}
Step 2. Identify all constraint inequalities
x ≥ 0; y ≥ 0
2x + y ≤ 104 {The shaper has 104 hours available this month, 2 hrs/large house, 1 hr/small house}
x + 2y ≤ 76 {The painter has 76 hours available this month, 1 hr/large house, 2 hrs/small house}
Step 3. Find the coordinates of the vertices.
Vertices are (0,0), (52, 0), (0, 38) and (44, 16).
The last one is the solution of
2x + y = 104
x + 2y = 76
Step 4. Calculate the values of the function at the vertices
Evaluate P(x, y) = 6x + 11y for each of the vertices (0,0), (52, 0), (0, 38) and (44, 16), and you will find the (x, y) that maximizes the profit.