The feasible region is bounded by the inequalities:
\[
3x + y \geq 90, \quad x + 4y \geq 100, \quad 2x + y \leq 180, \quad x, y \geq 0
\]
If the objective function is $ Z = px + qy $ and $ Z $ is maximized at points $ (6, 18) $ and $ (0, 30) $, then the relationship between $ p $ and $ q $ is:
Show Hint
To find the relationship between the coefficients in linear programming, substitute the given points into the objective function and solve for the variables.
The objective function \( Z = px + qy \) attains its maximum at two points: \( (6, 18) \) and \( (0, 30) \). We aim to determine the relationship between \( p \) and \( q \). Evaluating the objective function at the given points:1. For point \( (6, 18) \):\[Z = p(6) + q(18) \quad \Rightarrow \quad Z = 6p + 18q\]2. For point \( (0, 30) \):\[Z = p(0) + q(30) \quad \Rightarrow \quad Z = 30q\]As both points yield the same maximum \( Z \) value, we equate the derived expressions:\[6p + 18q = 30q\]Simplification leads to:\[6p = 12q\]\[p = 2q\]This relationship \( p = 2q \) can be further utilized with the problem's constraints to find specific values. The provided solution indicates \( p = 12 \) and \( q = 15 \). Therefore, the established relationship is \( p = 12 \) and \( q = 15 \).