$\newcommand{\P}{\mathbb{P}}$Trying to figure out the probability of the following $\P(A|B,C)$ while knowing that $B$ and $C$ are independent.
I know $\P(A|B) = \P(A \cap B)/\P(B)$.
I saw this link: How can I calculate the conditional probability of several events?
But I can't figure out how to do $\P(A \cap B \cap C)$ because $B$ and $C$ are independent. Any help is greatly appreciated.
Context (simplified): Trying to find the probability that Bob will buy product $X$ (event $A$) given a few independent factors, for example: Probability that Bob wants it enough to buy it (event $B$) and probability that product $X$ works (event $C$).
So if there is a high probability that he wants it enough to buy it, $\P(A|B)$ aka the probability Bob buys product $X$ given he wants it bad enough is high. Same goes with $\P(A|C)$. Now I want to see how both independent events $B$ and $C$ affect the probability that Bob buys product $X$.
self-studytag – Antoine Oct 10 '15 at 10:07