The maximum value of the objective function is 100 when x = 8 and y = 3
How to find the maximum value of the objective function
From the question, we have the following parameters that can be used in our computation:
Max z = 8x + 12y
Subject to:
40x + 80y ≤ 560
6x + 8y ≤72
Plot the grah of the constraints (see attachment)
From the graph, we have the feasible coordinates to be
(x, y) = (8, 3), (12, 0) and (0, 7)
Recall that
Max z = 8x + 12y
So, we have
z(8, 3) = 8 * 8 + 12 * 3 = 100
z(12, 0) = 8 * 12 + 12 * 0 = 96
z(0, 7) = 8 * 0 + 12 * 7 = 84
The maximum of these values is 100
Hence, the maximum value of the objective function is 100