I have an equation as follows: $27217 = 5s $ mod $42547$
Using this website https://www.dcode.fr/modular-equation-solver, the correct result for s is 39481 as shown below however it does not list what steps are being done.
Solving modular equation using dCode
How would one go about to find the value of s in this modular equation?
@Peter I also thought of using EEA but the multiplicative inverse of 5 modulo 42547 is 17019 which does not match the result found from the website in my post.
– Mulishia Dec 21 '18 at 09:46