Okay, so I have to solve the following system of equations.
$$a\equiv 0\hspace{5mm} (\text{mod} \mathbb{Z}/5\mathbb{Z})$$ $$3-a^2\equiv 0\hspace{5mm} (\text{mod} \mathbb{Z}/5\mathbb{Z})$$
For the first equation we have that $a=5n$ for some $n\in\mathbb{Z}$. Substituting this expressions of the second equation we get:
$$3-25n^2=5m$$ for some $m\in\mathbb{Z}$. Rearranging we get $3=5(m+n^2)$ which never verifies. This means that there is no solution to this system. Is my reasoning correct?