top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Find a even number which can be represented with the sum of two prime numbers?

–4 votes
76 views

Goldbach's Conjecture claims that every even number greater than 2 is the sum of two primes. A number is a prime if it only divides by itself or 1. So 2, 3, 5, 7, 11, 13, 17, 19 etc. are primes. Think of an even number and find two primes which add together to make your number. For instance 8 is 3+5 and 22 is 11+11. Can you find one that doesn't work?

posted Feb 4, 2018 by anonymous

Looking for solution? Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button




Similar Puzzles
0 votes

Two digits are selected at random from digits 1 through 9. If sum is even, find the probability that both numbers are odd?

+1 vote

Is it possible to write down 1,2,3..100 in some order (one after an other), such that the sum of any two adjacent numbers is a prime number?

+1 vote

Find the sum of all the prime numbers larger than 2 less than 10^12 that are 1 more than a perfect square. Because the number can get pretty big provide the answer mod 1007.

Note: Problem shouldn't take much more than one minute if your answer is taking too long consider looking for optimizations.

...