Computer Science, asked by roxyssd, 5 months ago

Solve the congruence equation 239x ≡ 8( mod 241).

Answers

Answered by Anjalmaheshwari
0

Answer:

To solve a linear congruence ax ≡ b (mod N), you can multiply by the inverse of a if gcd(a,N) = 1; otherwise, more care is needed, and there will either be no solutions or several (exactly gcd(a,N) total) solutions for x mod N.

Similar questions