Paradox?!

Probability theory is a great field for "paradoxes": the Monty Hall problem, the two envelope paradox, Bertrand's paradox, Pascal's wager, and many others. The nice thing about probability is that it's so easy to compute. While there's a formal basis (involving measure theory, some analysis, and for geometric problems like this one even some geometry), you don't really need it to understand what's going on.

Even worse, it doesn't really help!

As always, the problem is defining what "at random" means. In everday speech, we expect it to mean "at random, chosen according to the uniform distribution over all outcomes". And unfortunately, even that's not enough. As this example shows, there's more than one way to pick "the" uniform distribution for the problem. And that makes all the difference -- just like you'd be willing to bet equal odds on "heads" in a coin toss, but not if you knew the coin was weighted to come up "tails" 75% of the time.

Betrand gives 3 different distributions for a "random chord" -- and comes up with 3 different probabilities for it being longer than the chord of an inscribed equilateral triangle. Here are the distributions, matching each of the 3 calculations above:

  1. Fix a diameter MOM' of the circle; pick a point inside the circle with a uniform distribution; the chord is the perpendicular to MOM' through the point. The choice of M (and its antipode M') makes no difference to the calculated result; the choice of distribution does.
  2. Fix one end P of the chord, and pick the other end Q at random along the perimeter, with a uniform distribution. Here, the choice of P makes no difference; again, the choice of distribution does.
  3. Finally, fix again a diameter AB of the circle; pick a point uniformly along AB, and extend the perpendicular chord through that point. Choice of A (and B) makes no difference; the choice of distribution does.

None of the 3 choices is an obvious choice to get a "uniform distribution" among all chords. We have no clear intuition for distributions along chords; which one we pick dictates the result (just as which set of loaded dice you pick dictates the probabilty of winning at craps). We do have a clear intuition (which has a firm formal basis) for a "uniform distribution" among points -- and in each of the 3 proposed distributions for chords, we make us of a uniform distribution, but among different points.

Bertrand calculates 3 different probabilities. And the results are 3 different numbers...


Just to show how easy it is, here's how to compute another number; this one is (hopefully) less justified than any of the others.

Pick one end A of the chord. Now pick a number x uniformly on the interval [-2,2]; |x| will be the length of the chord. Pick point B on the perimeter, at distance |x| from A, going clockwise if x<0 and counterclockwise otherwise. Clearly, the probability of |AB|=|x|>sqrt(3) is precisely 2-sqrt(3).

Note that a similar construction lets us get any value for the probability: just pick x according to some arbitrary distribution which gives the desired result!