Activities
Student Organizations
Math Club
BingAWM
Actuarial Association
Problem 3 (due Monday, October 9)
Given a sequence a1,a2,…,an of n real numbers we construct a new sequence of n−1 numbers as follows: first we set bi=max(ai,ai+1) for i=1,…,n−1. Then we choose randomly one index i and add 1 to bi. This is our new sequence. After repeating this operation n−1 times we arrive at a single number A. Prove that if a1+…+an=0, then A≥log2n.
Here max(a,b) denotes the larger of the numbers a,b.
We did not receive any solutions. The key idea for our solution is to observe that the quantity 2a1+…+2an is a monovariant for our operation on sequences, i.e. that this quantity computed for the new sequence is larger or equal than the quantity for the original sequence. It follows that 2A≥2a1+…+2an. By the AMGM inequality (the arithmetic mean is always greater or equal than the geometric mean), we have 2a1+…+2an≥n, hence A≥log2n. For a detailed solution and some additional discussion see the following link Solution.