Find all numbers $p$ such that both $p, \ p^2+14$ are primes.
I believe only $ p= 3 $ works.
How do I prove this using the complete set of residues Modulo 3. Would something like this work.
Assume $\mathbb F = \{p, \ p+1, \ p+2 \} $ be the set of complete residues in $\mathbb Z/3 \mathbb Z$, then one of the elements of $\mathbb F$ is a zero. Meaning it is a multiple of $3$. This cannot be $p+1$ because then $p$ would equal $2$ and $4+14$ is a composite integer. Same for $p+2$ as $p = 1$ is not a prime. Hence $p = 3$.
I am still unsatisfied with this proof.