Difficulty: Easy
Correct Answer: both (a) and (b)
Explanation:
Introduction / Context:
Linear programming (LP) is a cornerstone of operations research used to allocate scarce resources optimally under linear constraints. A correct grasp of LP outputs helps managers move from qualitative judgment to quantitative, defensible decisions for production planning, logistics, staffing, and more.
Given Data / Assumptions:
Concept / Approach:
Solving an LP yields both the optimal decision vector (variable quantities) and the optimal objective value (best achievable profit or cost). Dual information (shadow prices) and reduced costs also emerge, supporting sensitivity analysis. But the two headline results remain the variable levels and the associated optimal objective value.
Step-by-Step Solution:
Verification / Alternative check:
Solver reports list variable levels (x*) and the optimal objective (z*), often with dual values and sensitivity ranges, confirming that both outcomes are identified by LP.
Why Other Options Are Wrong:
Common Pitfalls:
Ignoring feasibility/boundedness checks; mis-specified constraints can yield infeasible or unbounded models, in which case optimal values do not exist.
Final Answer:
both (a) and (b)
Discussion & Comments