document.write( "Question 1087657: My Question: If THREE cards are dealt from a 52 card deck, what is the probability that at least one of those cards will be an Ace, Jack, or Seven?\r
\n" ); document.write( "\n" ); document.write( "My Thoughts: There are 4 Aces, 4 Jacks, and 4 Sevens in a 52 card deck. If you are dealt one card, you have a 12/52 or 23.1% chance that the card dealt is an Ace, Jack, or Seven. But I have no idea what the next step is when figuring out the probability if 3 cards are dealt. If I did 12/52+12/51+12/50, then the answer would be 70.6% which seems too high. PLEASE HELP!
\n" ); document.write( "

Algebra.Com's Answer #701948 by natolino_2017(77)\"\" \"About 
You can put this solution on YOUR website!
In this case we can use Hypergeometric Distribution with N=52 (total number of cards), n= 3 (number of dealt cards), d = 4 + 4 + 4 = 12 (total working cards)\r
\n" ); document.write( "\n" ); document.write( "P(X=x) = (dCx)* ((N-d)C(n-x))/(NCn).\r
\n" ); document.write( "\n" ); document.write( "P(X>=1) = 1 - P(x=0) (using the complement rule).\r
\n" ); document.write( "\n" ); document.write( "Using the general term with x=0, P(x=0) = (12C0)(40C3)/(52C3) = 38/85.\r
\n" ); document.write( "\n" ); document.write( "So the answer is 1 - 38/85 = 47/85 =0,553\r
\n" ); document.write( "\n" ); document.write( "@natolino_
\n" ); document.write( "
\n" );