-2

Here is where I started

Note that $n$ must be a prime number Note that $n = 2$ is not a solution Note that $n = 3$ is a solution Assume there is some prime number $p$ such that $p > 3$ and $p$ and $p^2 + 2$ are prime

$p$ can be written as $3+k$ where $k$ is an even natural number

hence,$$ p^2+2 = (3+k)^2+2 = 9+6k+k^2+2$$ $$= k^2 + 6k + 11$$ I am stuck, I don't know where to go even though I know k is even...

Bill Dubuque
  • 272,048
uggupuggu
  • 396

1 Answers1

6

Now I see, $p =3k+1, 3k-1$

$p≡ \pm1 \mod 3$

$p^2≡ 1 \mod 3$

$p^2+2 ≡ 0 \mod 3$

$p^2+2$ is always divisible by 3, hence it cannot be prime

uggupuggu
  • 396