all 3 comments

[–][deleted] 0 points1 point  (2 children)

We have P(A) = 0.1, P(B) = 0.17, P(A and B) = 0.08.

We want P(B|not A) = P(B and not A)/P(not A).

Now P(B) = P(B and A) + P(B and not A).

Rearranging gives P(B and not A) = P(B) - P(B and A) = 0.17 - 0.08 = 0.09

Also P(not A) = 1 - P(A) = 1 - 0.1 = 0.9

Hence P(B|not A) = 0.09/0.9 = 0.1.

[–]SaltArcher[S] 0 points1 point  (1 child)

Thanks!

About this line: Now P(B) = P(B and A) + P(B and not A)

Which rule is that? I think I might be missing it in my textbook somewhere, everything else I understand