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