I want to solve the simultaneous congruences $$\begin{cases} 2x \equiv 4 \mod 8 \\ x \equiv 2 \mod 6 \end{cases} $$
My solution: $$2x \equiv 4 \mod 8 \iff x = 4l + 2 $$ $$x \equiv 2 \mod 6 \iff 4l + 2 \equiv 2 \mod 6 \iff 4l = 6k \iff x = 6k + 2 $$ And the correct answer is: $12n + 2$. Where did I made a mistake?
$4l = 6k \iff l = 3n, k = 2n$ so $4l = 6k \iff x = 12n + 2$