Maths Olympiad Prep

Library / /113 of 1394

, 2020

Combinatorics Difficulty 4.8 AIME Find the answer United States

Problem:
You have six blocks in a row, labeled 11 through 66, each with weight 11. Call two blocks xyx \leq y connected when, for all xzyx \leq z \leq y, block zz has not been removed. While there is still at least one block remaining, you choose a remaining block uniformly at random and remove it. The cost of this operation is the sum of the weights of the blocks that are connected to the block being removed, including itself. Compute the expected total cost of removing all the blocks.

A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.

Solution

Solution:
Note that the total cost is the total number of ordered pairs (x,y)(x, y) with 1x,y61 \leq x, y \leq 6 such that xx and yy are connected right before xx gets removed.
The probability that blocks xx and yy are connected just before block xx is removed is simply 1xy+1\frac{1}{|x-y|+1}, since all of the xy+1|x-y|+1 relevant blocks are equally likely to be removed first. Summing over 1x,y61 \leq x, y \leq 6, combining terms with the same value of xy|x-y|, we get
26+45+64+83+102+6=16310 \frac{2}{6}+\frac{4}{5}+\frac{6}{4}+\frac{8}{3}+\frac{10}{2}+6=\frac{163}{10}

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty) added by this project.