let units of table T1 as x and table T2 as y.
Objective maximize 90x+110y
constraints are,
2x+4y≤7000x+2.5y≤40002x+1.5y≤5500
therefore the optimization problem is,
maximize90x+110y
subject to,2x+4y≤7000x+2.5y≤40002x+1.5y≤5500
to evaluate using simplex method,
maximize90x+110y+0s1+0s2+0s3
subject to,
2x+4y+s1=7000x+2.5y+s2=40002x+1.5y+s3=5500
s2 goes out and y comes to basis
s1 goes out and x comes to basis
s3 goes out and s2 comes to basis
Answer is maximum profit $273000 by making type T1 table 2300 and type T2 table 600
Comments