Question 1085360
.
<pre>
Maximize z=4x1+3x2
  subject to 20x1+10x2<=230
             5x1+15x1<=120     <<<---=== this your inequality contains an error.
                x1,x2>=0
</pre>


Fix the error and then resubmit.