I need to find whether this equation has a solution in $\mathbb{Z}_{79}$ (p-adic integers) - $$2x^2 \equiv -21 \space \pmod {79}$$
Now if instead of $2x^2$ I had $x^2$ then I simply need to check whether $-21$ is a quadratic residue $mod \space 79$. But here what should I do? Any suggestions!