With the help of Chinese remainder theorem show that $ x^{144} \equiv 1 \pmod{323}$ for all $x$ relatively prime to 323.
The problem with me is that I used to use CRT when $x$ is raised to a power of 1, but how can I work with $x$ to the power of 144, could anyone explain this for me please?
$323=17 \cdot 19$, and by Fermat's Little Theorem: $x^{144}=(x^{18})^8 \equiv 1 \pmod{19}$ $x^{144}=(x^{16})^9 \equiv 1 \pmod{17}$ For all $x$ coprime to $323$. Can you finish from here? It's a straightforward application of CRT.