document.write( "Question 1206284: A standard deck has 52 playing cards—4 cards each of 13 different denominations (ace, two, three, . . . , ten, jack, queen, and
\n" ); document.write( "king). You and a friend decide to play a game in which you each start with 5 cards. Suppose you shuffle the deck well and deal
\n" ); document.write( "out 5 cards to you and your friend. You are surprised when you look at your hand and see three aces (along with two non-aces).
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #843606 by Edwin McCravy(20063)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Before you get bad-mouthed for not asking a question,\r\n" );
document.write( "I will assume your question is \"What is the probability\r\n" );
document.write( "of getting such a hand?\"\r\n" );
document.write( "\r\n" );
document.write( "The 3 aces can be chose 4C3 ways.\r\n" );
document.write( "For each of those ways the 2 non-aces can be chosen from \r\n" );
document.write( "the 48 non-aces in 48C2 ways.\r\n" );
document.write( "\r\n" );
document.write( "The number of ways any 5 cards could be chosen is 52C5, \r\n" );
document.write( "so the answer is\r\n" );
document.write( "\r\n" );
document.write( "\"%28%284C3%29%2848C2%29%29%2F%2852C5%29\".  Work that out.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );