Answer :
To solve this problem and determine how the company can maximize its revenue, we can set up a linear programming model. Let's define the decision variables:
Let x be the number of tables to be produced.
Let y be the number of chairs to be produced.
The objective is to maximize the total revenue, which is given by:
Revenue = 1000x + 300y
We also need to consider the following constraints:
1. Availability of oak: 17x + 5y <= 25,000 (board feet)
2. Availability of pine: 30x + 13y <= 20,000 (board feet)
3. Non-negativity constraint: x >= 0, y >= 0 (number of tables and chairs cannot be negative)
Using Solver in Microsoft Excel or other optimization software, we can solve this linear programming problem and find the optimal values of x and y that maximize the total revenue.
Regarding part b of the question, to investigate the effects of simultaneous changes in the selling prices of the products, we can use SolverTable. We can set up a table where we vary the selling prices of oak and pine products by factors (1 + k1) and (1 + k2), respectively, within the range of -0.3 to 0.3 in increments of 0.1. For each combination of k1 and k2, we can use Solver to find the optimal values of x and y and calculate the corresponding total revenue.
By examining the results from SolverTable, we can observe the changes in total revenue as the selling prices vary and determine whether the changes follow a linear pattern within the given range.
Visit here to learn more about linear programming brainly.com/question/33171163
#SPJ11