23
Given two sequences of 200 coin flips, one real and one made up by a person, how do you tell which is which?
A colleague set this as a puzzle: two strings of H and T, 200 each. One came from actual flips, one a student invented while trying to look random. Work out which is which and be able to justify it. I know the counts of…