Problem:
You have six blocks in a row, labeled through , each with weight . Call two blocks connected when, for all , block 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.
, 2020
Solution
Solution:
Note that the total cost is the total number of ordered pairs with such that and are connected right before gets removed.
The probability that blocks and are connected just before block is removed is simply , since all of the relevant blocks are equally likely to be removed first. Summing over , combining terms with the same value of , we get
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.