Question:medium

Consider the Linear Programming Problem: Maximize $Z=x+2y$ Subject to $2x+3y\le12, x\ge0, y\ge0$. The optimal value is} \textit{Note: A stray '0.' from the original document has been removed for clarity.

Show Hint

Logic Tip: You can also compare the slope of the objective function line ($m_Z = -1/2$) to the slope of the constraint line ($m_c = -2/3$). Because the objective function is steeper relative to the y-axis ($1/2<2/3$ when viewing positive magnitudes), the maximum will lie on the y-intercept.
Updated On: Apr 27, 2026
  • 3
  • 7
  • 8
  • 10
  • 12
Show Solution

The Correct Option is C

Solution and Explanation

Was this answer helpful?
0