I'm not sure whether this is implemented in any of the standard statistical packages, but I write some code in R to calculate the probability of getting any given number right (out of 1200, using the binomial distribution), then had it add up the probability of getting more than 705. It was...