Let $a \in R$. For which values of $a$ does the following LP problem have an optimal solution? $$max(2x_1+6x_2+3x_3)$$ $$-3x_2+ax_3 \geq 3$$ $$x_1+5x_2+2x_3=4$$ $$x_1, x_2, x_3 \geq 0$$
I solved it with the Big M Method and found that the LP problem has an optimal solution for $a>\frac{3}{2}$ and the value of the objective function is $8-\frac{3}{a}$. Is this correct?