there are two urns with White balls and Black balls. first urn has 21 whites and 5 blacks, second one has 8 whites and 9 blacks. we take 7 balls from first urn and put them into the second one. afterwards, out of the second urn we take one ball. what is the probability that it's white?
I've been struggling on this probability for quite some time now and eventually got overwhelmed by numbers and every single way the balls can be taken from one urn to another, any help will be appreciated
I am about to give a detailed explanation in another way, When we are picking 7 balls at a time from First Urn (Say Urn A), it is trivial that, we could transfer a minimum of 2 white balls and a maximum of 7 white balls to the second urn (Say Urn B).
So, on the whole, the number of white balls picked from Urn A ranges from i = 2 to 7, and the picture below, explains how we calculate probability of picking white ball from Urn B, for each case.
Click here to view the image for case-by-case analysis
Since, probability (Column IV) in each case, has a weighted dependency on Probability of picking white ball in A (Column II). We multiply Column II and Column IV values for each case, and we sum up all those products, to get the Total probability of obtaining a white ball from B.
Mathematically, that summation can be written as,
$\displaystyle\sum\limits_{i=2}^7 {\frac{\left(\begin{array}{c}21\\ i\end{array}\right) \times \left(\begin{array}{c}5\\ (7-i)\end{array}\right) \times {(i + 8)}} {\left(\begin{array}{c}26\\ 7\end{array}\right) \times {24}}} $
Computing the above summation, would lead us to the probability around 0.5689.
If it seems strange, (or) anything I could clarify in my answer, kindly let me know.
Hope this helps.