I have the following equations :
$$x^5=2 \pmod {13}$$ $$x^3=2 \pmod{11}$$
I wonder how to solve such equations is there a method to get rid off the powers in order to use the Chinese Remainder Theorem without checking each $x$ value?
Any ideas?
Thank you.
Hint: If $x^3\equiv 2\pmod{11}$ then $ x^{21}\equiv 2^7\pmod{11}$.
By Fermat, we have $x^{21}\equiv x\pmod{11}$.