document.write( "Question 1097734: Two cards are drawn without replacement from a standard deck of
\n" );
document.write( "52 playing cards. What is the probability of choosing a spade and then, without replacement, a club? \n" );
document.write( "
Algebra.Com's Answer #712171 by Theo(13342) You can put this solution on YOUR website! probability of getting a spade out of a full deck is 13/52.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "probability of getting a club is 13/51 after a spade has been drawn from the deck because there is one less card in the deck.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probability of getting a spade and then a club is therefore 13/52 * 13/51.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |