看板 Grad-ProbAsk 關於我們 聯絡資訊
1.a computer,in adding numbers,rounds each number off to the nearest integer. suppose that all rounding errors are independent and unformly distributed over (-0.5,0.5).if 1500 numbers are added,what is the probability that the magnitude of the total error exceeds 15 ? A. 0.1802 b. 0.3132 c. 0.0451 d. 0.2842 我的算法是這樣 X~U(-0.5,0.5) E(X)=0 V(X)=1/12 Y=X(1)+X(2)+++++X(1500) E(X)=0 V(X)=1500*(1/12)=125 P(Y>15)=P(Z>(15-0)/125^1/2)=P(Z>1.34)=0.0918 請問是哪邊觀念錯了? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 218.168.3.184
loveliver:這題應該是考總和型CLT 03/24 21:31
disroxen:我跟原PO算一樣的答案,請問該如何解呢? 03/25 00:31