Find the largest known number that is the sum of two distinct primes in exactly two ways.
Hint: it's smaller than 100. If you find a bigger one, don't share it here.
The way I would tackle it is with a little Python script...
Posting a bit earlier than usual, won't have time later.
Previous iteration: #700785