document.write( "Question 1091767: Two cards are drawn from a deck of 52 cards. If both cards are spades, how many different hands are possible? \r
\n" );
document.write( "\n" );
document.write( "(Note: A hand of cards is the collection of cards a player is holding, a standard deck of cards contains 13 distinct spades, and the order of the cards does not matter.)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #706233 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! How many ways can one choose 2 spades from 13 spades? \n" ); document.write( "It is 13C2 or 13:12/2=78 hands \n" ); document.write( " |