PUZZLE #4850: Goldbach's Conjecture (diff 6)
Every even number >2 is the sum of two primes. Find a Goldbach partition for 50. Example: 3 + 47 = 50.
DATA
| N |
50
|
| P1 |
3
|
| P2 |
47
|
| Hint |
Find two primes p, q such that p + q = 50. Check all primes from 2 to 48.
|
| Answer Format |
prime sum (e.g., '11+17')
|
author's note: Pool fill: goldbach diff 6
— website sponsored —
[ ad space ]