Referring here, I understand how to solve the list of congruences.
However, I was presented this particular example in a book and have one minor question.
It goes: $$x \equiv 1 \pmod 3 \implies x = 1 + 3k_1, k_1\in\mathbb Z.$$ Then plug into second we get, $$ 1 + 3k_1 \equiv 2 \pmod 5 \implies k_1 \equiv 2 \pmod 5.$$ Here is where I don't understand. I do not understand how they go from left to right side of arrow. Here is my way: $$ \begin{align} 1 + 3k_1 \equiv 2 \pmod 5 &\implies 5\mid (1 +3k_1 - 2) \\ &\implies 5 \mid (3k_1 - 1) \\ &\implies 3k_1 \equiv 1\pmod 5. \end{align} $$ Thanks in advance.