$\begingroup$
If we have the probabilities of $P(A)$, $P(B)$ and $P(A\mid B)$, how can we calculate the probability of $P(A\mid\neg B)$ ?
Does $A$ depends on $\neg B$ if it Actually depends on $B$ ?
$\endgroup$ 02 Answers
$\begingroup$Well, not $B$ is just $B^C$ so from the formula,
$$P(A\mid B^C) = \frac{P(A \cap B^C)}{P(B^C)}$$
You can calculate $P(B^C) = 1 - P(B)$ and we can get $P(A \cap B) = P(A\mid B)P(B)$ which can give us $P(A \cap B^C)$ using
$$P(A) = P(A \cap B) \cup P(A \cap B^C)$$
$\endgroup$ 2 $\begingroup$Take a glance on the Venn Diagram:
Let $a=\mathbb P(A), b=\mathbb P(B), r=\mathbb P(A\cap B)$.
Hence, $\mathbb P(A|B)=\frac rb$ and also $\mathbb P(A|B^c)=\frac{a-r}{1-b}$.
So, given $a,b,\frac rb=x$
$$P(A|B^c)=\frac{a-r}{1-b}=\frac{a-bx}{1-b}$$
$\endgroup$