Which of the following numbers could be the sum of 2 prime numbers?
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.
Short solution
Notice that sum of any two prime numbers is always an even number . Since the sum of two primes is odd . Therefore, one of the prime must be even which is clearly 2. Then S = p + 2 ⟹ p = S − 2 From the given sums we find p = 3 7 ⇒ S = 3 9 .
Explained solution
For any prime number ( p > 5 ) can be expressed as p = 6 k ± 1 c c k ∈ N Say two primes ( p 1 , p 2 ) are greater than 5. Then following above formula (not a general formula )we can have S = p 1 + p 2 = ( 6 k 1 ± 1 ) + ( 6 k 2 ± 1 ) = 2 { 3 ( k 1 + k 2 ) ± 1 } c or c 6 ( k 1 + k 2 ) Shows that sum of two primes is an even number and among given S , we have only odd numbers. From here can conclude that one them prime ( p 1 < 5 ) and p 2 > 5 since maximum S = 4 1 .
Obviously, p 1 = 2 and then S = 2 + 6 k 2 ± 1 ⟹ k 2 = 6 S − 2 ± 1 = ⎩ ⎪ ⎨ ⎪ ⎧ 6 S − 1 = 6 3 4 , 6 3 8 , 6 4 0 , 6 6 S − 3 = 6 3 2 , 6 , 6 3 8 , 6 3 4 We obtained k 2 = 6 ⟹ p 2 = 6 × 6 ± 1 = 3 5 , 3 7 and possible sum we can obtained is S = 3 7 + 2 = 3 9 .
That's not what actually happens with
±
. For example, we have
7
+
1
1
=
1
8
is a multiple of 3.
There is no reason why if the first sign is a
+
, then the second sign is also a
+
. In the counter example, we had
+
,
−
.
Log in to reply
However, we can considered the three different cases of + , + , − , − and + , − . The third case i deliberately left since the sum cannot be obtained with this case.
Problem Loading...
Note Loading...
Set Loading...
Since all of the options have odd numbers as their numbers, and only even + odd = odd, the only prime number which is even is 2. Now we can try checking each of the options. 4 1 − 2 = 3 9 , which is incorrect because 3 9 = 3 × 1 3 , so 3 9 is not a prime number. 3 9 − 2 = 3 7 , which is correct because 3 7 is a prime number. So the answer is 3 9 .