I need to solve the equation $x^{17}\equiv 37$ in $\mathbb{Z}/101\mathbb{Z}$.
I've looked into these topics (the calculation of the primitive root is missing, n is not prime) but couldn't derive a solution.
So summarize what I know:
- 101 is prime $\implies \mathbb{Z}/101\mathbb{Z}$ is cyclic group (or even a field)
- since $\mathbb{Z}/101\mathbb{Z}$ is cyclic it has a generator with the same order of $\mathbb{Z}/101\mathbb{Z}$. In this case the generator has order $\phi(101)=101-1=100$
- due to Fermat I have $x^{100}\equiv 1$ $mod(101)$
- $\phi(101)=100=2^2\cdot 5^2$
- I have tried in vain to orient myself to: $n-th$ root at the bottom of the page
- I know that the (only) solution is $x=52$
Can somebody help me?