【单选题】
当随机变数Y服从N(100,100)时,以n=4抽得样本平均数大于109.8概率是()
A、0.05
B、0.10
C、0.025
D、0.01
A、0.05
B、0.10
C、0.025
D、0.01
A、Z~N(4,9) B、Z~N(3,5) C、Z~N(5,13) D、Z~N(5,5)
A、n=Math.round(Math.random(100))+1; B、n=Math.round(Math.random()*100)+1; C、n=Math.floor(Math.random(100))+1; D、n=Math.floor(Math.random()*100)+1;