Find all real numbers $\alpha$ and $\beta$ for which the linear system: \begin{cases} X_1 + X_3 = 0 \\[4px] \alpha X_1 + X_2 + 2X_3 = 0 \\[4px] 3X_1 + 4X_2 + \beta X_3 = 2 \end{cases} does not have a solution.
I can't use Gaussian Elimination as I don't know how to put $\alpha X_1 + X_2 + 2X_3 = 0$ in reduced row-echelon form. I'm aware that $0X_3$ should equal to $c$ where $c$ is not $0$ for the system to not have a solution but I don't know how to get there.