We've three jars: jar-$A$ with $1$ red and $1$ white ball, jar-$B$ with $2$ red and $1$ white ball and jar-$C$ with $3$ red balls. We first select a jar and then pick a ball. All selection/picking are random and equally likely. I would like to calculate $\mathbb P($ getting a white ball given jar $A$ is selected $)$.
I define,
$A=$ the event that jar-A is selected,
$W=$ the event that a white ball is picked, and
I need to find $ℙ(W\mid A)$.
Using concepts of conditional probability, I can focus on a reduced sample space consisting of possible picks from jar A and for this reduced space, can define $W_a=$the event that a white ball is picked. Then $ℙ(W\mid A)$ = $ℙ(W_a)$ = 1/2.
However, I'm stuck when I try to evaluate $ℙ(W\mid A)$ by using the formula, i.e. $ℙ(W∩A)/ℙ(A)$. Put another way, can we evaluate $ℙ(W∩A)$ without using conditional probability?
Note: Implicitly, I've assumed events $A$ and $W$ are defined in the scope of sample space $\Omega=\{\{A,R\}, \{A,W\}, \{B,R1\}, \{B,R2\}, \{B,W\}, \{C,R1\}, \{C,R2\}, \{C,R3\} \} $
and $W_a$ is defined in sample space
$S=\{W,R\}$