document.write( "Question 1194849: An urn contains 5 white and 7 black balls. Another urn contains 3 white and 9 black balls. If one ball from the first urn is selected at random and is transferred to the second urn, what is the probability that the ball transferred is black given that a second ball drawn from the second urn gives a black? \n" ); document.write( "
Algebra.Com's Answer #827343 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "P(white from first, then black from second) = (5/12)*(9/13) = 45/156

\n" ); document.write( "P(black from first, then black from second) = (7/12)*(10/13) = 70/156

\n" ); document.write( "P(black from first, given black from second) = 70/(70+45) = 70/115 = 14/23

\n" ); document.write( "ANSWER: 14/23

\n" ); document.write( "
\n" ); document.write( "
\n" );