document.write( "Question 800560: In a bag, there are 8 blue balls and 6 red. 2 balls are picked up without replacement. So what is the probability of picking red ball in 2nd attempt knowing that a blue ball has already been extracted? \n" ); document.write( "
Algebra.Com's Answer #483130 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In a bag, there are 8 blue balls and 6 red. 2 balls are picked up without replacement. So what is the probability of picking red ball in 2nd attempt knowing that a blue ball has already been extracted? \n" ); document.write( "---- \n" ); document.write( "P(red | blue) = P(red and blue)/P(red) = [(8/14)(6/13)]/[6/14] = 0.6154 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |