A basketball player takes 100 free throws. She makes the first and misses the second. From the third throw on, the chance she makes a throw equals the fraction of her throws so far that she has made. What is the probability she ends with exactly 50 makes?
Reveal solutionHide solution
#The rule is a Polya urn
After two throws she sits at one make and one miss. Put one red ball (a make) and one blue ball (a miss) in an urn. Drawing a ball, noting its colour, and returning it with one more of the same colour reproduces the rule exactly. After throws the urn holds balls, of them red, and the next throw is a make with probability , the fraction made so far. This is the standard Polya urn.
#Uniform by induction
The claim is that for every , the number of makes is uniform on .
The base case is , where with certainty and . For the step, assume is uniform on , so each value has probability . The next throw lifts the count by one with probability and leaves it with probability , so for any ,
For an interior both terms appear and collapse,
At the ends and only one term survives, and each still gives . So is uniform on , closing the induction.
#Read it off
At the makes are uniform on , the forced first make and second miss ruling out and . Every tally is equally likely, so
The surprise is that 50 is no more likely than 1 or 99. The reinforcement keeps whatever lead it stumbles into early, smearing the final count flat across its whole range.