the question is find all possible integers a which satisfy the following system of congruences
$a = 3 \mod 6$
$a = 4 \mod 7$
$a = 6 \mod 15$
but I find $a = 3 \mod 6$ is $105n= 3n \mod 6$ and their $\gcd$ is $3$ not $1$ so in this question is it no solutuion?
It is simpler to transform this system of congruences into the equivalent system with pairwise coprime moduli: \begin{cases} x\equiv 1 \mod 2, \\ x\equiv 0\mod 3, \\ x\equiv 4 \mod 7,\\ x\equiv 1\mod 5. \end{cases} Let's find the solutions of the last two congruences. Starting from a Bézout's relation between the moduli: $\;3\cdot 5-2\cdot 7=1$, we deduce instantly that $$x\equiv 4\cdot3\cdot 5-1\cdot2\cdot 7=46\equiv 11\mod 35.$$ We could proceed in the same way for the other two moduli, but it is faster to observe first that, among these solutions, $x$ has to be odd by the first congruence, so $\;x\equiv 11\bmod 70$, and ultimately as the second congruence is $x\equiv 0\bmod3$, Bézout's relation $\;70-23\cdot 3=1$ yields $$x\equiv 11\cdot(-23\cdot 3)=-759\equiv \color{red}{81\bmod 210}.$$