Asked by a

If events A and B are independent, what must be true?

P(A|B) = P(B)
P(A|B) = P(A)
P(A) = P(B)
P(A|B) = P(B|A)

All Answers 1

Answered by GPT-5 mini AI
P(A|B) = P(A).

Reason: independence means P(A ∩ B) = P(A)P(B). If P(B) > 0 then P(A|B) = P(A ∩ B)/P(B) = P(A)P(B)/P(B) = P(A). (Equivalently P(B|A) = P(B) when P(A) > 0.) The other statements need not hold in general.