document.write( "Question 481759: Four cards drawn from standard denk of cards.Each card is replaced before the next one is drawn .Find each probability.
\n" );
document.write( "P(at most 1 jack)
\n" );
document.write( "P(4 jacks )
\n" );
document.write( "P(exactly 3 jacks)
\n" );
document.write( "Please ! help I'm stuck
\n" );
document.write( "737
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #329861 by stanbon(75887) ![]() You can put this solution on YOUR website! Four cards drawn from standard denk of cards.Each card is replaced before the next one is drawn .Find each probability. \n" ); document.write( "---- \n" ); document.write( "Binomial Problem with n = 4 and p = 4/52 = 1/13 \n" ); document.write( "--------------- \n" ); document.write( "P(at most 1 jack) = P(x=0)+P(x=1) = (12/13)^4 + 4(1/13)(12/13)^3 = 0.7383 \n" ); document.write( "------------------- \n" ); document.write( "P(4 jacks ) = (1/13)^4 \n" ); document.write( "------------------------ \n" ); document.write( "P(exactly 3 jacks) = 4C3(1/13)^4*(12/13) = 0.0469 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |