I'm trying to prove the following statement:
Let $p=101$. Let $x\in (\mathbb{Z}/p\mathbb{Z})^*$ be arbitrary. Show that there exists $y\in (\mathbb{Z}/p\mathbb{Z})^*$ such that $y^3=x$.
Here is my work. Since $p$ is a prime. We know that the group of units $(\mathbb{Z}/p\mathbb{Z})^*$ is a field and cyclic. Let $\alpha\in(\mathbb{Z}/p\mathbb{Z})^*$ be a primitive root, then $x=\alpha^j$ for some $j\in \mathbb{Z}$. But I cannot go further. I also tried Fermat's little theorem as follows; \begin{equation*} x^{100} \equiv 1 \quad mod(101) \end{equation*} and \begin{equation*} (x^{3})^{33}x \equiv 1 \quad mod(101) \end{equation*} But I cannot see the exact solution. Can you help me please?
Hint: Fermat's little theorem also tells you that $\ x^{101}\equiv x \mod(101)\ $, and therefore that $\ x^{101+100n}\equiv x \mod(101)\ $ for any integer $\ n\ $. What happens if you choose $\ n=1\ $?
By the way, the group of units $\ (\mathbb{Z}/p\mathbb{Z})^*$ isn't a field. It's a cyclic group under multiplication, but it's not closed under addition. The entire ring $\ \mathbb{Z}/p\mathbb{Z}\ $ is what constitutes a field.