Box $U_1$ contains $1$ white ball and $2$ black balls. Box $U_2$ contains $2$ white balls and $2$ black balls. We extract without reinsertion two balls from every boxes. The four balls are put in a third box $U_3$ initially empty. We randomly extract a ball from $U_3$. Find the probability that the ball is white.
Well, I reasoned in this way. The possible combinations that ensure that $U_3$ contains at least one white ball are BNBB, NBBB, NNBB, BNBN, BNNB, BNNN, NBBN, NBNB, NBNN, NNBN, NNNB. Thus:
$\mathbb{P}$($U_3$ contains $3$ white balls)$=\mathbb{P}($(BNBB)$\cap$(NBBB)$)=(\frac{1}{3}\cdot1 \cdot\frac{1}{2}\cdot\frac{1}{3})+(\frac{2}{3}\cdot \frac{1}{2} \cdot \frac{1}{2}\cdot \frac{1}{3})=0,11$
$\mathbb{P}(U_3$ contains $2$ white balls)$=\mathbb{P}($(NNBB)$\cap$(BNBN)$\cap$(BNNB)$\cap$(NBBN)$\cap$(NBNB)$)=(\frac{2}{3}\cdot \frac{1}{2} \cdot \frac{1}{2} \cdot \frac{1}{3})+(\frac{1}{3}\cdot 1\cdot \frac{1}{2} \cdot \frac{2}{3})+(\frac{1}{3}\cdot 1 \cdot \frac{1}{2} \cdot \frac{2}{3})+(\frac{2}{3}\cdot \frac{1}{2} \cdot \frac{1}{2} \cdot \frac{2}{3})+(\frac{2}{3}\cdot \frac{1}{3}\cdot \frac{1}{2} \cdot \frac{2}{3})=0,46$
$\mathbb{P}(U_3$ contains $1$ white ball)$=\mathbb{P}($(BNNN)$\cap$(NBNN)$\cap$(NNBN)$\cap$(NNNB)$)=(\frac{1}{3}\cdot 1 \cdot \frac{1}{2}\cdot \frac{1}{3})+(\frac{2}{3}\cdot \frac{1}{2} \cdot \frac{1}{2} \cdot \frac{1}{3})+(\frac{2}{3} \cdot \frac{1}{2} \cdot \frac{1}{2} \cdot \frac{2}{3})+(\frac{2}{3}\cdot \frac{1}{2}\cdot \frac{1}{2}\cdot \frac{2}{3})=0,33$
$\mathbb{P}(U_3$ doesn't contain any white balls)$=2\mathbb{P}($(NNNN)$)=2(\frac{2}{3}\cdot \frac{1}{2} \cdot \frac{1}{2} \cdot \frac{1}{3})=0,1$
Thus $\mathbb{P}($one white ball from $U_3)=\frac{3}{4}\cdot 0,11+\frac{2}{4}\cdot 0,46+\frac{1}{4}\cdot 0,33+\frac{0}{4}\cdot 0,11=0,395$
Is it correct? Particularly I'm interested in reasoning. Thanks in advance.
In the end, it all drills down to selecting one ball. With probability half, it is a ball from $U_1$ and with probability half, it is a ball from $U_2$. The probability of choosing a white ball from each box is known, so the total probability is $\tfrac{1}{2}\cdot\tfrac{1}{3}+\tfrac{1}{2}\cdot\tfrac{1}{2}=\tfrac{5}{12}$.