3373x≡2485(mod168)
Uhm...I don't even know how to start.
GCD(3373,168)=1, so solution exists.
Usually I would use extended Euclidean algorithm and get the outcome, but it would require multiplying by 2485 later, so...well, is there some easier way?
Answer
First of all, 168=23⋅3⋅7, so you want to solve the three congruences:
3373x≡2485(mod8)3373x≡2485(mod3)3373x≡2485(mod7)
The first of these three is really 3373x≡80, which just implies x≡80
For the second, 3373≡31, and any odd power of 2 is congruent modulo 3 to 2, so we have x≡32
Thirdly, 3373≡76, and 23≡71⇒2485≡722=4. Thus, we have 6x≡74, or x≡73
Finally, we use the Chinese Remainder Theorem to find a number satisfying:
x≡80x≡32x≡73
In this way, we obtain x≡80(mod168).
No comments:
Post a Comment