document.write( "Question 541827: if you are dealt six cards from a deck of 52, find the probability of getting 3 jacks and 3 aces \n" ); document.write( "
Algebra.Com's Answer #354337 by stanbon(75887) ![]() You can put this solution on YOUR website! if you are dealt six cards from a deck of 52, find the probability of getting 3 jacks and 3 aces \n" ); document.write( "---------------------------- \n" ); document.write( "# of ways to get 3 jacks: 4C3 = 4 \n" ); document.write( "# of ways to get 3 aces: 4C3 = 4 \n" ); document.write( "---- \n" ); document.write( "# of ways to get 3 jacks and 3 aces = 4^2 = 16 \n" ); document.write( "--- \n" ); document.write( "# of ways to select 6 cards randomly: 52C6 = 20,358,520 \n" ); document.write( "============= \n" ); document.write( "P(3j's and 3a's) = 16/20,358,520 = 0.0000007859 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |