Difficulty: Easy
Correct Answer: relationship among two or more variables is linear
Explanation:
Introduction / Context:
Linear programming (LP) is an optimization technique where an objective function is maximized or minimized subject to constraints. The term “linear” specifies the mathematical form of both the objective and the constraints. Understanding this adjective prevents modeling errors and misinterpretation.
Given Data / Assumptions:
Concept / Approach:
In LP, relationships are linear combinations of variables with constant coefficients. This covers straight-line relationships but does not require direct proportionality (which would force a zero intercept). Constraints like a1x1 + a2x2 ≤ b and objectives like c1x1 + c2*x2 are linear even when b ≠ 0, so “directly proportional only” is too restrictive.
Step-by-Step Solution:
Identify the general property: linearity of objective and constraints in decision variables.Reject over-narrow interpretations (direct proportionality implies intercept = 0).Select the option that states the relationships are linear among variables.
Verification / Alternative check:
Standard LP formulations in textbooks confirm linear forms for both objective and constraints without requiring proportionality through the origin.
Why Other Options Are Wrong:
Common Pitfalls:
Including nonlinear terms or ratios in LP; using linear programming when relationships are better modeled with nonlinear or integer programming.
Final Answer:
relationship among two or more variables is linear
Discussion & Comments