Tea Story

Problem Statement

Origin The Mathematical Association of Thailand Contest 2007, High School Level, problem 35 (last problem)

Eighty students with IDs 1, 2, ..., 80 take turns in the order of increasing ID to write numbers on a blackboard. During the first round, each student writes down her own ID. During the subsequent rounds, each student computes the arithmetic mean of the numbers on the board, and then replaces the number she wrote in the previous round with the computed result. As the students continue this process, all numbers on the board converge to the same constant. Find that constant.

Solution

After the contest, I went to China with my family during the New Year's holiday. The Chinese tour we went with imposed mandatory visits to local shops (sometimes called "scams") as usual. One of them is a tea shop.

Actual photograph!

The saleswoman prepared the following tools for making tea:

Equipments

First, the saleswoman made a jug of tea by pouring hot water through the tea filter. To double its concentration, she poured the tea through the filter once more.

Suppose each jug holds 2 units of tea. The numbers outside parentheses denote concentrations, while the numbers inside are quantities.

Steps 1 and 2

Next, the saleswoman made less concentrated tea in the first jug, and then pour away half of it (= 1 unit); this way, the concentration was preserved.

Steps 3 and 4

Then the saleswoman mixed the tea by alternatingly pouring 1 unit of tea from one jug into the other.

Steps 5 and 6

Observe that after each pour, the new concentration is the average of the two original concentrations.

Now suppose she continued mixing until the two jugs have roughly the same concentration $x$. This is the classic mixture problem: the total mass (= volume × concentration) must remains constant. So we get

$$1\times 1 + 2\times 2 = (1+2)\times x$$

which makes $x = 5/3$.

Now imagine 80 jugs. Each jug $i$ ($i = 1,\dots,80$) starts with $i$ units of tea with concentration $i$. Then at each step, we find the jug $J$ with 1 unit of tea, and then pour 1 unit of tea from each of the other jugs into $J$. Now $J$ will have 80 units of tea, while the other jugs which had $2,3,\dots,80$ units of tea will now have $1,2,\dots,79$ units. Moreover, the concentration in $J$ will become the arithmetic mean of the previous concentrations in all 80 jugs. Essentially, the concentrations exactly match the numbers the students write on the board.

So if all concentrations converge to $x$, we get

$$1\times 1 + \dots + 80\times 80 = (1 + \dots + 80)\times x$$

giving $x = 161/3$. (Luckily, we don't have to prove that the numbers converge here.)

Epilogue

I wrote this explanation in my (now defunct) blog in 2008, as well as my college essay. The illustrations above were salvaged from my old CD-R, but the original text was lost.

Exported: 2021-11-24T23:12:54.574531