document.write( "Question 405245: If 2 cards are selected from a standard deck of 52 cards without replacement, find these probabilities.
\n" );
document.write( "a- both are spades
\n" );
document.write( "b- both are the same suit
\n" );
document.write( "c-both are kings \n" );
document.write( "
Algebra.Com's Answer #286297 by stanbon(75887) ![]() You can put this solution on YOUR website! If 2 cards are selected from a standard deck of 52 cards without replacement, find these probabilities. \n" ); document.write( "a- P(both are spades) = 13C2/52C2 = 0.0588 \n" ); document.write( "------ \n" ); document.write( "b- P(both are the same suit)= 4*0.0588 = 0.2353 \n" ); document.write( "--------------\r \n" ); document.write( "\n" ); document.write( "c-P(both are kings) = 8C2/52C2 = (8*7)/(52*51) = 0.0211 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " \n" ); document.write( " |