document.write( "Question 550244: a card is picked from each of four 52-card decks of cards. what is the probability of selecting at least 1 card larger than an 8? \n" ); document.write( "
Algebra.Com's Answer #358703 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a card is picked from each of four 52-card decks of cards. what is the probability of selecting at least 1 card larger than an 8? \n" ); document.write( "---- \n" ); document.write( "\"Larger than 8\" is an ambiguous instruction. \n" ); document.write( "I'll assume that means 9,10,J,Q,K,A \n" ); document.write( "---- \n" ); document.write( "Then you have a Binomial Problem with n = 4 and p = 6/52 \n" ); document.write( "--- \n" ); document.write( "P(at least 1 card > 8) \n" ); document.write( "= 1 - P(no card > 8) \n" ); document.write( "= 1 - (46/62)^4 \n" ); document.write( "= 0.3876 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===================== \n" ); document.write( " |