Primal Progression

How many positive integers 0 < p < 1000 0<p<1000 exist such that the arithmetic progression starting with p p and with a difference 100 100 has more than two prime numbers as consecutive terms in it.


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.

3 solutions

Consider that there are three prime numbers q , q + 100 , q + 200 q,q+100,q+200 appearing in the arithmetic progression starting with some p p .

It is obvious that q q is an odd number and q 1 q \ne 1 (as 1 is not a prime number).

Let q = x m o d 3 q = x \mod 3 , then ( q + 100 ) = ( x + 99 + 1 ) m o d 3 = ( x + 1 ) m o d 3 (q+100) = (x+99+1) \mod 3 = (x+1) \mod 3

Similarly, ( q + 200 ) = ( x + 2 ) m o d 3 (q+200) = (x+2) \mod 3 .

If q > 3 q>3 , then one of the numbers x , x + 1 , x + 2 x,x+1,x+2 would be 0 modulo 3 and hence composite. Thus, our assumption that there are three consecutive prime numbers is wrong.

If q = 3 q=3 then ( q , q + 100 , q + 200 ) = ( 3 , 103 , 203 ) (q,q+100,q+200)=(3,103,203) . But, here too 203 = 7 × 29 203=7 \times 29 . Thus, there is no artithmetic progression starting from a non negative integer, and having a difference 100, that can have three prime numbers as consecutive terms.

Let us assume that p , p + 100 , p + 200 p,p+100,p+200 are the consecutive primes that we are talking about.Now,we know that every prime is of the form 6 x ± 1 6x\pm1 (except for 2 2 and 3 3 ,you can test these by hand).Let us assume that p = 6 x + 1 p=6x+1 then, p + 200 p+200 becomes 6 x + 201 6x+201 which has 3 3 as a factor.Now assume that p = 6 x 1 p=6x-1 then, p + 100 = 6 x + 99 p+100=6x+99 which has 3 3 as a factor hence the naswer is 0 0 .Cheers!

Adarsh Kumar - 6 years ago

Simply if the primes are p, p +100 and p + 200. Then by congruence if p is congruent to k mod 3. Then p+100 and P+200 are congruent to k+1 and k+2 mod 3. So one of them is divisible by 3. and prime divisible by 3 is only 3. So 3, 103 and 203 can be a solution but 203 is composite. Hence nosolution i.e. 0

akash deep - 6 years ago

L e t p b e t h e f i r s t p r i m e . S o 3 p . S o 3 ( p + 1 o r p + 2 ) B u t 100 1 ( m o d 3 ) , a n d 200 2 ( m o d 3 ) . S o p + 100 p + 1 ( m o d 3 ) , a n d p + 200 2 ( m o d 3 ) . 3 ( p + 100 o r p + 200 ) . S o o n e o f p + 100 , o r p + 200 i s n o t a p r i m e . t h r e e c o n s e c u t i v e p r i m e s i n A P w i t h a d i f f e r e n c e o f 100 n o t p o s s i b l e . Let~ p~ be~ the~ first~ prime. \\ So ~3~\nmid p.\\ So~3~\mid~(p+1~~or~~p+2)\\ But~~100~\equiv 1 \pmod 3, ~and~~~~~200~\equiv 2 \pmod 3.\\ So~p+100~ \equiv p+1 \pmod 3, ~~and~~p+200~\equiv 2 \pmod 3.\\ \implies~ 3~\mid~(p+100~~or~~p+200).\\ So~one~ of~p+100,~~or~~p+200~~is~not~a~prime.\\ \implies~three~consecutive~primes~in ~ AP~with ~a~ difference~ of~ 100~not~possible.

Akram Mohiddin
May 8, 2015

More than two prime numbers means, atleast 3

Let, The number P be prime xxxx

+100 next number is x(x+1)xx

+100 next number is x(x+2)xx

Sum of the digits of these 3 numbers is 4x,4x+1,4x+2

For no value of X the three are divisible by 3.

One number is definitely divisible by 3. So, no 3 consecutive are prime.

Why do you assume that all the digits of the first number are equal? Secondly, let P be say 9999, then P+100 = 10099 and P+200 = 10199. The sum of digits are 36, 19, 20 . So, the sum of digits logic is flawed even if P has repeating digits.

Janardhanan Sivaramakrishnan - 2 years, 12 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...