Brothers Flim and Flam are performing a trick they call "telepathy".
At the beginning, Discord, who is the host, generates two random binary strings a and b. Each string contains n=106 digits, and each digit is equal to zero or one equiprobably and independently of other digits. String a is given to Flim, and string b to Flam. Each of them sees only his own string, and doesn't know the string of his brother.
After that, each brother selects k=105 distinct positions in the string: not in his own, but in his brother's string that they do not know!
Finally, Discord looks at string a from left to right, and writes down the digits from the positions selected by Flam. Then he looks at string b from left to right and, under the previous line, writes down the digits from the positions selected by Flim. After that, the audience counts how many times a digit from a turned out to be the same as a digit from b written under it. To "prove" that telepathy works, more than two thirds of the pairs of digits have to turn out the same, that is, at least 66,667 of them.
Help Flim and Flam to plan how to select positions in each other's strings knowing only their own string, so that they can "prove" that telepathy works.
Consider a small example.
00101011011110111001.11000111101000011010.