document.write( "Question 475963: Hi, I'm wondering, what is least likely to happen:
\n" );
document.write( "to pick (randomly from a deck of 52)
\n" );
document.write( "all 7's in a deck of cards without replacement and no shuffling
\n" );
document.write( "all 7's in a deck without replacement but with shuffling
\n" );
document.write( "all 7's in a deck with replacement and with shuffling
\n" );
document.write( "or
\n" );
document.write( "to pick all 7's in a deck with replacement and without shuffling?
\n" );
document.write( "Which one is the least probable and what is the probability of such an event occurring? Thanks. \n" );
document.write( "
Algebra.Com's Answer #326419 by stanbon(75887) ![]() You can put this solution on YOUR website! Hi, I'm wondering, what is least likely to happen: \n" ); document.write( "to pick (randomly from a deck of 52) \n" ); document.write( "all 7's in a deck of cards without replacement and no shuffling \n" ); document.write( "all 7's in a deck without replacement but with shuffling \n" ); document.write( "all 7's in a deck with replacement and with shuffling \n" ); document.write( "or \n" ); document.write( "to pick all 7's in a deck with replacement and without shuffling? \n" ); document.write( "---- \n" ); document.write( "The shuffling has no effect as long as the selections are \n" ); document.write( "made randomly. \n" ); document.write( "---- \n" ); document.write( "Replacement does have an effect: \n" ); document.write( "with replacement: (1/13)^4 = 1/28561 \n" ); document.write( "--- \n" ); document.write( "without replacement: 1/52C4 = 1/270725 \n" ); document.write( "=========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |