I'd like to be able to determine when there exist square roots, in this case,$\pmod {67}$ and when square roots exist, how to compute them.
$x^2 \equiv 2 \pmod {67}$ and $x^2 \equiv 6 \pmod {67}$.
For the first one, I checked numbers squared up to $30$ and found no answers. For the second, I found that $26^2 \equiv 6 \pmod {67}$.
But this method is very time consuming and I can't say that $x^2 \equiv 2 \pmod {67}$ has no solutions, only that it has no solutions between $1$ and $30$.