The teacher hasn't uploaded a solution for this question yet.
Convert the inequalities into equations to represent the lines on the graph.
Plot the lines corresponding to the equations: $x + 2y = 12$ $2x + y = 12$ $4x + 5y = 20$ $x = 0$ $y = 0$
Determine the feasible region by considering the inequalities. $x + 2y \le 12$ $2x + y \le 12$ $4x + 5y \ge 20$ $x \ge 0$ $y \ge 0$ The feasible region is the area that satisfies all these inequalities.
Identify the corner points of the feasible region. These are the points where the lines intersect. Intersection of $x + 2y = 12$ and $2x + y = 12$: Multiply the first equation by 2: $2x + 4y = 24$. Subtract the second equation: $3y = 12$, so $y = 4$. Then $x = 12 - 2(4) = 4$. So the point is $(4, 4)$. Intersection of $2x + y = 12$ and $4x + 5y = 20$: Multiply the first equation by 5: $10x + 5y = 60$. Subtract the second equation: $6x = 40$, so $x = \frac{20}{3}$. Then $y = 12 - 2(\frac{20}{3}) = 12 - \frac{40}{3} = \frac{36 - 40}{3} = -\frac{4}{3}$. This point is not in the feasible region since $y$ must be non-negative. Intersection of $x + 2y = 12$ and $4x + 5y = 20$: Multiply the first equation by 4: $4x + 8y = 48$. Subtract the second equation: $3y = 28$, so $y = \frac{28}{3}$. Then $x = 12 - 2(\frac{28}{3}) = 12 - \frac{56}{3} = \frac{36 - 56}{3} = -\frac{20}{3}$. This point is not in the feasible region since $x$ must be non-negative. Intersection of $x + 2y = 12$ and $x = 0$: $(0, 6)$ Intersection of $2x + y = 12$ and $y = 0$: $(6, 0)$ Intersection of $4x + 5y = 20$ and $x = 0$: $(0, 4)$ Intersection of $4x + 5y = 20$ and $y = 0$: $(5, 0)$ The corner points are $(0, 4)$, $(0, 6)$, $(5, 0)$, $(6, 0)$, and $(4, 4)$.
Evaluate the objective function $Z = 60x + 40y$ at each corner point: At $(0, 4)$: $Z = 60(0) + 40(4) = 160$ At $(0, 6)$: $Z = 60(0) + 40(6) = 240$ At $(5, 0)$: $Z = 60(5) + 40(0) = 300$ At $(6, 0)$: $Z = 60(6) + 40(0) = 360$ At $(4, 4)$: $Z = 60(4) + 40(4) = 240 + 160 = 400$
The maximum value of $Z$ is $400$ at the point $(4, 4)$.
Final Answer: Maximum $Z = 400$ at $(4, 4)$
AI generated content. Review strictly for academic accuracy.