|
|
|
|
|
by JadeNB
5327 days ago
|
|
> We can approximate the probability that any two of the n decks shuffled in human history were identical as p=1-n^2/52! I think that this is way too low. Shouldn't it be the quite large number 1 - \prod_{i = 1}^n (1 - (i - 1)/52!) (a la the birthday paradox)? |
|
Mathematica overflowed when I tried to compute this by brute force. The next best thing I can think of is to use the exponential approximation
good for very small `x`, such as ours. Ignoring the cascading errors gives The error should be roughly of the size which is relatively small. (That's stronger, here, than just saying that it is small.) That is to say: I guess I agree with jgershen after all!