Suppose $2\times2$ equation:
$$ \begin{cases} a_1x + b_1y = c_1 \\ a_2x + b_2y = c_2 \end{cases} $$
We can make determinants:
$$D=\begin{vmatrix}{a_1}&{b_1}\\{a_2}&{b_2}\end{vmatrix}$$
$$A=\begin{vmatrix}{a_1}&{c_1}\\{a_2}&{c_2}\end{vmatrix}$$
$$B=\begin{vmatrix}{c_1}&{b_1}\\{c_2}&{b_2}\end{vmatrix}$$
Solution to the $2\times2$ equation exists if $D = 0$
Why?
Some intuitions.
From some point of view, your equation is $DX=B$, hence, if it is possible, $D^{-1}DX=X=D^{-1}B$ and Cauchy's theorem about determinants implies, that $\det D\neq 0$, because $D^{-1}D=I$.