document.write( "Question 615223: Draw eight cards from a standard deck of cards with replacement.
\n" );
document.write( "What is the probability that of these first eight cards that five are spades?\r
\n" );
document.write( "\n" );
document.write( "I come up with =====.001981? \n" );
document.write( "
Algebra.Com's Answer #387036 by stanbon(75887) ![]() You can put this solution on YOUR website! Draw eight cards from a standard deck of cards with replacement. \n" ); document.write( "What is the probability that of these first eight cards that five are spades? \n" ); document.write( "------ \n" ); document.write( "Binomial Problem with n = 8 and p(spade) = 1/4 ; P (not spade = 3/4) \n" ); document.write( "P(x = 5) = 8C5(1/4)^5*(3/4)^3 = 0.02307\r \n" ); document.write( "\n" ); document.write( "================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " |