document.write( "Question 1026451: A box contain 6 white, 5 red and 4 black pencils. Fin the probability of getting at least two red pencils if four pencils are drawn
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #641698 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Probability(X > = 2) = 1 - (Pr(X=0) + Pr(X=1)) \n" ); document.write( ": \n" ); document.write( "This says the Probability(Pr) that at least 2 pencils picked without replacement is equal to 1 minus the probability of no red pencils picked plus the probability that 1 red pencil is picked \n" ); document.write( ": \n" ); document.write( "Pr(X=0) = (10/15)*(9/14)*(8/13)*(7/12) = 0.153846154 \n" ); document.write( "Pr(X=1) = (5/15)*(10/14)*(9/13)*(8/12) = 0.10989011 \n" ); document.write( ": \n" ); document.write( "Pr(X > = 2) = 1 - (0.153846154 + 0.10989011) \n" ); document.write( "Pr(X > = 2) = 1 - 0.263736264 = 0.736263736 \n" ); document.write( "******************************************** \n" ); document.write( "Pr(X > = 2) is approx 0.74 \n" ); document.write( "******************************************** \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |