Subset Sums in Order

Problem

Let a1,a2,,ana_1, a_2, \ldots, a_n be a strictly increasing sequence of positive integers. The set {a1,a2,,an}\{a_1, a_2, \ldots, a_n\} has 2n2^n subsets, whose element sums (with the empty set counting as 00) are S1,S2,,S2nS_1, S_2, \ldots, S_{2^n}, and it is given that

S1<S2<<S2n.S_1 < S_2 < \cdots < S_{2^n}.

1. Find the minimum possible value of S2nS_{2^n}. 2. Find the minimum possible variance of S1,S2,,S2nS_1, S_2, \ldots, S_{2^n}. 3. Prove that

a12+a22++an24n13.a_1^2 + a_2^2 + \cdots + a_n^2 \geqslant \frac{4^n - 1}{3}.

Answer

Solution

Difficulty9/10
Topicscombinatorics, Statistics, Counting, Induction, inequality

Whiteboard

Your sketch is saved only in this browser. To share it, export your drawing as an image (whiteboard menu → Export as → PNG), then upload that image in the comments below.

Discussion

Ask questions, share alternate solutions, and use LaTeX freely.

0 comments
Log in to join the discussion.

No comments yet.