document.write( "Question 893847: Two cards are drawn one after another at random from a standard deck of cards. In how many ways can a 7 and then a club be drawn if the cards are drawn without replacement?(please provide explanation for solution) \n" ); document.write( "
Algebra.Com's Answer #541547 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
For the first card (7), there are 4 ways to choose it since there are four 7's in the deck.
\n" ); document.write( "For the second card, there are 13 ways to choose if the 7 is not a club and there are 12 ways to choose if the 7 is a club since the first card is not replaced.
\n" ); document.write( "\"N%5B1%5D=4%2A13=52\"
\n" ); document.write( "\"N%5B2%5D=4%2A12=48\"
\n" ); document.write( "
\n" );