I was asked to re-write this linear programming question with an equation less.
MAX 7X1+5X2
S.t :
4X1+3X2 <= 2400
2X1+0.5X2 <= 750
X1 >= 100
X1,X2 >= 0
What I did was I used the simplex method and I found that the maximum profit is 4030 with X1 = 100 and X2=666. Can I use that and say to obtain the maximum profit, X1 has always to be 100, then the third equation is an extra
?