Primes (Problem 1 1 )

Find the lowest prime p n p_n such that p n ± p n 1 p_n \pm p_{n - 1} are also primes. If there's none, enter 0 0


The answer is 0.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Yajat Shamji
Sep 5, 2020

Since all primes are odd (except 2 2 ):

o d d + o d d = e v e n odd + odd = even

Which means the only two primes left are 2 , 3 2, 3 :

3 + 2 = 5 3 + 2 = 5

3 2 = 1 3 - 2 = 1

Since 1 1 is not a prime, the answer is 0 \fbox 0

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...