consider the following linier program.
maximize 5x+3y
subject to 5x-2y>0
x+y<7
x<5
x>0
y>0
rewrite the linear program so that all constraints are equalities, except the constraints ensuring each variable is non-negative.