Subcontests
(5)2010 BAMO A max no of subsets with primes sum of a 3-element set
We write {a,b,c} for the set of three different positive integers a,b, and c. By choosing some or all of the numbers a, b and c, we can form seven nonempty subsets of {a,b,c}. We can then calculate the sum of the elements of each subset. For example, for the set {4,7,42} we will find sums of 4,7,42,11,46,49, and 53 for its seven subsets. Since 7,11, and 53 are prime, the set {4,7,42} has exactly three subsets whose sums are prime. (Recall that prime numbers are numbers with exactly two different factors, 1 and themselves. In particular, the number 1 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} that has that number of subsets with prime sums, and explain why no other three-element set could have more. 2010 BAMO B k digits, sum is n
A clue “k digits, sum is n” gives a number k and the sum of k distinct, nonzero digits. An answer for that clue consists of k digits with sum n. For example, the clue “Three digits, sum is 23” has only one answer: 6,8,9. The clue “Three digits, sum is 8” has two answers: 1,3,4 and 1,2,5.
If the clue “Four digits, sum is n” has the largest number of answers for any four-digit clue, then what is the value of n? How many answers does this clue have? Explain why no other four-digit clue can have more answers. 2010 BAMO C a+b+c \ge \frac{|a|+|b|+|c|}{3}
Suppose a,b,c are real numbers such that a+b≥0,b+c≥0, and c+a≥0.
Prove that a+b+c≥3∣a∣+∣b∣+∣c∣ .(Note: ∣x∣ is called the absolute value of x and is defined as follows.
If x≥0 then ∣x∣=x, and if x<0 then ∣x∣=−x. For example, ∣6∣=6,∣0∣=0 and ∣−6∣=6.)