document.write( "Question 1194840: 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 drawn from the second urn gives a black? \n" ); document.write( "
Algebra.Com's Answer #827124 by math_tutor2020(3817)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Define these events:
  • A = a white ball was selected from the first urn. It is transferred to the second urn.
  • B = a black ball was selected from the first urn. It is transferred to the second urn.
  • C = a black ball was selected from the second urn
Then we can form these probabilities:
  • P(A) = 5/12 since there are 5 white out of 5+7 = 12 total in the first urn
  • P(B) = 7/12 since there are 7 black out of 5+7 = 12 total in the first urn
  • P(C given A) = 9/13 because there are 9 black balls and 3white+9black+1extraWhite = 13 balls total in the second urn. Don't forget to add on that extra 1 white ball
  • P(C given B) = 10/13 for similar reasoning as the previous probability. This time we have 1 extra black ball to get 9+1 = 10 total in the second urn.
The keyword \"given\" refers to conditional probability. It indicates that the prior event in question is known to already have happened.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now use the law of total probability
\n" ); document.write( "P(C) = P(C and A) + P(C and B)
\n" ); document.write( "P(C) = P(C given A)*P(A) + P(C given B)*P(B)
\n" ); document.write( "P(C) = (9/13)*(5/12) + (10/13)*(7/12)
\n" ); document.write( "P(C) = (9*5)/(13*12) + (10*7)/(13*12)
\n" ); document.write( "P(C) = 45/156 + 70/156
\n" ); document.write( "P(C) = (45+70)/156
\n" ); document.write( "P(C) = 115/156
\n" ); document.write( "I would leave it in fraction form since it's the most exact.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If your teacher requires decimal form, then,
\n" ); document.write( "115/156 = 0.737179 approximately
\n" ); document.write( "Round this however your teacher instructs
\n" ); document.write( "This converts to 73.7179% approximately\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answer in fraction form is 115/156 (exact)
\n" ); document.write( "Answer in decimal form is 0.737179 (approximate)
\n" ); document.write( "Answer in percent form is 73.7179% (approximate)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Further reading about the law of total probability
\n" ); document.write( "https://www.probabilitycourse.com/chapter1/1_4_2_total_probability.php\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Further reading about conditional probability
\n" ); document.write( "https://www.mathsisfun.com/data/probability-events-conditional.html
\n" ); document.write( "
\n" ); document.write( "
\n" );