Help
You are told that P(A|B) = P(B|A). Which statement below must be true

By definition of conditional probability,
[tex]P(A\mid B)=\dfrac{P(A\cap B)}{P(B)}[/tex]
[tex]P(B\mid A)=\dfrac{P(A\cap B)}{P(A)}[/tex]
Since [tex]P(A\mid B)=P(B\mid A)[/tex], we have
[tex]\dfrac{P(A\cap B)}{P(B)}=\dfrac{P(A\cap B)}{P(A)}\impliesP(A\cap B)\left(\dfrac1{P(B)}-\dfrac1{P(A)}\right)=0[/tex]
so that either
[tex]P(A\cap B)=0[/tex]
which means the events A and B are disjoint, or
[tex]\dfrac1{P(B)}-\dfrac1{P(A)}=0\implies P(A)=P(B)[/tex]
which means A and B are equally likely to occur.