You have two lists, and .
Now do the following experiment:
Now and each have one number left. Let these be and respectively.
What is the variance of
Recall that the variance of a random variable with mean is the expected value of
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
As I already showed in my solution to the problem that inspired this, the process of successively crossing out numbers in positions of a particular parity corresponds to a bit string with a 0 for when even indices were crossed out and 1 when odd indices were crossed out, and moreover, the bit string represents the binary expansion of the index of the surviving number. In that problem, the bit strings were alternating 0s and 1s, but here, they are determined by a sequence of ten random coin flips. However, the important point is that since we cross out indices of opposite parities in the two lists, the two bit strings are complementary (one obtained from the other by swapping 1s and 0s). Thus the sum of the indices of the two surviving numbers is always the string 1111111111, which is the binary representation of 1023. Since the numbers stored in the lists are one more than the index in L A and two more than the index in L B , the sum A + B is always 1026, and does not depend on the actual sequence of coin flips. Hence the variance is zero.