I need help solving a congruence with the help of Chinese Remainder Theorem. I am not sure how I could get 3 congruences out of one. For solving congruences I use Euclid's algorithm. Here's an example: \begin{align*} 19x &\equiv 7 \mod 374 \\ \end{align*}
Any tips would be massively appreciated. Thank you!
Since $374=2\times11\times17$, all you have to do is to apply the Chinese Remainder Theorem to the system$$\left\{\begin{array}{l}19x\equiv7\mod2(\iff x\equiv1\mod2)\\19x\equiv7\mod11(\iff8x\equiv7\mod11)\\19x\equiv7\mod17(\iff2x\equiv7\mod17).\end{array}\right.$$