document.write( "Question 747903: In a jar of ten beads, seven are red and three are blue. A bead is drawn from the jar five times with replacement. What is the probability of seeing exactly 2 blue beads? \n" ); document.write( "
Algebra.Com's Answer #455249 by stanbon(75887) ![]() You can put this solution on YOUR website! In a jar of ten beads, seven are red and three are blue. A bead is drawn from the jar five times with replacement. What is the probability of seeing exactly 2 blue beads? \n" ); document.write( "--- \n" ); document.write( "\"With replacement\" implies you have a binomial problem. \n" ); document.write( "------ \n" ); document.write( "n = 5 and p(blue) = 3/10 \n" ); document.write( "---- \n" ); document.write( "P(x = 2) = 5C2*0.3^2*0.7^3 = binompdf(5,0.3,2) = 0.3087 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "==================== \n" ); document.write( " \n" ); document.write( " |