Show that $47$ divides $5^{23}+1$.
My attempt:
Since $47$ is prime and $47$ does not divide $5$, by Fermat's Little Theorem,
$5^{47-1} \equiv 1 \pmod {47}$
$5^{46} \equiv 1 \pmod {47}$
Now I noticed that $\mathbb{Z}_{47}$ was a field. So that means each element in $\mathbb{Z}_{47}$ has an multiplicative inverse in $\mathbb{Z}_{47}$. I went on to proceed to find the inverse of $5$ by the Extended Euclidean Algorithm which gave me $19$.
Now if I multiply both sides by $5^{-1}$ twenty-three times, I can reduce the power of $46$ to $23$,
Now, $(5^{-1} \cdot \ldots \cdot 5^{-1}) 5^{46} \equiv (5^{-1} \cdot \ldots \cdot 5^{-1}) \pmod {47}$
So, $5^{23} \equiv 19^{23} \pmod {47}$
But this didn't help me at all. So without giving the solution can someone give me a hint of a way to proving the above?