document.write( "Question 882453: From a box containing 5 red chips and 8 blue chips, three chips are drawn in succession. Find the probability for the no. of blue chips selected if:
\n" );
document.write( "a. sampling is done w/ replacement
\n" );
document.write( "b. w/o replacement \n" );
document.write( "
Algebra.Com's Answer #532849 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! From a box containing 5 red chips and 8 blue chips, three chips are drawn in succession \n" ); document.write( "b. w/o replacement \n" ); document.write( "P(0 B) = (5/13)^3 \n" ); document.write( "P(1 B) = (8/13)(5/13)^2 \n" ); document.write( "P(2 B) = (8/13)^2(5/13)^1 \n" ); document.write( "P(3 B) = (8/13)^3 \n" ); document.write( "a. sampling is done w/ replacement \n" ); document.write( "P(0 B) = \n" ); document.write( "P(1 B) = \n" ); document.write( "P(2 B) = \n" ); document.write( "P(3 B) = \n" ); document.write( " |