Let A, B, and C be events such that A and B are both subsets of C. Also, let P(A) = 0.3, P(B) = 0.4, and P(C) = 0.6. Then, P(A|B) could be what, there is hint saying that there is not only one answer and I do not get it.
2026-04-01 15:10:10.1775056210
Let A, B, and C be events such that A and B are both subsets of C. Also, let P(A) = 0.3, P(B) = 0.4, and P(C) = 0.6. Then, P(A|B) could be what
479 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Well, if $A$ and $B$ are independent, then $P(A \vert B) = P(A) = 0.3$.
If $A$ and $B$ are dependent, then $$P(A \vert B) = \dfrac{P(A \cap B)}{P(B)}.$$
And then it can depend again:
if $A \cup B = C$, then $P(C) = P(A) + P(B) - P(A \cap B)$, so $P(A \cap B) = 0.3 + 0.4 - 0.6 = 0.1$. thus $P(A \vert B ) = \frac{1}{4} = 0.25$.
if $A \cup B\neq C$, then there exists $D \subseteq C$ such that $A \cup B \cup D = C$, with $D \cap (A \cup B) = \emptyset$. In this case, we have $$P(C) = P(A \cup B ) + P(D) = P(A) + P(B) - P(A \cap B) + P(D)$$ and $P(A \cap B)$ can be "anything", depending on $D$.