5

So I've started by saying that since $P(A | B^c) = P(A | B)$ we know that $\frac{P(A \cap B^c)}{P(B^c)} = \frac{P(A \cap B)}{P(B)}$. However I'm not sure where to go from there. Any help would be great!

Asaf Karagila
  • 393,674
mconn7
  • 380

3 Answers3

5

$$\frac{P(A \cap B^c)}{P(B^c)} =\frac{P(A) -P(A\cap B)}{1-P(B)}= \frac{P(A \cap B)} {P(B)}$$ now $$(P(A) -P(A\cap B))P(B)=P(A \cap B)(1-P(B))$$ thus $P(A)P(B)-\color{red}{P(A\cap B)P(B)}=P(A \cap B)-\color{red}{P(A\cap B)P(B)}$ so $P(A)P(B)=P(A \cap B) $ hence $A$ and $B$ are independent.

R.N
  • 4,318
2

Hint: By the Total Probability Theorem: $\mathsf P(A) = \mathsf P(A\mid B^c)\,\mathsf P(B^c)+\mathsf P(A\mid B)\,\mathsf P(B)$

Then since: $\mathsf P(A\mid B)=\mathsf P(A\mid B^c)$ ...

Graham Kemp
  • 129,094
1

The defining relation is: $$P(A\cap B)=P(A|B)P(B)$$

You could also write: $$P(A\mid B)=\frac{P(A\cap B)}{P(B)}$$ but that asks for an apart treatment of the special case $P(B)=0$.

Let's say that $P(A\mid B)=c=P(A\mid B^c)$.

Then:

$$P(A)=P(A\mid B)P(B)+P(A\mid B^c)P(B^c)=cP(B)+cP(B^c)=c=P(A\mid B)$$

So: $$P(A\cap B)=P(A|B)P(B)=P(A)P(B)$$

drhab
  • 151,093