This problem consists of three parts. I solved 1st and 2nd. But 3th...
1) Let x = 3p , x+1=2q, x+N= 3r , x+N+1=2s, where p , q , r , s are some simple numbers and N is some natural number. What the smallest value can get N?
2) Let y = 2p , y+1=3q, y+N= 2r , y+N+1=3s, where p , q , r , s are some simple numbers and N is some natural number. Prove that N>=12.
3) Is there such a number y, that N=12?
1) and 2) problems are not difficult. For them N>=12 and N=12k, k=1,2,3... I wrote a program to check the correctness of the decision, when N=12. For the first problem I got, for example, such results
q=5, s=11, p=3, r=7, x=9
q=11, s=17, p=7, r=11, x=21
q=101, s=107, p=67, r=71, x=201
...
But there are no results for the 2nd problem, when N=12. Why? I can not understand. So the answer to the third question is "no"?
I decided to take N=24 for the 2nd problem, and got such results
q=5, s=13, p=7, r=19, y=14
q=101, s=109, p=151, r=163, y=302
...
What's wrong with the number N=12? Please help me and sorry for my mistakes. Perhaps, this is a problem for the topic "Advanced Math".
1) Let x = 3p , x+1=2q, x+N= 3r , x+N+1=2s, where p , q , r , s are some simple numbers and N is some natural number. What the smallest value can get N?
2) Let y = 2p , y+1=3q, y+N= 2r , y+N+1=3s, where p , q , r , s are some simple numbers and N is some natural number. Prove that N>=12.
3) Is there such a number y, that N=12?
1) and 2) problems are not difficult. For them N>=12 and N=12k, k=1,2,3... I wrote a program to check the correctness of the decision, when N=12. For the first problem I got, for example, such results
q=5, s=11, p=3, r=7, x=9
q=11, s=17, p=7, r=11, x=21
q=101, s=107, p=67, r=71, x=201
...
But there are no results for the 2nd problem, when N=12. Why? I can not understand. So the answer to the third question is "no"?
I decided to take N=24 for the 2nd problem, and got such results
q=5, s=13, p=7, r=19, y=14
q=101, s=109, p=151, r=163, y=302
...
What's wrong with the number N=12? Please help me and sorry for my mistakes. Perhaps, this is a problem for the topic "Advanced Math".