I was given the following linear program
$ \begin{align} \alpha x_1 + \beta x_2 &\rightarrow \max \\ -3x_2 &\le -9 \\ -x_1-2x_2 &\le -12 \\ -x_1-x_2 &\le -8 \end{align} $
where $\alpha$ and $\beta$ are real parameters.
The question states the following: "There exist exactly three different vectors $(\alpha, \beta)^T$ with $||(\alpha, \beta)^T|| = 1$ (i.e. the Euclidean norm of the vector is equal to one) for which this linear program has infinitely many optimal solutions. Determine these three vectors."
To my understanding there are infinitely many possibilities to define $\alpha$ and $\beta$ because the solution space is unbounded in the "upper right". What am I missing here? Why are there only three valid combinations for $\alpha$ and $\beta$?
Edit: Here's a drawing of the constraints and the solution space.
