document.write( "Question 257524: This question involves Binomial Distribution..
\n" );
document.write( "An urn contains 10 red balls and 5 blue balls. Five balls are chosen at random with replacement from this urn.
\n" );
document.write( "(a) What is the probability that all five balls drawn are red?
\n" );
document.write( "(b) What is the probability that among those five there are at least one red ball and also at least one blue ball?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #189435 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An urn contains 10 red balls and 5 blue balls. Five balls are chosen at random with replacement from this urn. \n" ); document.write( "(a) What is the probability that all five balls drawn are red? \n" ); document.write( "n = 5 ; p = 2/3 ; x = 5 \n" ); document.write( "P(5 red) = (2/3)^5 = 0.1317 \n" ); document.write( "--------------------------------------------- \n" ); document.write( "(b) What is the probability that among those five there are at least one red ball and also at least one blue ball? \n" ); document.write( "--- \n" ); document.write( "P(no red in 5) = (1/3)^5 \n" ); document.write( "P(no blue in 5) = (2/3)^5 \n" ); document.write( "------ \n" ); document.write( "P(at least one red and one blue) = 1 - [(1/3)^5 + (2/3)^5] \n" ); document.write( "= 0.86419.. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |