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