Guest User

Untitled

a guest
Jan 24th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. a. P(A*B)=P(A)*P(B)=0.4*0.5=0.2
  2. b. P(~B)=1-P(B)=1-0.5=0.5
  3. P(A AND ~B) = P(A) * P(~B) = 0.4*0.5=0.2
  4. c. P(A OR B)=P(A)+P(B)-P(A and B)=0.4+0.5-0.2=0.7
  5. d. P(A AND ~B)=P(A)*P(~B)=0.4*0.5=0.2
  6. P(A OR ~B)=P(A)+P(~B)-P(A AND ~B)=0.4+0.5-0.2=0.7
  7. e and f. A and B are independent. P(A)=0.4
Add Comment
Please, Sign In to add comment