SilverStevie wrote:
Find the values of x1 and x2 that maximize z=2x1+5x2
Subject to:
2x1+ x2 >= 8
-4x1+ 2 <= 2
2x1- 3x2 <= 0
x1 >= 0
x2 >= 0
btw, there's a subscript bb code tag to use so you get x
1 and x
2Code:
x[sub]1[/sub] and x[sub]2[/sub]
Anyways, is there even a solution? There's no bound for z. We can find a minimum, but the graphs go on forever otherwise?
Can't really find a maximum for z=2x+5y when z has no bounds, and what's graphed doesn't have a closed space and goes on forever in the +x and +y quadrant.