
what
is the optimal solution? how many thousand round tables and how
many thousand square tables?Looks like you have already done the first part and looking to obtain only the solution. Then, assuming that the LP formulation is correct, we can solve it to obtain the solution.
Minimize 10X1 + 8X2
Subject to
0X1 + 1X2 >= 5
2X1 + 1X2 >= 20
X1, X2 >= 0
The solution for this LP is shown below

The optimal solution is to produce 7.5 thousand round tables and 5 thousand square tables. The cost will be 115 thousand
what is the optimal solution? how many thousand round tables and how many thousand square tables?...