document.write( "Question 969145: How many five-card hands consisting of three cards of one face value and two cards of another face value can be dealt from a deck of 48 playing cards? \n" ); document.write( "
Algebra.Com's Answer #592095 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How many five-card hands consisting of three cards of one face value and two cards of another face value can be dealt from a deck of 48 playing cards? \n" ); document.write( "------------ \n" ); document.write( "---------------------------- \n" ); document.write( "# of ways to select 3 cards of one face value: 13*4C3 = 13*4 = 52 \n" ); document.write( "# of ways to select 2 cards of another face value: 12*4C2 = 72 \n" ); document.write( "--- \n" ); document.write( "# of ways to \"succeed\":: 52*72 \n" ); document.write( "---- \n" ); document.write( "# of random 5-card hands:: 52C5 \n" ); document.write( "------- \n" ); document.write( "Ans: P(condition) = (52*72)/52C5 = 0.00144 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " \n" ); document.write( " |