IBM Research | Ponder This | February 2001 solutions
Skip to main content

February 2001

<<January February March>>


Question 1:

Does citizen number 2001 belong to the King's group?

Answer: No

Group 1 = 0,2,5,6,8,11,13,14,17,18,20, ...
Group 2 = 1,3,4,7,9,10,12,15,16,19,21, ...

Procedure:

Write the number in binary.
Odd number of zero's in binary expansion: with the King.
Even number of zero's in binary expansion: not with the King.

2001 = 11111010001 even number of zero's.


Lemma:

Let n be a nonzero number and B one of the two groups.

n is element of B (if and only if) 2n is not an element of B (if and only if) 2n+1 is an element of B.

Proof of Lemma:

Assign people to groups inductively, starting with 0 (automatically in Group 1) and working up. When assigning Person n, we consider the fate of envelopes in Box n. The group chosen for Person n will forced (if indeed it is possible); that is, it cannot be the case that, given the assignments so far of people 0,1,...,n-1, that Person n could either be in Group 1 or Group 2 and that either way the condition at Box n would be satisfied, since assignment to Group 1 gives one more envelope to Group 1 (0+n=n) and no change to Group 2. So we only have show that the proposed global assignment is consistent.

Consider odd n=2k+1.
Since (2j in group 1) iff (2j+1 in group 2), we know size(group 1 intersect {0,1,...,2k+1}) = size(group 2 intersect {0,1,...,2k+1}) = k+1. Now of the k+1 pairs of people, each of which could collect an envelope, say that B are entirely in group 1, C are entirely in group 2, and D pairs are split between the two groups. Then k+1=2B+D=2C+D, so that B=C, and the condition is satisfied at n.

Now consider even n=2k.
Let Person k temporarily clone himself into k' and k", and think of (k',k") as being one of the pairs of people who collects an envelope. Now there are k+1 pairs of people with numbers adding to n=2k, namely (0,2k), (1,2k-1), ..., (k-1,k+1) and (k',k"). Again the two groups are equally sized: the people in {0,1,...,2k-1} are split evenly between the two groups; there is an extra person represented by k" in one group; and the unmatched person at n=2k is in the opposite group. So each group has an intersection of size k+1 with the set {0,1,...,k-1,k',k",k+1,...,2k}.
As before k+1=2B+D=2C+D so that B=C, and the condition is again satisfied.

Question 2:

Which citizen(s) will have received the highest amount of Kubrician dollars, once both groups have passed all boxes?

Answer:

Citizen number 997.

Let F(n) be the amount that citizen n receives.

If n is even, then exactly half the citizens with numbers between 0 and 2001-n are in the same group with citizen n, so that citizen n shares in (2002-n)/2 envelopes. Each such envelope gives him n dollars, except that if 2n<2001, then envelope 2n gives him an extra n dollars.
So:
F(n) = n*(2002-n)/2 if n is even and 2n>2001;
F(n) = n*(2002-n)/2+n if n is even and 2n<2001.

If n is odd, then exactly half the citizens with numbers between 0 and 2000-n are in the sane group with citizen n, so that citizen n shares in (2001-n)/2 envelopes, each giving him n dollars. As before, box 2n will give him an extra n dollars if 2n<2001. Also, box 2001 will give him an extra n dollars if citizen 2001-n is in the same group with n. Therefore:

F(n) = n*(2001-n)/2  if n is odd, 2n>2001, and
2001-n is in the opposite group;
F(n) = n*(2001-n)/2+n  if n is odd, 2n>2001, and
2001-n is in the same group;
F(n) = n*(2001-n)/2+n  if n is odd, 2n<2001, and
2001-n is in the opposite group;
F(n) = n*(2001-n)/2+2n  if n is odd, 2n<2001, and
2001-n is in the same group.


We find that 997 is the largest odd number n in this latter group, namely 2n<2001 and (997,1004) are in the same group.
F(997)=502488.
Numbers n in the other groups give smaller values of F(n).

Rocke Verser points out the following facts:
  • The King's celebration will cost his treasury a paltry KU$669132464.
  • Box #1999 will have yielded more money to the citizens than any other box. (KU$1155422)
  • Box #1919 will have yielded more envelopes to the citizens than any other box. (598)

    Colin Bown and Stephane Higueret point out that person 2001 will go broke.


    If you have any problems you think we might enjoy, please send them in. All replies should be sent to: ponder@il.ibm.com

  •