Find the sum of all primes p such that 1 3 p + 4 is a square number
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.
Using the Fundamental theorem of arithmetic , we can immediately conclude that, either x + 2 = 1 3 , x − 2 = p or, x + 2 = p , x − 2 = 1 3 . Then we have the result that the only possible value of p is 1 7 .
here 13p+4=a^2 which implies that 13p=(a+2)(a-2)..........Now (a+2) and (a-2) must be two distinct primes whose difference is 4. We know that 13 and 17 are only primes whose difference is 4. Hence the only possible value of p is 17 and consequently the required sum is 17.
Brilliant! :)
cant 9 be the answer ? if we put x-2=p x+2=13 then p = 9
Say 1 3 p + 4 = k 2 . Then 1 3 p = ( k + 2 ) ( k − 2 ) . As p is prime, we have four possible cases:
A ) . k + 2 = 1 3 → p = 9 .
B ) . k − 2 = 1 3 → p = 1 7 .
C ) . k − 2 = 1 → p = 1 3 5 .
D ) . k + 2 = 1 → p = 1 3 − 3 .
Clearly we only have 1 7 as the answer since it's the only prime number.
Let 13p + 4 = k2 Therefore, 13p = (k +2)(k – 2). Then, we are left with only two possible cases :
1). k +2 = 13, then p = 9
2). k – 2 = 13 then p= 17
Hence, in this only 17 is a prime number. Therefore sum = 17
y not k+2=1 and k-2=1 , are a possibility?
13p+4=K^2 =>13p=(k+2)(k-2) Let 13=(k+2)(a/b) Such that a & b are co-primes So p=(k-2)(b/a) =>b divides k+2 & a divides k-2 If p=k-2 & 13=k+2 or viceversa =>p=17 or p=9 But p must be a prime Hence p=17;
by question..... 13p+4 = \n^2\ or, 13p=\n^2-4 or, p={(n-2)(n+2)}/13 since, n-2 and n+2 are integers, either n-2=13k or n+2= 13k where k is an integer.... however, since p is a prime number... either n-2=13 or n+2 =13. when we put n=11, we dont get a prime number whereas if we put 17, we do.... so 17 is the only possible solution.
Problem Loading...
Note Loading...
Set Loading...
Suppose that 1 3 p + 4 = x 2 . Then 1 3 p = ( x + 2 ) ( x − 2 ) . One of the two brackets on the right hand side must be divisible by 13. We have 2 cases: Firstly, x + 2 = 1 3 m for some positive integer m : 1 3 p = 1 3 m ( 1 3 m − 4 ) p = m ( 1 3 m − 4 ) 1 3 m − 4 > m so this can only be possible if m = 1 , but that would mean that p = 9 which is not prime
Now we must consider the other case, x − 2 = 1 3 n for some positive integer n : 1 3 p = 1 3 n ( 1 3 n + 4 ) p = n ( 1 3 n + 4 ) Again, this can only be the case if n = 1 , meaning that p = 1 7 which is indeed a solution. Therefore the only solution and thus sum of all solutions is 1 7