Does the polynomial $X^2− X + 19$ have a root in $\mathbb Z/61\mathbb Z$? I am unsure of how to go about this problem but I outlined the way I have been approaching these problems in the problem below.
Does the quadratic $X^2 -59$ have a root in $\mathbb Z/61\mathbb Z$?
What I have done so far is ask myself if $59$ is a quadratic residue. In other words what is $59/61$? By reciprocity we have $59/61 = 61/51 = 10/51$ since $61 ≡ 10\bmod51$. $10$ is not prime so we will factor it as $(2/51)*(5/51).$ But $2/51$ is $-1$ since $3 ≡ 51\bmod8$. So we can rewrite it as $-1 * (5/51)$, and by reciprocity $5/51 = 51/5 = 1/5$ since $1 ≡ 51\bmod5$. So $-1*(5/51) = - (1/5) = -1 (1) = -1$, so $x^2 - 59$ does not have a root.
$$x^2-x+19\equiv x^2-x-42=(x+6)(x-7).$$ Can you end it now?