True or false: If $x^2 \equiv 14 \pmod{15}$ then there exists an $x^2$ that makes this congruent
$0^2\equiv0 \mod 15$
$1^2\equiv1 \mod 15$
$2^2\equiv4 \mod 15$
$3^2\equiv9 \mod 15 $
$4^2\equiv1 \mod 15 $
$5^2\equiv10 \mod 15 $
$6^2\equiv6 \mod 15 $
I don't see this as a proof since there is no obvious pattern but right now my answer is going to be false.
Suppose there is a solution. Now $15 | x^2-14$, which implies $3 | x^2 - 14$. So you have $x^2 = 14 = 2 (mod 3)$, which is not possible. Hence you have no solutions.