215. DS: 有个S出现的几率是0.6,有个T出现的几率是0。8,问他们中至少一个出现的几率。a)S and T are independent b) 他们一起出现的几率是0。05. 我选了C. 应该是D呀 S: 0.6 (S only, S and T) T:0.8 (T only, T and S) (1) if S & T are independent, S and T = 0.6x0.8=0.48, S only = 0.6-0.48 = 0.12, T only = 0.8-0.48=0.32, no S & no T = 1 - (0.48+0.12+0.32) = 0.08 (at least one: S only + T only + S and T = 0.80+0.12=0.92) (2) S&T = 0.05, S only = 0.48-0.05, T only = 0.80-0.05, at least one: S only+T only+S&T Each is sufficient But I don't know why the numbers are not consistenct between 1 and 2. Usually (1) and (2) are not conflict in ETS testing. Did lz remember the numbers correctly?
|