Answer:
To set up the LP (Linear Programming) problem and solve the optimal schedule for the Sullivan brothers, we need to follow these steps:
1. Identify the decision variables: We need to determine how much product should be transported from each factory to each warehouse. Let's denote this by Xij, where i represents the factory (1, 2, or 3) and j represents the warehouse (1, 2, 3, or 4).
2. Define the objective function: The objective is to minimize the total transportation cost. We can use the SUMPRODUCT function to calculate the total cost, considering the shipping costs from each factory to each warehouse (provided in the pink table) and the number of products transported from each factory to each warehouse (to be filled in the yellow table).
3. Set up the constraints: The constraints are as follows:
- Supply constraint: The total amount of product transported from each factory should not exceed the supply capacity of that factory.
- Demand constraint: The total amount of product received at each warehouse should meet the demand of that warehouse.
4. Solve the LP problem using Solver: Use the Solver tool in Excel (or any other LP solver) to find the optimum values for Xij that minimize the total transportation cost, while satisfying the supply and demand constraints.
Once you have the optimum values for Xij, you can fill in the yellow table with those values. Then, use the SUMPRODUCT function to calculate the minimum total transportation cost in the green cell.
Please note that without the specific shipping costs, supply capacity, and demand of each factory and warehouse, I cannot provide an exact solution to this LP problem. However, following the steps outlined above should help you set up and solve the problem in Excel or a similar tool.