Knowing that $p$ is prime and $n$ is a natural number show that $$n^{41}\equiv n\bmod 55$$ using Fermat's little theorem $$n^p\equiv n\bmod p$$
If the exercise was to show that $$n^{41}\equiv n\bmod 11$$ I would just rewrite $n^{41}$ as a power of $11$ and would easily prove that the congruence is true in this case but I cannot apply the same logic when I have $\bmod55$ since $n^{41}$ cannot be written as power of $55$.
Any hint?
You use the Chinese Remainder Theorem:
$$\begin{equation} \begin{cases} n^{41}\equiv n \mod(11)\\n^{41}\equiv n \mod(5) \end{cases} \end{equation}$$
Now you can apply the Fermat's little theorem, using the fact that $n^{\phi(n)}\equiv1 \mod(p)$ (Euler's Theorem) to obtain:
$$\begin{equation} \begin{cases} n^{4\phi(11)+1}\equiv n \mod(11)\\n^{10\phi(5)+1}\equiv n \mod(5) \end{cases} \end{equation}$$
$$\begin{equation} \begin{cases} n^{4\cdot10+1}\equiv n \mod(11)\\n^{10\cdot4+1}\equiv n \mod(5) \end{cases} \end{equation}$$
Which gives you the result.