document.write( "Question 352398: Two cards are dealt in succession and without replacement from a standard deck of 52 cards.
\n" );
document.write( "(a) In how many different orders can the cards be dealt?\r
\n" );
document.write( "\n" );
document.write( "(b) How many different 2-card hands are possible? \n" );
document.write( "
Algebra.Com's Answer #251830 by edjones(8007)![]() ![]() You can put this solution on YOUR website! (a) In how many different orders can the cards be dealt? \n" ); document.write( "Permutation: nPr=52P2=52!/(52-2)!=52*51=2652 order is important. \n" ); document.write( "Combination: nCr=52C2=52!/((52-2)!2!)=1326 order is not important. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |