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)      You can put this solution on YOUR website! \n" ); document.write( "Define these events: 
 
 \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( " |