I have the following system: $x \equiv 3 \mod 26$ and $x \equiv 7 \mod 41$
How can we solve it using Chinese remainder theorem. Any guidelines ? Many thanks
I have the following system: $x \equiv 3 \mod 26$ and $x \equiv 7 \mod 41$
How can we solve it using Chinese remainder theorem. Any guidelines ? Many thanks
The general method consists in finding first a Bézout's relation between $26$ and $41$, $\;26\,u+41\,v=1,\; u,v \in\mathbf Z$ with the extended Euclidean algorithm.
Then, you have a formula for the solutions: $$x\equiv7\cdot 26\,u+3\cdot41\,v\mod 26\cdot41.$$
You should find $\; x\equiv -75\mod 1066$.
you can write $$x=3+26m,x=7+41n$$ so we get $$26m-41n=4$$ with $$m,n\in \mathbb{Z}$$ solving this Diophantine equation we get $$m=348+41k,n=24+26k$$