Step 1: Concept:
• If every point on a line segment joining two vertices is optimal, the objective function is constant along that edge.
• Hence, values of the objective function at both endpoints must be equal.
Step 2: Detailed Explanation:
• Given points: \((20,0)\) and \((10,15)\)
• Slope of the line:
\[
\frac{15 - 0}{10 - 20} = \frac{15}{-10} = -\frac{3}{2}
\]
• Equation of the line:
\[
y = -\frac{3}{2}(x - 20) = -\frac{3}{2}x + 30
\]
• Value of objective function \(z\):
• At \((20,0)\):
\[
z = 20\alpha
\]
• At \((10,15)\):
\[
z = 10\alpha + 90
\]
• For same optimal value:
\[
20\alpha = 10\alpha + 90
\Rightarrow 10\alpha = 90
\Rightarrow \alpha = 9
\]
Step 3: Final Answer:
• \[
\alpha = 9
\]