The question follows:
Urn one contains two red, one black balls, urn two contains one red, three black balls, and urn three contains one red, one black balls. A student chooses urn one or urn two at random, and selects one ball from the chosen urn at random and transfers it into urn three. Then he draws a ball from urn three. Given that the ball he draws is red, what is the probability that the transferred ball is red?
My attempt:
Let $T_r$ be the event of transferring a red ball to the 3rd urn and $F_r$ be the even of picking a red ball from the 3rd urn. We want to find $P(T_r|F_r)$.
We know that $P(T_r|F_r)=\frac{P(T_r\cap F_r)}{P(F_r)}$.
The numerator can be found by calculating the probability of transfering a red ball and from 2 red and 1 black ball picking the red one from the 3rd urn. The transfering part can be calculated by picking 1st or the 2nd urn with probability of 1/2 and then calculating the probability of picking a red ball and adding them together so that:
$P(T_r\cap F_r)=(1/2*2/3+1/2*1/3)(2/3)$
For $P(F_r)$, we can think it as $P(F_r)=P(T_r\cap F_r)+P(T_r^c\cap F_r)$ where $T_r^c$ is the event of transfering a blue ball.
So, $P(T_r^c\cap F_r)=(1/2*2/3+1/2*1/3)(1/3)$
Which gives us $P(T_r|F_r)=0.6666..$
I am trying to figure out probability with baby steps, is my answer correct? If no, can you explain it to me clearly? Thanks a lot in advance.
$ P(T_r|F_r)=\frac{P(T_r\cap F_r)}{P(F_r)}=$ $\frac{\frac{1}{2}\frac{2}{3}\frac{2}{3}+\frac{1}{2}\frac{1}{4}\frac{2}{3}}{(\frac{1}{2}\frac{2}{3}\frac{2}{3}+\frac{1}{2}\frac{1}{3}\frac{1}{3})+(\frac{1}{2}\frac{1}{4}\frac{2}{3}+\frac{1}{2}\frac{3}{4}\frac{1}{3})}=\frac{22}{35}$
$(\frac{1}{2}\frac{2}{3}\frac{2}{3})$transfering a red from urn$_1$ and getting a red from urn$_3$
$(\frac{1}{2}\frac{1}{3}\frac{1}{3})$transfering a blue from urn$_1$ and getting a red from urn$_3$
$(\frac{1}{2}\frac{1}{4}\frac{2}{3})$transfering a red from urn$_2$ and getting a red from urn$_3$
$(\frac{1}{2}\frac{3}{4}\frac{1}{3})$transfering a blue from urn$_2$ and getting a red from urn$_3$