document.write( "Question 1198936: A hand of 13 cards is dealt from a standard deck of 52 cards. What is the probability that it contains more aces than tens? How does this probability change when you have the information that the hand contains at least one ace? \n" ); document.write( "
| Algebra.Com's Answer #832630 by mccravyedwin(409)     You can put this solution on YOUR website! A hand of 13 cards is dealt from a standard deck of 52 cards. What is the \n" ); document.write( "probability that it contains more aces than tens? \n" ); document.write( " \r\n" ); document.write( "There are 4 aces, 4 tens, and 44 cards which are neither aces nor tens.\r\n" ); document.write( "I've done the calculation for two of the cases. Do the others, then add them:\r\n" ); document.write( "\r\n" ); document.write( "ACES TENS NEITHER PROBABILITY\r\n" ); document.write( " 1 0 12 (4C1)(4C0)(44C12)/(52C13) = 0.1328518567\r\n" ); document.write( " 2 0 11 (4C2)(4C0)(44C11)/(52C13) = ____________\r\n" ); document.write( " 2 1 10 (4C2)(4C1)(44C10)/(52C13) = ____________\r\n" ); document.write( " 3 0 10 (4C3)(4C0)(44C10)/(52C13) = ____________\r\n" ); document.write( " 3 1 9 (4C3)(4C1)(44C9)/(52C13) = ____________\r\n" ); document.write( " 3 2 8 (4C3)(4C2)(44C8)/(52C13) = 0.0066984129\r\n" ); document.write( " 4 0 9 (4C4)(4C0)(44C9)/(52C13) = ____________\r\n" ); document.write( " 4 1 8 (4C4)(4C1)(44C8)/(52C13) = ____________\r\n" ); document.write( " 4 2 7 (4C4)(4C2)(44C7)/(52C13) = ____________\r\n" ); document.write( " 4 3 6 (4C4)(4C3)(44C6)/(52C13) = ____________\r\n" ); document.write( "---------------------------------------------------------------\r\n" ); document.write( " Total probability = ____________\r\n" ); document.write( " \n" ); document.write( "How does this probability change when you have the information that the hand \n" ); document.write( "contains at least one ace? It doesn't change at all, because that's automatically given. If there are\r\n" ); document.write( "more aces than tens, there has to be at least one ace.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |