The exercise verbatim:
Assume $p \equiv3 \pmod 4$ and $n \equiv x^2\pmod p $. Given $n$ and $p$, find one possible value of $x$. (Hint: Write $p$ as $p = 4k +3$ and use Euler's Criterion. You might have to multiply two sides of an equation by $n$ at one point.)
Euler's Criterion says that if $a \equiv x^2 \pmod p$ then $a^{\frac {p-1}2} \equiv 1\pmod p$, so we know $n^{\frac {p-1}2} \equiv 1\pmod p$.
The way I understand, one is supposed to isolate $x$ against known things. I could not do it, neither could find how to make use of $p = 4k +3$ or where to multiply the two sides of an equation by $n$ in a way that helps.
How can we find $x$?