作者passers (路人)
看板Statistics
标题机率的问题
时间Tue Nov 14 23:37:14 2006
题目:
For a group of 100 people, compute
(a) the expected number of days of the year
that are birthdays of exactly 3 people:
解法:
令 Ai 表示有三个人生日在第 i 天,i=1.2...365
令 Xj = 1 , if Ai occurs
0 , otherwise
令 Y = ΣXj,j=1.2....C(100,3)
一百取三 1
则 E[Y] = E[ΣXj] = ΣE[Xj] = ΣP(Ai) = 16170*[(---)^3]
365
但是解出来的答案是错的...
正解为:0.9301
(b) the expected number of distinct birthdays.
解法:
令 Ai 表示有人生日在第 i 天,i=1.2...365
令 Xj = 1 , if Ai occurs
0 , otherwise
令 Y = ΣXj,j=1.2....100
1
则 E[Y] = E[ΣXj] = ΣE[Xj] = ΣP(Ai) = 100*(---)
365
解出来的答案依样是错的...
正解为:87.5755
希望有大大能告知哪里观念错误...谢谢 <(_ _)>
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 220.129.40.6