got the answer from 统计专家Commentate。 看来我是正确的。

来源: 2010-01-11 08:46:30 [博客] [旧帖] [给我悄悄话] 本文已被阅读:

explain from Commentate:
It is illustrative to show the 2nd draw's probability is a/(a+b).

Obviously, the first draw P(white) = a/(a+b), P(red) = b/(a+b).
now the 2nd draw:
P(white) = P(1st draw white)*P(2nd draw white) + P(1st draw red)*P(2nd draw white)
= a/(a+b) * (a-1)/(a+b-1) + b/(a+b) * a/(a+b-1) = a/(a+b)

so the answer is : a/(a+b)