Final answer:
Linear programming is used to model the transportation problem, with an integer program set to minimize transportation costs in the first scenario, and to minimize penalty costs subject to a budget in the second scenario. As the budget increases in scenario b), the total penalty cost will typically decrease, but not indefinitely, since once all demand is met, additional budget increases no longer affect the outcome.
Step-by-step explanation:
The transportation problem in both cases can be modeled using linear programming, a method used in operations research and economics to find the best outcome in a mathematical model with some requirements.
In the first scenario (a), where the problem is balanced and unmet demand is not allowed, you would set up a linear integer program with the objective to minimize the total transportation cost. The decision variables are the number of units to ship from supply point i to demand point j, which are bounded by the supply at point i and the demand at point j, and the total supply equals total demand. The constraints ensure that the supply from each supply point does not exceed its available supply, and that the demand at each demand point is fully satisfied.
In the second scenario (b), where total demand exceeds total supply, you'd modify the objective to minimize the total penalty cost for unmet demand while ensuring that the transportation cost does not exceed the given budget B. This introduces an additional constraint reflecting the budget limit and penalty costs pj which are applied for unmet demand at demand point j.
Lastly, for part c, as we slowly increase the budget (B), the objective function value, which is the total penalty cost, would generally decrease. This is because you have more room within your budget to transport goods and therefore can meet more demand, reducing penalties. However, this change is not indefinite - once all demand is met, any further increase in the budget will not affect the objective function.