document.write( "Question 40310: Please help?
\n" );
document.write( "Two urns contain each contain white balls and black balls. Urn 1 contains four white balls and two black balls urn 2 contains six white balls and five black balls. A ball is drawn from each urn. What is the probability that both balls are black? \n" );
document.write( "
Algebra.Com's Answer #25719 by Fermat(136)![]() ![]() You can put this solution on YOUR website! Urn1: 4W & 2B \n" ); document.write( "Urn2: 6W & 5B \n" ); document.write( "P1 = P(Urn1 -> Black ball) (P1 is the probability that urn1 will give a black ball) \n" ); document.write( "P2 = P(Urn2 -> Black ball) (P2 is the probability that urn2 will give a black ball) \n" ); document.write( "P = P1 * P2 (P is the probability that both balls will be black) \n" ); document.write( "Now, \n" ); document.write( "In urn1, there are 6 balls in total, with 2 of them black, So, \n" ); document.write( "P1 = 2/6 \n" ); document.write( "======== \n" ); document.write( "In urn2 there are 11 balls in total, with 5 of them black, So, \n" ); document.write( "P2 = 5/11 \n" ); document.write( "========= \n" ); document.write( "P = P1 * P2 \n" ); document.write( "P = (2/6) * (5/11) \n" ); document.write( "P = 10/66 \n" ); document.write( "Ans: P = 5/33 \n" ); document.write( "============= \n" ); document.write( " |