(1)书中讲的是对的。
(2)drawing at random with replacement from a box of numbered tickets 服从二项分布
取n个,方差=n*p*(1-p) , 标准差=[n^(1/2)]*[p(1-p)]^(1/2)
对于从盒子中取1个时的情形,方差=p(1-p) ,标准差=[p(1-p)]^(1/2)
So,
"the sum of draw is [(number of draws)^0.5] * SD of the box "
is proved.