document.write( "Question 1191612: From a standard deck of 52 cards, how many six-hand cards are possible if there are at least three aces and three other cards?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #823441 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "If there are exactly 3 aces in the hand, then there are x = 4 ways to pick these three cards. \n" ); document.write( "This is equivalent to having x = 4 ways to not pick a particular ace.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We have n = 52-4 = 48 non-ace cards to pick from and r = 3 slots to fill. \n" ); document.write( "Use the nCr combination formula. \n" ); document.write( "n C r = (n!)/(r!(n-r)!) \n" ); document.write( "48 C 3 = (48!)/(3!*(48-3)!) \n" ); document.write( "48 C 3 = (48!)/(3!*45!) \n" ); document.write( "48 C 3 = (48*47*46*45!)/(3!*45!) \n" ); document.write( "48 C 3 = (48*47*46)/(3!) \n" ); document.write( "48 C 3 = (48*47*46)/(3*2*1) \n" ); document.write( "48 C 3 = (103776)/(6) \n" ); document.write( "48 C 3 = 17296 \n" ); document.write( "We have y = 17296 ways to select the three other non-ace cards.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In total, there are x*y = 4*17296 = 69,184 ways to select 6 cards such that exactly 3 are aces.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let P = 69184\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now consider the six card hand having exactly 4 aces. There's only one way to select all four aces.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are 48 C 2 = 1128 ways to pick the other cards.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "That gives 1*1128 = 1128 ways to have a 6-card hand with exactly 4 aces.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let Q = 1128\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Add the previous results: \n" ); document.write( "P+Q = 69184+1128 = 70,312 \n" ); document.write( "This is the number of six-card hands with at least 3 aces. \n" ); document.write( "In the event of having 4 aces, we can't have \"3 other cards\" as your teacher mentioned because that would mean having a 7-card hand. \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 70,312 \n" ); document.write( " \n" ); document.write( " |