Im looking for answer, how to find inverse function for this function: $$f(x)=(51x+51)^{51} \bmod 107.$$
We can write it like this I suppose: $$ y=(51x+51)^{51} $$ $$y^{56}=51x+51 $$ $$y^{56}+56=51x $$ $$21*(y^{56}+56)=x$$ $$y=21*(x^{56}+56)$$, am I right?