How do I solve the following Congruences=
$c ≡ 1 \mod 143$
$c ≡ 315 \mod 323$
$c ≡ 167 \mod 667$
I know that the moduli are coprime so there will be a unique solution. Secondly, I know that the solutions will be in $\mod 143 * 323 *667$... Please help.
Hint: Solve for the first two congruences to begin with. You'll get a solution $\gamma\bmod 143\cdot 323$. Then solve for the system $$\begin{cases} c\equiv \gamma &\bmod 143\cdot 323,\\ c\equiv 167&\bmod 667. \end{cases}$$ For a system of
2congruences with coprime moduli: $$\begin{cases} c\equiv \alpha &\bmod a,\\ c\equiv \beta&\bmod b, \end{cases}$$ one starts from a Bézout's relation between $a$ and $b$: $\;ua+vb=1$. The solutions are given by: $$c\equiv \beta ua+\alpha vb\mod ab.$$ The Bézout's relation can be found with the extended Euclidean algorithm.