I'm trying to solve the following congruence:
$71x-1 \equiv 0 \pmod{59367} $
Given that $59367=771 \times 77$, I have previously solved that:
$71x \equiv 1 \pmod{771}$ such that $x=-76$
$71x \equiv 1 \pmod{77}$ such that $x=-13$
I'm trying to use the Chinese Remainder Theorem, but seem to be getting the wrong answer, if anyone can work this out so I can try and understand where it is that I'm going wrong?
Thank you
No need to use the CRT for 1 equation, just find the modular inverse of $71$ in the equation $71x ≡ 1 \pmod{59367}$, that will give you the value of $x$.