\begin{equation} \left\{\begin{array}{@{}l@{}} 2x\equiv7\mod9 \\ 5x\equiv2\mod6 \end{array}\right.\,. \end{equation} Can this system of congruences be solved? I notice that $(9,6) = 3 \ne 1$ so I can't apply the Chinese theorem of remainders, but this doesn't imply that it can't be solved, so I thought to rewrite the second equation in two different equations, like this:
\begin{equation} \left\{\begin{array}{@{}l@{}} 2x\equiv7\mod9 \\ x\equiv0\mod2 \\ 5x\equiv2\mod3 \end{array}\right.\,. \end{equation}
But the problem still here: $(9,3) = 3 \ne 1$, so it can be solved or is it impossible?