I have these two questions which go as:
1) Find $x \in \{0,1...16\}$ such that $x^{13}\equiv2\pmod{17}$
2) Find $x \in \{0,1...22\}$ such that $x^{13}\equiv3\pmod{23}$
I was wondering what the best way to approach these were, I was thinking using the Euclidean Algorithm?
This is what I have so far for 1):
We know hcf$((17-1),13)=1$, so $1=13s-16t$ for some s,t. But not sure how to go further? Maybe Fermat's Little Theroem but again not sure. Thank you!