$\underbrace{{\rm mod}\,\ \color{#c00}9\!:\ 1 \equiv\! \phantom{a}}_{\large a\ \equiv\ 1\pmod{\! 9}}\!\!\!\!\!\!\overbrace{a\equiv 6\!+\!10k}^{\large a\ \equiv\ 6\pmod{\!10}}\!\!\!\! \equiv -3+k$ $\iff \color{#c00}{k\equiv 4} $ $ \iff a=6+10(\overbrace{\color{#c00}{4+9j}}^{\large\color{#c00} k}) = 46+90j$
Remark $\ $ The same elimination method used above works generally. It leads to a simple form of CRT = Chinese Remainder Theorem that I call Easy CRT. Below is one simple way to present it. You can find many example applications in prior posts here.
Compare the above to the formula below where $\rm {\rm mod}\ 9\!:\, \dfrac{b-a}{m} = \dfrac{1-6}{10}\equiv \color{#c00}{\dfrac{4}1\equiv k}$
Theorem $ $ (Easy CRT) $\rm\ \ $ If $\rm\ m,\:n\:$ are coprime integers then
$$\rm \begin{eqnarray}\rm x&\equiv&\rm a\,\ (mod\ m) \\
\rm x&\equiv&\rm b\,\ (mod\ n)\end{eqnarray} \ \iff\ \ x\, \equiv\, a + m\ \bigg[\frac{b-a}{\color{#c00}m}\ mod\ n\:\bigg]\ \ (mod\ m\:n)$$
Proof $\rm\,\ m,n\,$ coprime $\:\rm\Rightarrow\, \color{#c00}{{\large\frac{1}m} = m^{-1}}\!\pmod n\, $ exists, by Bezout or Euler's $\phi$ Theorem.
$\rm\ (\Leftarrow)\ \ \ mod\ m:\,\ x \equiv a + m\left[\cdots\right] \equiv a,\ $ and $\rm\ mod\ n\!\!:\ x \equiv a + m\,\color{#c00}{\large\frac{1}m}\,(b-a) \equiv b$
$\rm (\Rightarrow)\ \ $ The solution is unique $\rm\, (mod\ m\,n)\, $ since if $\rm\ x',\,x\ $ are solutions then $\rm\ x'\equiv x\ $ mod $\rm\:m,n\:$ hence $\rm\ m,n\mid x'-x\ \Rightarrow\ m\,n\mid x'-x\ $ since $\rm\ m,\,n\:$ coprime $\rm\:\Rightarrow\ lcm(m,n) = m\,n$.