I have a doubt about systems of linear congruences: if I have solved the congruences and I have found as answers (for example) $x \cong8 \ (mod \ 12) $ and $x \cong 6 \ (mod \ 14)$, how can I find ALL the $x \in \Bbb Z$ that satisfy both equations?
I know I have two equations: $ x=8+12k$ and $x=6+14l$ , $k,l \in \Bbb Z$, but I want to list all the integers that satisfy the equations.
Thank you very much.