MathDB
2010 BAMO A max no of subsets with primes sum of a 3-element set

Source:

August 27, 2019
SetsmaximumprimeSumnumber theory

Problem Statement

We write {a,b,c}\{a,b,c\} for the set of three different positive integers a,ba, b, and cc. By choosing some or all of the numbers a, b and c, we can form seven nonempty subsets of {a,b,c}\{a,b,c\}. We can then calculate the sum of the elements of each subset. For example, for the set {4,7,42}\{4,7,42\} we will find sums of 4,7,42,11,46,494, 7, 42,11, 46, 49, and 5353 for its seven subsets. Since 7,117, 11, and 5353 are prime, the set {4,7,42}\{4,7,42\} has exactly three subsets whose sums are prime. (Recall that prime numbers are numbers with exactly two different factors, 11 and themselves. In particular, the number 11 is not prime.)
What is the largest possible number of subsets with prime sums that a set of three different positive integers can have? Give an example of a set {a,b,c}\{a,b,c\} that has that number of subsets with prime sums, and explain why no other three-element set could have more.