你这种算法是恰好前三天下雨、后两天不下雨的概率(同那道GWD) 但题目问得是5天中有3天下雨的概率,就用C(3,5)除以所有的可能2^5即可
各位牛牛,这道题我的理解是 既然每天下雨的概率是50%,即1/2,则不下雨的概率也是1/2,则里面有三天下雨五天不下雨的概率是 (0.5*0.5*0.5)*0.5*0.5=1/32。 因为GWD有一题是这样的: On Saturday morning, Malachi will begin a camping vacation and he will return home at the end of the first day on which it rains.If on the first three days of the vacation the probability of rain on each day is 0.2, what is the probability that Malachi will return home at the end of the day on the following Monday? 它的答案就是0.8*0.8*0.2=0.128. 为什么我问的这道不是这样算呢?两道题的思路不是有异曲同工之妙嘛?
LOOKING FORWARD FOR YOUR HELP!-- by 会员 evelyn205205 (2011/2/3 15:43:14)
|