I want to uses the Chinese Remainder Theorem to solve $17x \equiv 9 \pmod{276}$ by breaking it up into a system of three linear congruences, $$17x \equiv 9 \pmod{3}$$ $$17x \equiv 9 \pmod{4}$$ $$17x \equiv 9 \pmod{23}$$ For that I reduced it to
$$x \equiv 0 \pmod{3}$$ $$x \equiv 1 \pmod{4}$$ $$17x \equiv 9 \pmod{23}$$
So for converting this In terms of chinese reminder Theorem , I calculate The solution Of last linear Congurence as
$$x \equiv 13 \pmod{23}$$
So Our System Of Linear Congurence is now :
$$x \equiv 0 \pmod{3}$$ $$x \equiv 1 \pmod{4}$$ $$x \equiv 13 \pmod{23}$$
And now I apply the Chinese Remainder Theorem on it such that
$$92b_1 \equiv 1 \pmod{3}$$ $$69b_2 \equiv 1 \pmod{4}$$ $$12b_3 \equiv 1 \pmod{23}$$ So $b_1$ = 2 , $b_2$ = 1 , $b_3$ = 2
So simultaneous solution be
$$92\cdot2\cdot0 + 69\cdot1\cdot1 + 13\cdot2\cdot5 = 199$$
But it's wrong (@_@)༎ຶ‿༎ຶ . Can please Please Someone can Correct me.
as Peter has said in the comments,
$x\equiv 10\pmod{23}$
the last equation is supposed to be:
$92*2*0 +69*1*1 + 12*2*10=309\equiv 33\pmod{276}$