Problem: I am trying to prove that $$ x^2 + x + 1 \equiv 0 \mod p $$ has a solution where $p$ is a prime such that $p \equiv 1 \mod 3$, without using quadratic reciprocity. I am also suspecting that it has no solution if $p \equiv -1 \mod 3$.
Attempt: I checked for some small primes and tried rewriting the equation, like $$ x(x + 1) \equiv -1 \mod p, $$ and substituting $x$, e.g. $x = y -1$ gives $$ (y-1)^2 + y-1 + 1 = y^2 - y + 1 \equiv 0 \mod p. $$ (Using that $\mathbb{F}_p$ is a field this question is equivalent.)